Re: psql and Postgres 7.2

2022-01-21 Thread Adrian Klaver
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).

Re: psql and Postgres 7.2

2022-01-21 Thread Tom Lane
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

psql and Postgres 7.2

2022-01-21 Thread Adrian Klaver
In answering a question on SO I discovered this: \l PRODUCTION List of databases Name| Owner | Encoding | Collate |Ctype| Access privileges +--+--+-+-+--- production | pos