Wanted: Trick for granting permissions to users with hyphens

From: Herbert Liechti <herbie(at)thinx(dot)ch>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Wanted: Trick for granting permissions to users with hyphens
Date: 2003-11-19 15:48:49
Message-ID: Pine.LNX.4.33.0311191641180.29660-100000@standbyme.thinx.ch
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello

I like to grant some permissions to the user www-data (default user
for apache under debian)

GRANT SELECT, UPDATE, INSERT, DELETE ON customer TO herbie, www-data;

The statements throws the following error:
ERROR: parser: parse error at or near "-" at character 64

Seems to me that hyphens are not allowed for user names. But a »createuser
www-data« is working correct an I can access the database with that
user.

I tried to quote the www-data with 'www-data', www\-data with
the same result.

Any hints? I'm using 7.3.2

Thanks and best regards
Herbie
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Herbert Liechti http://www.thinx.ch
The content management company. Visit http://www.contentx.ch
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Lamar Owen 2003-11-19 15:58:05 Re: SuSE RPMs available for PostgreSQL 7.4
Previous Message Carmen Gloria Sepulveda Dedes 2003-11-19 15:26:07 Re: Problem with exec sql include