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

From Kovacs Zoltan Sandor
Subject Re: problem with ALTER GROUP
Date
Msg-id Pine.LNX.4.05.10006231252590.1165-100000@pc10.radnoti-szeged.sulinet.hu
Whole thread Raw
In response to Re: problem with ALTER GROUP  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
> > test=# ALTER GROUP anygroup ADD USER 1234;
> 
> > ERROR:  parser: parse error at or near "1234"
> 
> Hmm, who would have thought of that? Try ... USER "1234" (double quotes).
Unfortunetely it also doesn't work. I tried conversions as well, without
any success.

Zoltan



pgsql-hackers by date:

Previous
From: "Hiroshi Inoue"
Date:
Subject: RE: PGSQL internals question...
Next
From: Thomas Lockhart
Date:
Subject: Re: problem with ALTER GROUP