Re: Usernames with hyphens

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Devrim GUNDUZ" <devrim(at)gunduz(dot)org>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Usernames with hyphens
Date: 2005-06-13 11:40:46
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E490E481@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> -----Original Message-----
> From: pgsql-hackers-owner(at)postgresql(dot)org
> [mailto:pgsql-hackers-owner(at)postgresql(dot)org] On Behalf Of Devrim GUNDUZ
> Sent: 13 June 2005 12:31
> To: pgsql-hackers(at)postgresql(dot)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

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Glaesemann 2005-06-13 11:46:27 Re: Usernames with hyphens
Previous Message Weilguni Mario 2005-06-13 11:34:03 Re: Usernames with hyphens