Skip to content

Commit 60d135c

Browse files
committed
fix typo:CREATE POLICY username->username
1 parent da0f9c3 commit 60d135c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgresql/doc/src/sgml/ddl.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3122,7 +3122,7 @@ CREATE POLICY all_view ON passwd FOR SELECT USING (true);
31223122
CREATE POLICY user_mod ON passwd FOR UPDATE
31233123
USING (current_user = user_name)
31243124
WITH CHECK (
3125-
current_user = username AND
3125+
current_user = user_name AND
31263126
shell IN ('/bin/bash','/bin/sh','/bin/dash','/bin/zsh','/bin/tcsh')
31273127
);
31283128

0 commit comments

Comments
 (0)