> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Devrim GUNDUZ
> Sent: 13 June 2005 12:31
> To: pgsql-hackers@postgresql.org
> Subject: [HACKERS] Usernames with hyphens
> 
> template1=# CREATE USER hyphen-test;
> ERROR:  syntax error at or near "-" at character 18
> LINE 1: CREATE USER hyphen-test;
>

Hi Devrim,

Try:

CREATE USER "hyphen-test";

Regards, Dave

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
      subscribe-nomail command to [EMAIL PROTECTED] so that your
      message can get through to the mailing list cleanly

Reply via email to