Doc: fix ancient mistake in search_path documentation.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 4e4c0d66866c0d54ec33ef987204cdec729a741b
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2018-12-20T18:55:11Z
Releases: 11.2
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

Files

PathChange+/−
doc/src/sgml/config.sgml modified +1 −1

Documentation touched

Discussion