Commit f78ae374 authored by Noah Misch's avatar Noah Misch

Document that row_security is a boolean GUC.

Oversight in commit 537bd178.
Back-patch to 9.5, like that commit.
parent 3cb0a7e7
...@@ -5584,7 +5584,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv; ...@@ -5584,7 +5584,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
</varlistentry> </varlistentry>
<varlistentry id="guc-row-security" xreflabel="row_security"> <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> <indexterm>
<primary><varname>row_security</> configuration parameter</primary> <primary><varname>row_security</> configuration parameter</primary>
</indexterm> </indexterm>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment