Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e7bf508

Browse files
committed
Fix typo in create_policy.sgml
WTIH -> WITH Pointed out by Dmitriy Olshevskiy Backpatch to 9.5 where create_policy.sgml was added.
1 parent b2ae8f1 commit e7bf508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/ref/create_policy.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ CREATE POLICY <replaceable class="parameter">name</replaceable> ON <replaceable
305305
<literal>UPDATE</literal> path is taken. Any existing row that
306306
necessitates that the <literal>UPDATE</literal> path be taken must pass
307307
the (UPDATE or ALL) <literal>USING</literal> qualifications (combined
308-
using <literal>OR</literal>), which are always enforced as WTIH CHECK
308+
using <literal>OR</literal>), which are always enforced as WITH CHECK
309309
options in this context (the <literal>UPDATE</literal> path will
310310
<emphasis>never</> be silently avoided; an error will be thrown
311311
instead). Finally, the final row appended to the relation must pass

0 commit comments

Comments
 (0)