mirror of
https://github.com/postgres/postgres.git
synced 2026-06-10 17:20:31 -04:00
Document that row_security is a boolean GUC.
Oversight in commit 537bd178c7.
Back-patch to 9.5, like that commit.
This commit is contained in:
parent
3cb0a7e75a
commit
f78ae3747d
1 changed files with 1 additions and 1 deletions
|
|
@ -5584,7 +5584,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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue