Re: problem with ALTER GROUP
Kovacs Zoltan Sandor <tip@pc10.radnoti-szeged.sulinet.hu>
From: Kovacs Zoltan Sandor <tip@pc10.radnoti-szeged.sulinet.hu>
To: Peter Eisentraut <peter_e@gmx.net>
Cc: pgsql-hackers@postgresql.org
Date: 2000-06-23T10:54:13Z
Lists: 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