It's
not a good idea to use oid's as foreign keys as they may change if you
dump/reload your database. For this reason, I think PostgreSQL disallows the use
of them.
iirc,
the oidvector column is an array of oid's type. You should look in the
PostgreSQL manuals (in the pgAdmin helpfile) for more details, if not, try a
post to [EMAIL PROTECTED].
Regards, Dave.
|
Title: Message
- [pgadmin-support] data types oid and oidvector Camila Rocha
- Dave Page