[postgis-users] new ogc field

Nicolas Ribot nicky666 at gmail.com
Tue Oct 2 04:52:16 PDT 2007


create table ... (
ogc_fid serial,
...
);

serial type will create the sequence and deal with it.

Nicolas

On 10/2/07, temiz <temiz at deprem.gov.tr> wrote:
> hello
>
> how can I make this column ?
>
> ogc_fid      | integer           | not null default
> nextval('sel10p4_ogc_fid_seq'::regclass)
>
> regards
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>
> _______________________________________________
> postgis-users mailing list
> postgis-users at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-users
>



More information about the postgis-users mailing list