Duplicate "SELECT current_user;"

Поиск
Список
Период
Сортировка
От PG Doc comments form
Тема Duplicate "SELECT current_user;"
Дата
Msg-id 161591740692.24273.4202054598867879464@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: Duplicate "SELECT current_user;"  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/13/ddl-rowsecurity.html
Description:

On this page I see the following example:
----cut----
=> SELECT current_user;
 current_user 
--------------
 admin
(1 row)

=> select inet_client_addr();
 inet_client_addr 
------------------
 127.0.0.1
(1 row)

=> SELECT current_user;
 current_user 
--------------
 admin
(1 row)
----cut----

One of executions of "SELECT current_user;" is redundant and can be removed.

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

Предыдущее
От: PG Doc comments form
Дата:
Сообщение: Transaction ID modulo
Следующее
От: PG Doc comments form
Дата:
Сообщение: A very confusing line...