sorting operators in pg_dump

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема sorting operators in pg_dump
Дата
Msg-id 1325479804.12911.14.camel@vanquo.pezone.net
обсуждение исходный текст
Ответы Re: sorting operators in pg_dump  (Dimitri Fontaine <dimitri@2ndQuadrant.fr>)
Re: sorting operators in pg_dump  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Currently, pg_dump sorts operators by name, but operators with the same
name come out in random order.  A few releases ago we adjusted this for
functions, so that they are in increasing number of arguments order.
I'd like to do this for operators as well, so that they come out in
order, say, prefix, postfix, infix.

(It might be surprising that something like this is necessary, but it
happens.  ip4r for example contains operators with different fixnesses
(fixities?).)

Patch attached, and a little test case.


Вложения

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: information schema/aclexplode doesn't know about default privileges
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: PL/pgSQL return value in after triggers