Re: Variable substitution in psql backtick expansion
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: "Daniel Verite" <daniel@manitou-mail.org>
Cc: "Fabien COELHO" <coelho@cri.ensmp.fr>,
"Robert Haas" <robertmhaas@gmail.com>,
"Pavel Stehule" <pavel.stehule@gmail.com>,
"Corey Huinker" <corey.huinker@gmail.com>,
"PostgreSQL Developers" <pgsql-hackers@postgresql.org>
Date: 2017-09-05T14:54:51Z
Lists: pgsql-hackers
I wrote: > "Daniel Verite" <daniel@manitou-mail.org> writes: >> That would look like the following, for example, with a 3-space margin >> for the description: >> AUTOCOMMIT >> If set, successful SQL commands are automatically committed > But we could do something close to that, say two-space indent for the > variable names and four-space for the descriptions. Done like that. I forgot to credit you with the idea in the commit log; sorry about that. regards, tom lane
Commits
-
Add psql variables showing server version and psql version.
- a6c678f018d3 10.0 landed
- 9ae9d8c1549c 11.0 landed
-
Reformat psql's --help=variables output.
- 3955c8c4eda2 11.0 landed
-
Remove reinvention of stringify macro.
- cd6baed78150 10.0 landed
-
Allow psql variable substitution to occur in backtick command strings.
- f833c847b8fa 10.0 landed