projects
/
users
/
andresfreund
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ac7752
)
RLS docs: typo
author
Peter Geoghegan
<
[email protected]
>
Mon, 20 Apr 2015 17:25:17 +0000
(10:25 -0700)
committer
Peter Geoghegan
<
[email protected]
>
Mon, 20 Apr 2015 17:25:17 +0000
(10:25 -0700)
doc/src/sgml/ref/create_policy.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/create_policy.sgml
b/doc/src/sgml/ref/create_policy.sgml
index b1896d0fd8cf81610350fc5d451968bb81331657..06587bb6ee8d8b885871057aef41ee3f4e7f24fc 100644
(file)
--- a/
doc/src/sgml/ref/create_policy.sgml
+++ b/
doc/src/sgml/ref/create_policy.sgml
@@
-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 en
c
forced 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