Skip to content

Commit f78ae37

Browse files
committed
Document that row_security is a boolean GUC.
Oversight in commit 537bd17. Back-patch to 9.5, like that commit.
1 parent 3cb0a7e commit f78ae37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/config.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5584,7 +5584,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
55845584
</varlistentry>
55855585

55865586
<varlistentry id="guc-row-security" xreflabel="row_security">
5587-
<term><varname>row_security</varname> (<type>enum</type>)
5587+
<term><varname>row_security</varname> (<type>boolean</type>)
55885588
<indexterm>
55895589
<primary><varname>row_security</> configuration parameter</primary>
55905590
</indexterm>

0 commit comments

Comments
 (0)