We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d96c80c commit dc3573bCopy full SHA for dc3573b
doc/src/sgml/ref/create_policy.sgml
@@ -305,7 +305,7 @@ CREATE POLICY <replaceable class="parameter">name</replaceable> ON <replaceable
305
<literal>UPDATE</literal> path is taken. Any existing row that
306
necessitates that the <literal>UPDATE</literal> path be taken must pass
307
the (UPDATE or ALL) <literal>USING</literal> qualifications (combined
308
- using <literal>OR</literal>), which are always enforced as WTIH CHECK
+ using <literal>OR</literal>), which are always enforced as WITH CHECK
309
options in this context (the <literal>UPDATE</literal> path will
310
<emphasis>never</> be silently avoided; an error will be thrown
311
instead). Finally, the final row appended to the relation must pass
0 commit comments