Re: Sequence name with capital letters issue
David G. Johnston <david.g.johnston@gmail.com>
From: "David G. Johnston" <david.g.johnston@gmail.com>
To: Thibaut BOULDOIRE <thibaut.bouldoire@gmail.com>
Cc: "depesz@depesz.com" <depesz@depesz.com>, "pgsql-bugs@lists.postgresql.org" <pgsql-bugs@lists.postgresql.org>, "magnus@hagander.net" <magnus@hagander.net>
Date: 2024-04-05T13:58:01Z
Lists: pgsql-bugs
On Friday, April 5, 2024, Thibaut BOULDOIRE <thibaut.bouldoire@gmail.com> wrote: > > Maybe it's the tool that I'm using ( DBeaver ) that is transforming the > capital letters into lowercase ? > No, as the docs you were pointed to say, it’s the server that folds to lowercase any identifier that isn’t double-quoted. David J.