From: Tatsuo Ishii Date: Wed, 12 Sep 2001 01:55:25 +0000 (+0000) Subject: Fix typo (add ;) X-Git-Tag: REL7_2_BETA1~429 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2d12bc1ea13c7814f0518cdb4bf36506d558a66a;p=postgresql Fix typo (add ;) --- diff --git a/doc/src/sgml/ref/alter_group.sgml b/doc/src/sgml/ref/alter_group.sgml index 415049445f..c2072f8f15 100644 --- a/doc/src/sgml/ref/alter_group.sgml +++ b/doc/src/sgml/ref/alter_group.sgml @@ -1,5 +1,5 @@ @@ -111,13 +111,13 @@ ALTER GROUP name DROP USER -ALTER GROUP staff ADD USER karl, john +ALTER GROUP staff ADD USER karl, john; Remove a user from a group: -ALTER GROUP workers DROP USER beth +ALTER GROUP workers DROP USER beth;