On 24/05/2007 18:58, bruce wrote:
In looking over a few sites via google, I'm trying to figure out what has to
be added to the sql I have for creating TBLs that use OIDs. I'd rather have
Something like -
create table (...) with oids;
- but check the docs (under CREATE TABLE) to be sure.
On Thursday 24 May 2007 11:31, "bruce" <[EMAIL PROTECTED]> wrote:
> Hi Oliver.
>
> Thanks for the reply.
>
> I was hoping that there was/is a single cmd that I could use at the
> beginning of the sql file, that would allow all the tables that are
> created to be created using the OID. Kind of a
>
On Thu, 2007-05-24 at 10:58 -0700, bruce wrote:
> Hi...
>
> In looking over a few sites via google, I'm trying to figure out what has to
> be added to the sql I have for creating TBLs that use OIDs. I'd rather have
> the cmds added to the sql file, than the postgres conf file...
>
> I can't find
@postgresql.org
Subject: Re: [GENERAL] postgres - oid question
On Thu, 2007-05-24 at 10:58 -0700, bruce wrote:
> Hi...
>
> In looking over a few sites via google, I'm trying to figure out what has
to
> be added to the sql I have for creating TBLs that use OIDs. I'd rather
ha