Re: CREATE USER vs. createuser - Mailing list pgsql-general

From Karel Zak
Subject Re: CREATE USER vs. createuser
Date
Msg-id 20010906090142.B1047@zf.jcu.cz
Whole thread Raw
In response to CREATE USER vs. createuser  ("Mihai Gheorghiu" <tanethq@earthlink.net>)
List pgsql-general
On Wed, Sep 05, 2001 at 11:57:48AM -0400, Mihai Gheorghiu wrote:
> With createuser I managed to create users like 12345 and John Doe (with a
> space).
> It did not work with CREATE USER.
> Aren't they supposed to do the same?

 The createuser is a simple script and use SQL query "CREATE USER" too.

 CREATE USER "John Doe";

 ...quotation marks is the thing that you search.

    Karel
--
 Karel Zak  <zakkr@zf.jcu.cz>
 http://home.zf.jcu.cz/~zakkr/

 C, PostgreSQL, PHP, WWW, http://docs.linux.cz, http://mape.jcu.cz

pgsql-general by date:

Previous
From: Mike Withers
Date:
Subject: problem with selects based on dates
Next
From: "Oliver Elphick"
Date:
Subject: Re: FOREIGN KEY: MATCH FULL