]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Doc: fix ancient mistake in search_path documentation.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 20 Dec 2018 18:55:11 +0000 (13:55 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 20 Dec 2018 18:55:11 +0000 (13:55 -0500)
commit164d439550dd4b29b8c0bf317779ac8d4b4c2d8f
tree09e9b53e1346d9e0bc06fab17a75a0ea00fd4abf
parent9e6cd794c282499aa0d2d31166c023cda0682e67
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@stdpr.ru

Discussion: https://postgr.es/m/159151fb45d490c8d31ea9707e9ba99d@stdpr.ru
doc/src/sgml/config.sgml