From e7bf508e6b527bc6c28cd5ddba99a23d27780e94 Mon Sep 17 00:00:00 2001 From: Stephen Frost Date: Sat, 12 Sep 2015 17:17:00 -0400 Subject: [PATCH] Fix typo in create_policy.sgml WTIH -> WITH Pointed out by Dmitriy Olshevskiy Backpatch to 9.5 where create_policy.sgml was added. --- doc/src/sgml/ref/create_policy.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/ref/create_policy.sgml b/doc/src/sgml/ref/create_policy.sgml index 56f0124db4..629ed801f2 100644 --- a/doc/src/sgml/ref/create_policy.sgml +++ b/doc/src/sgml/ref/create_policy.sgml @@ -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