Re: Removing pg_migrator limitations - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Removing pg_migrator limitations
Date
Msg-id 15698.1261186750@sss.pgh.pa.us
Whole thread Raw
In response to Re: Removing pg_migrator limitations  (Joe Conway <mail@joeconway.com>)
List pgsql-hackers
Joe Conway <mail@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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Removing pg_migrator limitations
Next
From: Robert Haas
Date:
Subject: Re: Largeobject Access Controls (r2460)