Re: createuser problem in 7.3.4 on Linux

From: "A(dot)Bhuvaneswaran" <bhuvan(at)symonds(dot)net>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: paulp127(at)dublin(dot)ie, pgsql-admin(at)postgresql(dot)org
Subject: Re: createuser problem in 7.3.4 on Linux
Date: 2003-12-17 11:18:16
Message-ID: 1071659896.1827.14.camel@Bhuvan.bksys.co.in
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin


> You need to double quote the name to preserve case.

IMO, in 7.3.4, these two scripts (createuser & dropuser) preserve the
case by default even without double quote. For example, 'createuser
Admin' makes an entry Admin(not admin) in pg_shadow. Similarly, dropuser
deletes the same entry even without double quote.

Else, am i missing some thing?

regards,
bhuvaneswaran

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Peter Eisentraut 2003-12-17 11:21:50 Re: createuser problem in 7.3.4 on Linux
Previous Message A.Bhuvaneswaran 2003-12-17 10:31:28 Re: createuser problem in 7.3.4 on Linux