Re: Removing pg_migrator limitations
От
Tom Lane
Тема
Re: Removing pg_migrator limitations
Дата
Msg-id
14250.1261604044@sss.pgh.pa.us
Ответ на
Re: Removing pg_migrator limitations (Greg Stark)
Список
Дерево обсуждения
Removing pg_migrator limitations Bruce Momjian <bruce@momjian.us>
Re: Removing pg_migrator limitations Alvaro Herrera <alvherre@commandprompt.com>
Re: Removing pg_migrator limitations Bruce Momjian <bruce@momjian.us>
Re: Removing pg_migrator limitations Alvaro Herrera <alvherre@commandprompt.com>
Re: Removing pg_migrator limitations Bruce Momjian <bruce@momjian.us>
Re: Removing pg_migrator limitations Alvaro Herrera <alvherre@commandprompt.com>
Re: Removing pg_migrator limitations Bruce Momjian <bruce@momjian.us>
Re: Removing pg_migrator limitations Bruce Momjian <bruce@momjian.us>
Re: Removing pg_migrator limitations Bruce Momjian <bruce@momjian.us>
Re: Removing pg_migrator limitations Robert Haas <robertmhaas@gmail.com>
Re: Removing pg_migrator limitations Robert Haas <robertmhaas@gmail.com>
Re: Removing pg_migrator limitations Bruce Momjian <bruce@momjian.us>
Re: Removing pg_migrator limitations Robert Haas <robertmhaas@gmail.com>
Re: Removing pg_migrator limitations Bruce Momjian <bruce@momjian.us>
Re: Removing pg_migrator limitations Andrew Dunstan <andrew@dunslane.net>
Re: Removing pg_migrator limitations Tom Lane <tgl@sss.pgh.pa.us>
Re: Removing pg_migrator limitations Alvaro Herrera <alvherre@commandprompt.com>
Re: Removing pg_migrator limitations Tom Lane <tgl@sss.pgh.pa.us>
Re: Removing pg_migrator limitations Bruce Momjian <bruce@momjian.us>
Re: Removing pg_migrator limitations Bruce Momjian <bruce@momjian.us>
Re: Removing pg_migrator limitations Tom Lane <tgl@sss.pgh.pa.us>
Re: Removing pg_migrator limitations Bruce Momjian <bruce@momjian.us>
Re: Removing pg_migrator limitations Tom Lane <tgl@sss.pgh.pa.us>
Re: Removing pg_migrator limitations Bruce Momjian <bruce@momjian.us>
Re: Removing pg_migrator limitations Tom Lane <tgl@sss.pgh.pa.us>
Re: Removing pg_migrator limitations Robert Haas <robertmhaas@gmail.com>
Re: Removing pg_migrator limitations Tom Lane <tgl@sss.pgh.pa.us>
Re: Removing pg_migrator limitations Robert Haas <robertmhaas@gmail.com>
Re: Removing pg_migrator limitations Tom Lane <tgl@sss.pgh.pa.us>
Re: Removing pg_migrator limitations Bruce Momjian <bruce@momjian.us>
Re: Removing pg_migrator limitations Tom Lane <tgl@sss.pgh.pa.us>
Re: Removing pg_migrator limitations Bruce Momjian <bruce@momjian.us>
Re: Removing pg_migrator limitations "Marc G. Fournier" <scrappy@hub.org>
Re: Removing pg_migrator limitations Bruce Momjian <bruce@momjian.us>
Re: Removing pg_migrator limitations Tom Lane <tgl@sss.pgh.pa.us>
Re: Removing pg_migrator limitations Greg Stark <gsstark@mit.edu>
Re: Removing pg_migrator limitations Tom Lane <tgl@sss.pgh.pa.us>
Re: Removing pg_migrator limitations Bruce Momjian <bruce@momjian.us>
Re: Removing pg_migrator limitations Bruce Momjian <bruce@momjian.us>
Re: Removing pg_migrator limitations Bruce Momjian <bruce@momjian.us>
Re: Removing pg_migrator limitations Andrew Dunstan <andrew@dunslane.net>
Re: Removing pg_migrator limitations Tom Lane <tgl@sss.pgh.pa.us>
Re: Removing pg_migrator limitations Bruce Momjian <bruce@momjian.us>
Re: Removing pg_migrator limitations Tom Lane <tgl@sss.pgh.pa.us>
Re: Removing pg_migrator limitations Bruce Momjian <bruce@momjian.us>
Re: Removing pg_migrator limitations Bruce Momjian <bruce@momjian.us>
Re: Removing pg_migrator limitations Bruce Momjian <bruce@momjian.us>
Re: Removing pg_migrator limitations Bruce Momjian <bruce@momjian.us>
Re: Removing pg_migrator limitations Tom Lane <tgl@sss.pgh.pa.us>
Re: Removing pg_migrator limitations Bruce Momjian <bruce@momjian.us>
Re: Removing pg_migrator limitations Bruce Momjian <bruce@momjian.us>
Re: Removing pg_migrator limitations Bruce Momjian <bruce@momjian.us>
Re: Removing pg_migrator limitations Bruce Momjian <bruce@momjian.us>
Re: Removing pg_migrator limitations Greg Stark <stark@mit.edu>
Re: Removing pg_migrator limitations Bruce Momjian <bruce@momjian.us>
Re: Removing pg_migrator limitations Greg Stark <stark@mit.edu>
Re: Removing pg_migrator limitations Bruce Momjian <bruce@momjian.us>
Re: Removing pg_migrator limitations Robert Haas <robertmhaas@gmail.com>
Re: Removing pg_migrator limitations Andrew Dunstan <andrew@dunslane.net>
Re: Removing pg_migrator limitations Andrew Dunstan <andrew@dunslane.net>
Re: Removing pg_migrator limitations Bruce Momjian <bruce@momjian.us>
Re: Removing pg_migrator limitations Greg Stark <gsstark@mit.edu>
Re: Removing pg_migrator limitations Tom Lane <tgl@sss.pgh.pa.us>
Re: Removing pg_migrator limitations Bruce Momjian <bruce@momjian.us>
Re: Removing pg_migrator limitations Bruce Momjian <bruce@momjian.us>
Re: Removing pg_migrator limitations Robert Haas <robertmhaas@gmail.com>
Re: Removing pg_migrator limitations Bruce Momjian <bruce@momjian.us>
Re: Removing pg_migrator limitations decibel <decibel@decibel.org>
Re: Removing pg_migrator limitations Tom Lane <tgl@sss.pgh.pa.us>
Re: Removing pg_migrator limitations Andrew Dunstan <andrew@dunslane.net>
Re: Removing pg_migrator limitations Joe Conway <mail@joeconway.com>
Re: Removing pg_migrator limitations Tom Lane <tgl@sss.pgh.pa.us>
Re: Removing pg_migrator limitations Robert Haas <robertmhaas@gmail.com>
Greg Stark writes: > On Wed, Dec 23, 2009 at 8:09 PM, Tom Lane wrote: >> If we're going to implement something whose ambitions only extend to >> satisfying pg_migrator's needs, then it should be a specialized >> pg_migrator function. > Fwiw my feeling was the opposite here. It's better to offer even > limited SQL-level support for features pg_migrator needs because the > more abstract and loosely coupled the interface is between pg_migrator > and the internals the better. Even if the interface is somewhat > limited and just good enough for pg_migrator's needs it's still easier > to support a well-defined abstract interface than one that depends on > knowing about the internal implementation. The problem is that we *don't* want a nice abstract interface. We want one that lets us specify the exact OIDs to use for the enum values. Which is about as non-abstract as you can get. regards, tom lane
В списке pgsql-hackers по дате отправления