Re: problem with ALTER GROUP

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Kovacs Zoltan Sandor <tip(at)pc10(dot)radnoti-szeged(dot)sulinet(dot)hu>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: problem with ALTER GROUP
Date: 2000-06-22 22:42:03
Message-ID: Pine.LNX.4.21.0006230040220.13792-100000@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Kovacs Zoltan Sandor writes:

> 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).
We might be able to do better there though.

--
Peter Eisentraut Sernanders väg 10:115
peter_e(at)gmx(dot)net 75262 Uppsala
http://yi.org/peter-e/ Sweden

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-06-22 23:02:38 Re: Makefile.global is kind of a pain
Previous Message Tom Lane 2000-06-22 22:41:28 Re: problem with ALTER GROUP