Re: Oid and Oid Vector
От | Roberto Mello |
---|---|
Тема | Re: Oid and Oid Vector |
Дата | |
Msg-id | 20020415132021.GA12893@cc.usu.edu обсуждение исходный текст |
Ответ на | Oid and Oid Vector (camilarrocha@hotmail.com (Camila Rocha)) |
Список | pgsql-docs |
On Sat, Apr 13, 2002 at 12:58:37PM -0700, Camila Rocha wrote: > Hi! Oi :-) > I'd like to know why the field Oid can't be used as a foreign key. And oid is for PostgreSQL internal use, and AFAIK not meant to have other semantic meaning applied to it. oid's change when you restore backups for example, probably not a good thing for your application. Just create id attributes in your tables. Make them of type int or int8 or serial depending on your needs. > more information about the type oidvector. What is > it??????????????????? I can't find information about it anywhere. Honestly I don't know. > I'm asking these questions because i wanted to use the oid field as > primary key of may tables, and relate them using the oid too. I i > wanted to use the oidvector for this kind of things too. What did you want to do with oidvectors? -Roberto P.S.: Next time don't send this type of questions to the -docs list, which is for documentation discussions. The -general (which you seem to have cross-posted to) or the -sql list seem more appropriate. -- +----| http://fslc.usu.edu/ USU Free Software & GNU/Linux Club |------+ Roberto Mello - Computer Science, USU - http://www.brasileiro.net/ http://www.sdl.usu.edu/ - Space Dynamics Lab, Developer
В списке pgsql-docs по дате отправления: