Re: Case sensitive grant statements in pg14?

Поиск
Список
Период
Сортировка
От kaido vaikla
Тема Re: Case sensitive grant statements in pg14?
Дата
Msg-id CA+427g-03fhmvujCG_7n+Tkbk+r=cegKn1rTqbetPmn3quPSCA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Case sensitive grant statements in pg14?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-admin
@richard coleman
Maybe you have some disturbing env parameter set,  you can try this:
#env -i /usr/pgsql-14/bin/psql
postgres=#grant create, usage on schema my_schema to bob;


If this work, check an env(1) output.
br
Kaido

On Thu, 21 Dec 2023 at 22:08, Tom Lane <tgl@sss.pgh.pa.us> wrote:
richard coleman <rcoleman.ascentgl@gmail.com> writes:
> But there is no Copy/Pasting involved.

> if I open a psql prompt on my Ubuntu server.
> type:
> grant create on schema my_schema to bob;

> by hand and press return, it replies with the error messages about a syntax
> error at "bob"

All I can say is it works for me, and I can't tell from here
what's different on your end.

                        regards, tom lane


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

Предыдущее
От: Joe Conway
Дата:
Сообщение: Re: Case sensitive grant statements in pg14?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Case sensitive grant statements in pg14?