Re: postgres - oid question - Mailing list pgsql-general

From Raymond O'Donnell
Subject Re: postgres - oid question
Date
Msg-id 4655FCA6.4010105@iol.ie
Whole thread Raw
In response to postgres - oid question  ("bruce" <bedouglas@earthlink.net>)
List pgsql-general
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.

Ray.

---------------------------------------------------------------
Raymond O'Donnell, Director of Music, Galway Cathedral, Ireland
rod@iol.ie
---------------------------------------------------------------

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Large Database \d: ERROR: cache lookup failed for relation ...
Next
From: novnov
Date:
Subject: Return rows from function with expressions