default_with_oid

From: "Freddy Villalba Arias" <fvillalba(at)madrid(dot)bilbomatica(dot)es>
To: "PostgreSQL JDBC Mailing List" <pgsql-jdbc(at)postgresql(dot)org>
Subject: default_with_oid
Date: 2004-04-26 15:07:56
Message-ID: 92EFB0BEDD24E9419E2CD9A2BD35DAEA2911@bmsrv001.madrid.bilbomatica.es
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

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.

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2004-04-26 15:40:56 Re: default_with_oid
Previous Message Freddy Villalba Arias 2004-04-26 10:49:43 BLOBS