8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2ae8f1 commit e7bf508Copy full SHA for e7bf508
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