oid or without oid ...

Поиск
Список
Период
Сортировка
От Raimon Fernandez
Тема oid or without oid ...
Дата
Msg-id DC4D44E8-0E37-44C6-B578-37A02D3DDADD@montx.com
обсуждение исходный текст
Ответы Re: oid or without oid ...  (Sean Davis <sdavis2@mail.nih.gov>)
subquery with more than one column  (Raimon Fernandez <coder@montx.com>)
Список pgsql-novice
Hello again,


In my previous databases development, I've been using always a unique
longint number for identifying each record.

In PostgreSQL I can see that it has the oid, he can do it for you.

Also I see that is an optional parameter, and after surfing the web,
I could find some people that say never use them, an another ones
that you can use it ...

Any extra advice would be perfectly before creating the database, if
it's better for now and future to use oid or simply create an id
field as a serial or something similar.

thanks,


raimon fernandez


В списке pgsql-novice по дате отправления:

Предыдущее
От: Derrick Betts
Дата:
Сообщение: Re: Multiple row update with trigger
Следующее
От: Sean Davis
Дата:
Сообщение: Re: oid or without oid ...