The changes in the CREATE POLICY man page from commit
87c2a17fee784c7e1004ba3d3c5d8147da676783 triggered a stylesheet bug that
created some warning messages and incorrect output. This installs a
workaround.
Also improve the whitespace a bit so it looks better.
|
INSERT ... RETURNING
- New row
-
+ New row
If read access is required to the existing or new row (for example,
a WHERE or RETURNING clause
|
UPDATE
- Existing & new rows
-
+ Existing & new rows
—
Existing row
|
DELETE
- Existing row
-
+ Existing row
—
—