Re: default_with_oid

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема Re: default_with_oid
Дата
Msg-id 1082994056.13952.123.camel@localhost.localdomain
обсуждение исходный текст
Ответ на default_with_oid  ("Freddy Villalba Arias" <fvillalba@madrid.bilbomatica.es>)
Список pgsql-jdbc
oid's are not necessary for the table, just create the table without
oid's

oids are used by the system tables to reference each other.

ie create table foo ( id int ) without oids;
Dave
On Mon, 2004-04-26 at 11:07, Freddy Villalba Arias wrote:
> Hello,
>
>
>
> I’ve noticed that whenever I create a table, the DBMS is adding an OID
> column without my consent. I’ve also read that this behaviour can be
> modified (disabled) by setting the default_with_oid (to false, I
> suppose).
>
>
>
> What is the OID column for? How (and where) can I find (and disable)
> the default_with_oid flag?
>
>
>
> Then, a less important question for pgAdmin3 users: is it possible to
> manage (select / insert / update / delete) the system’s tables with
> this tool?
>
>
>
> Regards,
>
> Freddy.
>
>
> !DSPAM:408d2aac66071710736892!
--
Dave Cramer
519 939 0336
ICQ # 14675561


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

Предыдущее
От: Simon Moses
Дата:
Сообщение: loading data into postgresql became slow after i used VACUUME command.
Следующее
От: Moray Taylor
Дата:
Сообщение: Re: Help:updateRow() with CIDR types THANK YOU!