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:
Tom Lane 2021-03-17 16:39:58 -04:00
parent 8620a7f6db
commit 70945649d7
1 changed files with 0 additions and 6 deletions

View File

@ -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
-----------+--------+-----+-----+-----------+------------+------------+----------+-------