pg_dump sort order for functions

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pg_dump sort order for functions
Дата
Msg-id 1263221775.4609.9.camel@fsopti579.F-Secure.com
обсуждение исходный текст
Ответы Re: pg_dump sort order for functions  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
pg_dump sorts its output first by object type, then by object name, and
then processes all that for dependencies.  This works well, but for
overloaded functions this still gives a random sort order that can
produce annoying diffs in the dump.

Would it be acceptable to introduce a secondary sort key field into the
DumpableObject struct that functions would fill with, say, the argument
types (maybe something like "text,int,int" -- need to play with this a
little)?



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Abhijit Menon-Sen
Дата:
Сообщение: Re: mailing list archiver chewing patches
Следующее
От: Robert Haas
Дата:
Сообщение: CommitFest 2010-01: Call for Reviewers