* Guido Lemoine ([EMAIL PROTECTED]) wrote: > Use postgresql OIDs. These are "unique" object IDs.
Do *not* use postgresql OIDs.
Create a sequence and add a column to each table which defaults to
nextval() on that sequence. He's only talking about 3 tables anyway.
Thanks,
Stephen
signature.asc
Description: Digital signature
_______________________________________________ postgis-users mailing list [email protected] http://postgis.refractions.net/mailman/listinfo/postgis-users
