pgsql: Doc: fix ancient mistake in search_path documentation.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: fix ancient mistake in search_path documentation.
Date: 2018-12-20 18:55:33
Message-ID: E1ga3Tp-0004EX-MC@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: fix ancient mistake in search_path documentation.

"$user" in a search_path string is replaced by CURRENT_USER not
SESSION_USER. (It actually was SESSION_USER in the initial implementation,
but we changed it shortly later, and evidently forgot to fix the docs to
match.)

Noted by antonov(at)stdpr(dot)ru

Discussion: https://postgr.es/m/159151fb45d490c8d31ea9707e9ba99d@stdpr.ru

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/164d439550dd4b29b8c0bf317779ac8d4b4c2d8f

Modified Files
--------------
doc/src/sgml/config.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2018-12-20 19:44:48 pgsql: Fix lock level used for partition when detaching it
Previous Message Tom Lane 2018-12-20 17:19:13 pgsql: Make bitmapset.c use 64-bit bitmap words on 64-bit machines.