Re: Hard-coded PUBLIC in pg_dump - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Hard-coded PUBLIC in pg_dump
Date
Msg-id 27206.1038768686@sss.pgh.pa.us
Whole thread Raw
In response to Re: Hard-coded PUBLIC in pg_dump  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Hard-coded PUBLIC in pg_dump
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: Hard-coded PUBLIC in pg_dump
Next
From: Bruce Momjian
Date:
Subject: Re: Hard-coded PUBLIC in pg_dump