Re: Hard-coded PUBLIC in pg_dump

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Hard-coded PUBLIC in pg_dump
Дата
Msg-id 27206.1038768686@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Hard-coded PUBLIC in pg_dump  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Hard-coded PUBLIC in pg_dump  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> We made 'value' reserved in 7.3, and that was a much
> more common one.

BTW, you mean "current" not "7.3".  That patch has still got some
serious problems anyway:

7.3:

regression=# select value;
ERROR:  Attribute "value" not found

HEAD:

regression=# select value;
server closed the connection unexpectedly       This probably means the server terminated abnormally       before or
whileprocessing the request.
 
The connection to the server was lost. Attempting reset: Failed.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Hard-coded PUBLIC in pg_dump
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Hard-coded PUBLIC in pg_dump