RLS docs: typo
authorPeter Geoghegan <[email protected]>
Mon, 20 Apr 2015 17:25:17 +0000 (10:25 -0700)
committerPeter Geoghegan <[email protected]>
Mon, 20 Apr 2015 17:25:17 +0000 (10:25 -0700)
doc/src/sgml/ref/create_policy.sgml

index b1896d0fd8cf81610350fc5d451968bb81331657..06587bb6ee8d8b885871057aef41ee3f4e7f24fc 100644 (file)
@@ -297,7 +297,7 @@ CREATE POLICY <replaceable class="parameter">name</replaceable> ON <replaceable
          Note, however, that <literal>INSERT</literal> with
          <literal>ON CONFLICT UPDATE</literal> requires that an
          <literal>UPDATE</literal> policy <literal>USING</literal>
-         expression always be encforced as a <literal>WITH
+         expression always be enforced as a <literal>WITH
          CHECK</literal> expression.  This <literal>UPDATE</literal>
          policy must always pass when the <literal>UPDATE</literal>
          path is taken.  Any existing row that necessitates that the