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

From Tom Lane
Subject Re: problem with ALTER GROUP
Date
Msg-id 10668.961713688@sss.pgh.pa.us
Whole thread Raw
In response to problem with ALTER GROUP  (Kovacs Zoltan Sandor <tip@pc10.radnoti-szeged.sulinet.hu>)
List pgsql-hackers
Kovacs Zoltan Sandor <tip@pc10.radnoti-szeged.sulinet.hu> writes:
> test=# ALTER GROUP anygroup ADD USER 1234;
> where 1234 can be any number, will result this error message:
> ERROR:  parser: parse error at or near "1234"

Double quotes around the username, perhaps?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: NOTICES about portals
Next
From: Tom Lane
Date:
Subject: Re: Makefile.global is kind of a pain