Skip to content

Commit 7094564

Browse files
committed
Doc: remove duplicated step in RLS example.
Seems to have been a copy-and-paste mistake in 093129c. Per report from max1@inbox.ru. Discussion: https://postgr.es/m/161591740692.24273.4202054598867879464@wrigleys.postgresql.org
1 parent 8620a7f commit 7094564

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

doc/src/sgml/ddl.sgml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2495,12 +2495,6 @@ CREATE POLICY admin_local_only ON passwd AS RESTRICTIVE TO admin
24952495
127.0.0.1
24962496
(1 row)
24972497

2498-
=> SELECT current_user;
2499-
current_user
2500-
--------------
2501-
admin
2502-
(1 row)
2503-
25042498
=> TABLE passwd;
25052499
user_name | pwhash | uid | gid | real_name | home_phone | extra_info | home_dir | shell
25062500
-----------+--------+-----+-----+-----------+------------+------------+----------+-------

0 commit comments

Comments
 (0)