Re: create user problem

From: Vince Vielhaber <vev(at)michvhf(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: create user problem
Date: 2001-06-13 20:20:09
Message-ID: Pine.BSF.4.30.0106131619530.420-100000@paprika.michvhf.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, 13 Jun 2001, Tom Lane wrote:

> Vince Vielhaber <vev(at)michvhf(dot)com> writes:
> > mydb=# create user foo NOCREATEUSER NOCREATEDB in group bar;
> > ERROR: parser: parse error at or near "NOCREATEDB"
>
> > This line:
> > [ CREATEDB | NOCREATEDB ] [ CREATEUSER | NOCREATEUSER ]
> > does say I can do both, right?
>
> It says you can do both *in that order*.
>
> Feel free to submit a grammar patch to make CREATE USER more flexible
> about the ordering of its optional clauses. Right now it's pretty
> rigid.

Let me guess, gram.y?

Vince.
--
==========================================================================
Vince Vielhaber -- KA8CSH email: vev(at)michvhf(dot)com http://www.pop4.net
56K Nationwide Dialup from $16.00/mo at Pop4 Networking
Online Campground Directory http://www.camping-usa.com
Online Giftshop Superstore http://www.cloudninegifts.com
==========================================================================

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2001-06-13 20:35:26 Re: Patch to warn about oid/xid wraparound
Previous Message Bruce Momjian 2001-06-13 19:56:06 Re: Patch to warn about oid/xid wraparound