Re: Case sensitive grant statements in pg14?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



@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@xxxxxxxxxxxxx> wrote:
richard coleman <rcoleman.ascentgl@xxxxxxxxx> 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



[Index of Archives]     [Postgresql Home]     [Postgresql General]     [Postgresql Performance]     [Postgresql PHP]     [Postgresql Jobs]     [PHP Users]     [PHP Databases]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Databases]     [Yosemite Forum]

  Powered by Linux