aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Misch <noah@leadboat.com>2015-10-03 20:20:22 -0400
committerNoah Misch <noah@leadboat.com>2015-10-03 20:20:52 -0400
commit4365d9c18fc1ebb14de92595aa0340c5b8301547 (patch)
tree70c87d7e351b45019a8448cf5f09708807a78fad
parent01ba7894f3f72ea57d1cfdc4f40f6231bc6cd9cd (diff)
downloadpostgresql-4365d9c18fc1ebb14de92595aa0340c5b8301547.tar.gz
postgresql-4365d9c18fc1ebb14de92595aa0340c5b8301547.zip
Document that row_security is a boolean GUC.
Oversight in commit 537bd178c73b1d25938347b17e9e3e62898fc231. Back-patch to 9.5, like that commit.
-rw-r--r--doc/src/sgml/config.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index 5e43de9bbdd..fdd9f784495 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -5530,7 +5530,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
</varlistentry>
<varlistentry id="guc-row-security" xreflabel="row_security">
- <term><varname>row_security</varname> (<type>enum</type>)
+ <term><varname>row_security</varname> (<type>boolean</type>)
<indexterm>
<primary><varname>row_security</> configuration parameter</primary>
</indexterm>