Re: Usernames with hyphens - Mailing list pgsql-hackers

From Dave Page
Subject Re: Usernames with hyphens
Date
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E490E481@ratbert.vale-housing.co.uk
Whole thread Raw
In response to Usernames with hyphens  (Devrim GUNDUZ <devrim@gunduz.org>)
List pgsql-hackers

> -----Original Message-----
> From: pgsql-hackers-owner@postgresql.org
> [mailto:pgsql-hackers-owner@postgresql.org] 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


pgsql-hackers by date:

Previous
From: "Weilguni Mario"
Date:
Subject: Re: Usernames with hyphens
Next
From: Michael Glaesemann
Date:
Subject: Re: Usernames with hyphens