Re: Case sensitive grant statements in pg14? - Mailing list pgsql-admin

From kaido vaikla
Subject Re: Case sensitive grant statements in pg14?
Date
Msg-id CA+427g-03fhmvujCG_7n+Tkbk+r=cegKn1rTqbetPmn3quPSCA@mail.gmail.com
Whole thread Raw
In response to Re: Case sensitive grant statements in pg14?  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Joe Conway
Date:
Subject: Re: Case sensitive grant statements in pg14?
Next
From: Tom Lane
Date:
Subject: Re: Case sensitive grant statements in pg14?