Fix typo in create_policy.sgml
authorStephen Frost <sfrost@snowman.net>
Sat, 12 Sep 2015 21:17:03 +0000 (17:17 -0400)
committerStephen Frost <sfrost@snowman.net>
Sat, 12 Sep 2015 21:17:03 +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 <replaceable class="parameter">name</replaceable> ON <replaceable
          <literal>UPDATE</literal> path is taken.  Any existing row that
          necessitates that the <literal>UPDATE</literal> path be taken must pass
          the (UPDATE or ALL) <literal>USING</literal> qualifications (combined
-         using <literal>OR</literal>), which are always enforced as WTIH CHECK
+         using <literal>OR</literal>), which are always enforced as WITH CHECK
          options in this context (the <literal>UPDATE</literal> path will
          <emphasis>never</> be silently avoided; an error will be thrown
          instead).  Finally, the final row appended to the relation must pass