Re: Removing pg_migrator limitations - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Removing pg_migrator limitations
Date
Msg-id 603c8f070912181555h29174a9by719b81a391b151ce@mail.gmail.com
Whole thread Raw
In response to Re: Removing pg_migrator limitations  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
On Fri, Dec 18, 2009 at 6:44 PM, Andrew Dunstan <andrew@dunslane.net> wrote:
> I thought there was a suggestion that we would be able to specify the oids
> in the SQL that creates the types, along the lines of:
>
>   create type foo as enum ( ...) with oids ( ... );
>
> Is that a non-starter? I imagine it would need to require some special
> setting to be enabled to allow it.

This gets at a question that I've been wondering about.  There seems
to be something about OIDs that makes us want to not ever allow users
to specify them, or only when our back is absolutely against the wall.I have only the vaguest notions of what might be
dangerousabout 
that, though.

...Robert


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: snapshot tarball generation broken for -HEAD
Next
From: Andrew Dunstan
Date:
Subject: Re: PATCH: Add hstore_to_json()