be added through data modification commands. By default, tables do
not have any policies and all rows are visible and able to be added,
subject to the regular system. This is
- also known to as Row Level Security.
+ also known as Row Level Security.
Row security policies can be specific to commands, or to roles, or to
- both. The commands available are SELECT>, INSERT>,
- UPDATE>, and DELETE>. Multiple roles can be
- assigned to a given policy and normal role membership and inheiritance
- rules apply.
+ both. The commands available are ALL>,
+ SELECT>, INSERT>, UPDATE>, and
+ DELETE>. Multiple roles can be assigned to a given policy
+ and normal role membership and inheiritance rules apply.
char cmd;
if (!cmd_name)
- elog(ERROR, "unregonized command");
+ elog(ERROR, "unrecognized command");
if (strcmp(cmd_name, "all") == 0)
cmd = 0;