Re: WIP: extensible enums
Andrew Dunstan <andrew@dunslane.net>
From: Andrew Dunstan <andrew@dunslane.net>
To: Bruce Momjian <bruce@momjian.us>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2010-08-26T09:56:23Z
Lists: pgsql-hackers
Attachments
- venum2.patch (text/x-patch) patch
On 08/26/2010 05:24 AM, Andrew Dunstan wrote: > > > On 08/25/2010 03:29 AM, Andrew Dunstan wrote: >> >> >> I've just been taking another look at this suggestion. I think it >> will work quite cleanly. As long as we add the enums in the correct >> order it should just do the Right Thing (tm). >> >> To answer your other question, Oid wraparound will not be a problem. >> >> Will get coding. >> >> > > Revised patch with pg_dump and pg_upgrade support is attached. > > > This time in context diff format. cheers andrew