mirror of
https://github.com/postgres/postgres.git
synced 2025-07-03 20:02:46 +03:00
Copy-editing of row security
Address a few typos in the row security update, pointed out off-list by Adam Brightwell. Also include 'ALL' in the list of commands supported, for completeness.
This commit is contained in:
@ -108,7 +108,7 @@ parse_row_security_command(const char *cmd_name)
|
||||
char cmd;
|
||||
|
||||
if (!cmd_name)
|
||||
elog(ERROR, "unregonized command");
|
||||
elog(ERROR, "unrecognized command");
|
||||
|
||||
if (strcmp(cmd_name, "all") == 0)
|
||||
cmd = 0;
|
||||
|
Reference in New Issue
Block a user