Re: problem with ALTER GROUP - Mailing list pgsql-hackers

From Thomas Lockhart
Subject Re: problem with ALTER GROUP
Date
Msg-id 39536FB9.2E6C14CC@alumni.caltech.edu
Whole thread Raw
In response to Re: problem with ALTER GROUP  (Kovacs Zoltan Sandor <tip@pc10.radnoti-szeged.sulinet.hu>)
Responses Re: problem with ALTER GROUP
List pgsql-hackers
> > > test=# ALTER GROUP anygroup ADD USER 1234;
> > > ERROR:  parser: parse error at or near "1234"
> > Try ... USER "1234" (double quotes).
> Unfortunetely it also doesn't work.

lockhart=# create user "1234";
CREATE USER
lockhart=# create group test;
CREATE GROUP
lockhart=# ALTER GROUP test ADD USER 1234;
ERROR:  parser: parse error at or near "1234"
lockhart=# ALTER GROUP test ADD USER "1234";
ALTER GROUP

What does "not work" mean? Is the result unusable?
                    - Thomas


pgsql-hackers by date:

Previous
From: Kovacs Zoltan Sandor
Date:
Subject: Re: problem with ALTER GROUP
Next
From: Lamar Owen
Date:
Subject: Re: Interesting mention of PostgreSQL in news