Re: postgres - oid question

From: Alan Hodgson <ahodgson(at)simkin(dot)ca>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: postgres - oid question
Date: 2007-05-24 18:43:43
Message-ID: 200705241143.43269@hal.medialogik.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thursday 24 May 2007 11:31, "bruce" <bedouglas(at)earthlink(dot)net> 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
>

set default_with_oids = true;
create table ...
create table ...

--
`"Gun-wielding recluse gunned down by local police" isn't the epitaph
I want. I am hoping for "Witnesses reported the sound up to two hundred
kilometers away" or "Last body part finally located".' --- James Nicoll

In response to

Browse pgsql-general by date

  From Date Subject
Next Message John D. Burger 2007-05-24 19:02:42 Re: Geographic data sources, queries and questions
Previous Message bruce 2007-05-24 18:31:36 Re: postgres - oid question