From b056b716e28562f5c53dfb143725294d44f14d38 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Fri, 23 Sep 2011 09:25:20 -0400 Subject: Add --{no-,}replication flags to createuser. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fujii Masao, reviewed by Cédric Villemain, with some doc changes by me. --- doc/src/sgml/ref/createuser.sgml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/createuser.sgml b/doc/src/sgml/ref/createuser.sgml index 0c47fb49971..4cbfd69148c 100644 --- a/doc/src/sgml/ref/createuser.sgml +++ b/doc/src/sgml/ref/createuser.sgml @@ -240,6 +240,28 @@ PostgreSQL documentation + + + + + The new user will have the REPLICATION privilege, which is + described more fully in the documentation for + . + + + + + + + + + The new user will not have the REPLICATION privilege, which is + described more fully in the documentation for + . + + + + -- cgit v1.2.3