From: Robert Haas Date: Fri, 30 Oct 2015 11:18:55 +0000 (+0100) Subject: doc: security_barrier option is a Boolean, not a string. X-Git-Tag: REL9_6_BETA1~1153 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=c5057b2b34813ca114bc808cb56b7a7fcde64393;p=postgresql.git doc: security_barrier option is a Boolean, not a string. Mistake introduced by commit 5bd91e3a835b5d5499fee5f49fc7c0c776fe63dd. Hari Babu --- diff --git a/doc/src/sgml/ref/create_view.sgml b/doc/src/sgml/ref/create_view.sgml index 8fa3564021e..e37bb009b4f 100644 --- a/doc/src/sgml/ref/create_view.sgml +++ b/doc/src/sgml/ref/create_view.sgml @@ -139,7 +139,7 @@ CREATE VIEW name AS WITH RECURSIVE name ( - security_barrier (string) + security_barrier (boolean) This should be used if the view is intended to provide row-level