pgsql: Doc: fix ancient mistake in search_path documentation.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Doc: fix ancient mistake in search_path documentation.
Дата
Msg-id E1ga3Tp-0004Ec-Mr@gemulon.postgresql.org
обсуждение исходный текст
Список 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@stdpr.ru

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

Branch
------
REL9_4_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/773e2d29cd63e2946d200dc5960a3ffb31910fe7

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Make bitmapset.c use 64-bit bitmap words on 64-bit machines.
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Fix lock level used for partition when detaching it