From f78ae3747d8bdf07d864e465eb257ad5b7fd825a Mon Sep 17 00:00:00 2001 From: Noah Misch Date: Sat, 3 Oct 2015 20:20:22 -0400 Subject: [PATCH] Document that row_security is a boolean GUC. Oversight in commit 537bd178c73b1d25938347b17e9e3e62898fc231. Back-patch to 9.5, like that commit. --- doc/src/sgml/config.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index c174d68dc1..5369026351 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -5584,7 +5584,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv; - row_security (enum) + row_security (boolean) row_security configuration parameter