Re: Removing pg_migrator limitations
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Bruce Momjian <bruce@momjian.us>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>, Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2009-12-27T19:16:07Z
Lists: pgsql-hackers
On Sun, Dec 27, 2009 at 9:53 AM, Bruce Momjian <bruce@momjian.us> wrote: > Bruce Momjian wrote: >> There are several pg_migrator limitations that appeared late in the 8.4 >> development cycle and were impossible to fix at that point. I would >> like to fix them for Postgres 8.5: >> >> o a user-defined composite data type >> o a user-defined array data type >> o a user-defined enum data type > > FYI, these pg_migrator restrictions are now gone when migrating to PG > 8.5, even _from_ PG 8.3. Wow, cool. That seems like a good step forward. ...Robert