]> granicus.if.org Git - postgresql/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)
commitdae1db34f5e6bfbb86210a30b050110c08f62ba1
treea6e91962d0149163e36f8990674590edee0acf78
parent72a626e688ffedbdcc8d8073ac936db2f658ebb6
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