From: Tatsuo Ishii Date: Fri, 14 Sep 2001 07:59:31 +0000 (+0000) Subject: Add semicolon X-Git-Tag: REL7_2_BETA1~405 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=147c742aa2d1dece987f51f463127d370543894c;p=postgresql Add semicolon Tatsuo Ishii --- diff --git a/doc/src/sgml/ref/create_group.sgml b/doc/src/sgml/ref/create_group.sgml index f88caa6405..6556997022 100644 --- a/doc/src/sgml/ref/create_group.sgml +++ b/doc/src/sgml/ref/create_group.sgml @@ -1,5 +1,5 @@ @@ -127,14 +127,14 @@ where option can be: Create an empty group: -CREATE GROUP staff +CREATE GROUP staff; Create a group with members: -CREATE GROUP marketing WITH USER jonathan, david +CREATE GROUP marketing WITH USER jonathan, david;