Re: Case sensitive grant statements in pg14?
От | M Sarwar |
---|---|
Тема | Re: Case sensitive grant statements in pg14? |
Дата | |
Msg-id | DM4PR19MB5978A3CB27D4267D16BD5DD5D395A@DM4PR19MB5978.namprd19.prod.outlook.com обсуждение исходный текст |
Ответ на | Re: Case sensitive grant statements in pg14? (Tom Lane <tgl@sss.pgh.pa.us>) |
Ответы |
Re: Case sensitive grant statements in pg14?
|
Список | pgsql-admin |
Richard Coleman,
Based on Tom's email, here is my advise to you.
Prepare all your commands and copy to a notepad.
Now copy from the notepad and execute the commands and let us see if you get the same errors like in your first email.
Thanks,
Sarwar
From: Tom Lane <tgl@sss.pgh.pa.us>
Sent: Thursday, December 21, 2023 2:26 PM
To: richard coleman <rcoleman.ascentgl@gmail.com>
Cc: Pgsql-admin <pgsql-admin@lists.postgresql.org>
Subject: Re: Case sensitive grant statements in pg14?
Sent: Thursday, December 21, 2023 2:26 PM
To: richard coleman <rcoleman.ascentgl@gmail.com>
Cc: Pgsql-admin <pgsql-admin@lists.postgresql.org>
Subject: Re: Case sensitive grant statements in pg14?
richard coleman <rcoleman.ascentgl@gmail.com> writes:
> I am having instances of (substituting example names for schema and role):
> grant create, usage on schema my_schema to bob;
> returning the error message:
> ERROR: syntax error at or near "bob"
> but:
> GRANT CREATE, USAGE ON SCHEMA my_schema TO bob;
> succeeding.
> I hope that's clearer.
Well, it's clearer, but I don't believe it. What I think is
far more likely an explanation is that you've got some weird
non-ASCII whitespace in the first version of the command.
Copying-and-pasting from your mail doesn't show anything
strange though.
regards, tom lane
> I am having instances of (substituting example names for schema and role):
> grant create, usage on schema my_schema to bob;
> returning the error message:
> ERROR: syntax error at or near "bob"
> but:
> GRANT CREATE, USAGE ON SCHEMA my_schema TO bob;
> succeeding.
> I hope that's clearer.
Well, it's clearer, but I don't believe it. What I think is
far more likely an explanation is that you've got some weird
non-ASCII whitespace in the first version of the command.
Copying-and-pasting from your mail doesn't show anything
strange though.
regards, tom lane
В списке pgsql-admin по дате отправления: