That does not look like a database issue but something is getting manipulated.
Did you try with different key boards and using different machines?
It is a kind of weird - Sorry.
Sarwar
From: richard coleman <rcoleman.ascentgl@xxxxxxxxx>
Sent: Thursday, December 21, 2023 2:51 PM To: M Sarwar <sarwarmd02@xxxxxxxxxxx> Cc: Tom Lane <tgl@xxxxxxxxxxxxx>; Pgsql-admin <pgsql-admin@xxxxxxxxxxxxxxxxxxxx> Subject: Re: Case sensitive grant statements in pg14? Thanks,
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"
if I do the same with:
GRANT CREATE ON SCHEMA my_schema TO bob; by hand and press return, it returns with "GRANT"
¯\_(ツ)_/¯
is seems very strange.
I don't know if that's the actual underlying error, or if throwing the "syntax error at bob" is indicative of some other error.
I've never run across it before so I thought I would ask.
Thanks again,
rik.
On Thu, Dec 21, 2023 at 2:34 PM M Sarwar <sarwarmd02@xxxxxxxxxxx> wrote:
|