Fix typo in create_policy.sgml
authorStephen Frost
Sat, 12 Sep 2015 21:17:00 +0000 (17:17 -0400)
committerStephen Frost
Sat, 12 Sep 2015 21:17:00 +0000 (17:17 -0400)
WTIH -> WITH

Pointed out by Dmitriy Olshevskiy

Backpatch to 9.5 where create_policy.sgml was added.

doc/src/sgml/ref/create_policy.sgml

index 56f0124db4fe9610ace760237c70b247f8e5ba31..629ed801f24d4043484b8ec2e449f1fb12591441 100644 (file)
@@ -305,7 +305,7 @@ CREATE POLICY name ON 
          UPDATE path is taken.  Any existing row that
          necessitates that the UPDATE path be taken must pass
          the (UPDATE or ALL) USING qualifications (combined
-         using OR), which are always enforced as WTIH CHECK
+         using OR), which are always enforced as WITH CHECK
          options in this context (the UPDATE path will
          never be silently avoided; an error will be thrown
          instead).  Finally, the final row appended to the relation must pass