@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;
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
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