Re: default_with_oid - Mailing list pgsql-jdbc

From Dave Cramer
Subject Re: default_with_oid
Date
Msg-id 1082994056.13952.123.camel@localhost.localdomain
Whole thread Raw
In response to default_with_oid  ("Freddy Villalba Arias" <fvillalba@madrid.bilbomatica.es>)
List 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 by date:

Previous
From: Simon Moses
Date:
Subject: loading data into postgresql became slow after i used VACUUME command.
Next
From: Moray Taylor
Date:
Subject: Re: Help:updateRow() with CIDR types THANK YOU!