Re: Disparity in search_path SHOW and SET - Mailing list pgsql-patches

From Tom Lane
Subject Re: Disparity in search_path SHOW and SET
Date
Msg-id 1919.1135296237@sss.pgh.pa.us
Whole thread Raw
In response to Re: Disparity in search_path SHOW and SET  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Disparity in search_path SHOW and SET  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Agreed.  I have gotten confused on how to set $user in the past.  I have
> developed the following patch that sets the default with the double
> quotes around it, and it works fine.  The patch also contains updated
> documentation.

This is really entirely irrelevant to Greg's complaint.  To respond to
that, you'd have to modify the behavior of SHOW.

Actually, it seems that this exposes a bug in the search_path code: if
I wrote what you wrote, I'd really expect that it refers to a schema
named exactly $user --- the quoting ought to suppress the substitution,
one would think.  Not sure how hard or easy that might be to implement
though ...

            regards, tom lane

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Disparity in search_path SHOW and SET
Next
From: Bruce Momjian
Date:
Subject: Re: Disparity in search_path SHOW and SET