Re: Fw: OID

Поиск
Список
Период
Сортировка
От Joe Conway
Тема Re: Fw: OID
Дата
Msg-id 3D5D6354.4060507@joeconway.com
обсуждение исходный текст
Ответ на Fw: OID  (Jodi Kanter <jkanter@virginia.edu>)
Ответы Re: Fw: OID
Список pgsql-admin
Jodi Kanter wrote:
> Does anyone have a comment on the email below? Is there a general
> consensus on whether or not to use OIDs with version 7.2?

<snip>

>
> Can anyone point me to some documentation on the use of OIDs? Why might
> I need them? How to remove them in version 7.2? ..etc...

I think you're best to avoid using them. They are primarily for internal
system use. If you need an incrementing integer field, create your own
with SERIAL, or integer field and a sequence.

To create a table without oids, see:
   http://www.postgresql.org/idocs/index.php?sql-createtable.html

Joe


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

Предыдущее
От: John Gunther
Дата:
Сообщение: Re: Fw: OID
Следующее
От: Alberto González
Дата:
Сообщение: Problems with pg_dump