Re: Variable substitution in psql backtick expansion
Pavel Stehule <pavel.stehule@gmail.com>
From: Pavel Stehule <pavel.stehule@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Fabien COELHO <coelho@cri.ensmp.fr>, Robert Haas <robertmhaas@gmail.com>, Corey Huinker <corey.huinker@gmail.com>,
Daniel Verite <daniel@manitou-mail.org>, PostgreSQL Developers <pgsql-hackers@postgresql.org>
Date: 2017-09-04T17:17:20Z
Lists: pgsql-hackers
2017-09-04 19:08 GMT+02:00 Tom Lane <tgl@sss.pgh.pa.us>: > Pavel Stehule <pavel.stehule@gmail.com> writes: > > 2017-09-04 18:56 GMT+02:00 Tom Lane <tgl@sss.pgh.pa.us>: > >> Just had another idea: maybe make the new variable names > >> SERVER_VERSION_S > >> SERVER_VERSION_N > >> VERSION_S > >> VERSION_N > > > SERVER_VERSION_STR looks better than this. > > I dunno, I'm not very pleased with the "STR" idea because the verbose > version string is also a string. Documenting "S" as meaning "short" > would dodge that objection. > > You have to necessary read doc to understand this, and I don't think so it is good idea. So SERVER_VERSION_NAME looks like best solution to me. > 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