Re: Case sensitive grant statements in pg14?

From: kaido vaikla <kaido(dot)vaikla(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: richard coleman <rcoleman(dot)ascentgl(at)gmail(dot)com>, M Sarwar <sarwarmd02(at)outlook(dot)com>, Pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: Re: Case sensitive grant statements in pg14?
Date: 2023-12-21 20:39:57
Message-ID: CA+427g-03fhmvujCG_7n+Tkbk+r=cegKn1rTqbetPmn3quPSCA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> richard coleman <rcoleman(dot)ascentgl(at)gmail(dot)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
>
>
>

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2023-12-21 20:43:08 Re: Case sensitive grant statements in pg14?
Previous Message Joe Conway 2023-12-21 20:39:30 Re: Case sensitive grant statements in pg14?