Joe Conway <m...@joeconway.com> writes:
> I like this approach overall, but wonder if it would be better to do:
>       select pg_migrator_set_next_oid('table', 123456);
>       select pg_migrator_set_next_oid('type', 12347);
>       select pg_migrator_set_next_oid('toast_table', 123458);
> etc. Later we could easily add other supported objects...

Yeah, Bruce was just suggesting the same.  I do like that part of what
he mentioned, just because it'll be fewer special functions to add and
drop in pg_migrator.

                        regards, tom lane

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to