mirror of
https://github.com/postgres/postgres.git
synced 2026-04-27 09:07:42 -04:00
Doc: remove duplicated step in RLS example.
Seems to have been a copy-and-paste mistake in 093129c9d.
Per report from max1@inbox.ru.
Discussion: https://postgr.es/m/161591740692.24273.4202054598867879464@wrigleys.postgresql.org
This commit is contained in:
parent
8620a7f6db
commit
70945649d7
1 changed files with 0 additions and 6 deletions
|
|
@ -2495,12 +2495,6 @@ CREATE POLICY admin_local_only ON passwd AS RESTRICTIVE TO admin
|
|||
127.0.0.1
|
||||
(1 row)
|
||||
|
||||
=> SELECT current_user;
|
||||
current_user
|
||||
--------------
|
||||
admin
|
||||
(1 row)
|
||||
|
||||
=> TABLE passwd;
|
||||
user_name | pwhash | uid | gid | real_name | home_phone | extra_info | home_dir | shell
|
||||
-----------+--------+-----+-----+-----------+------------+------------+----------+-------
|
||||
|
|
|
|||
Loading…
Reference in a new issue