diff --git a/doc/src/sgml/ref/alter_policy.sgml b/doc/src/sgml/ref/alter_policy.sgml index 37615fc..ab717f3 100644 --- a/doc/src/sgml/ref/alter_policy.sgml +++ b/doc/src/sgml/ref/alter_policy.sgml @@ -94,7 +94,7 @@ ALTER POLICY name ON diff --git a/doc/src/sgml/ref/create_policy.sgml b/doc/src/sgml/ref/create_policy.sgml index 3c5bdc6..eff062c 100644 --- a/doc/src/sgml/ref/create_policy.sgml +++ b/doc/src/sgml/ref/create_policy.sgml @@ -81,7 +81,7 @@ CREATE POLICY name ON @@ -218,7 +218,7 @@ CREATE POLICY name ON SELECT policy will be returned, even if other records exist in the relation. The SELECT policy only accepts the USING expression - as it only ever applies in cases where records are being retrived from + as it only ever applies in cases where records are being retrieved from the relation. @@ -272,7 +272,7 @@ CREATE POLICY name ON DELETE, and rows which are not visible through the SELECT policy may be deleted if they pass the DELETE USING policy. The - DELETE policy only accept the USING expression as + DELETE policy only accepts the USING expression as it only ever applies in cases where records are being extracted from the relation for deletion.