On 1/21/22 10:49 AM, Tom Lane wrote:
Adrian Klaver writes:
src/bin/psql/command.c
/*
* Ideally we should treat the arguments as SQL identifiers. But for
* backwards compatibility with 7.2 and older pg_dump files, we have to
* take unquoted arguments verbatim (don't downcase them).
Adrian Klaver writes:
> src/bin/psql/command.c
> /*
>* Ideally we should treat the arguments as SQL identifiers. But for
>* backwards compatibility with 7.2 and older pg_dump files, we have to
>* take unquoted arguments verbatim (don't downcase them). For now,
>* double-quoted arg
In answering a question on SO I discovered this:
\l PRODUCTION
List of databases
Name| Owner | Encoding | Collate |Ctype| Access
privileges
+--+--+-+-+---
production | pos