Re: pulling my hair out..

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: pulling my hair out..
Дата
Msg-id 20041105005033.GA22481@winnie.fuhr.org
обсуждение исходный текст
Ответ на pulling my hair out..  (David Bear <David.Bear@asu.edu>)
Список pgsql-admin
On Thu, Nov 04, 2004 at 05:07:20PM -0700, David Bear wrote:
>
> npcenter=# grant all on table 'contactNames' to group npcenter;
> ERROR:  syntax error at or near "'contactNames'" at character 20

Try double quotes:

grant all on table "contactNames" to group npcenter;

http://www.postgresql.org/docs/7.3/static/sql-syntax.html#SQL-SYNTAX-IDENTIFIERS

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

В списке pgsql-admin по дате отправления:

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: pulling my hair out..
Следующее
От: Allen Smith
Дата:
Сообщение: Help with restore