Re: proposal \gcsv
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Pavel Stehule <pavel.stehule@gmail.com>
Cc: Isaac Morland <isaac.morland@gmail.com>,
Daniel Verite <daniel@manitou-mail.org>,
Vik Fearing <vik@postgresfriends.org>, Erik Rijkers <er@xs4all.nl>,
PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2020-04-07T17:27:36Z
Lists: pgsql-hackers
Attachments
- 0001-pset-option-infrastructure-1.patch (text/x-diff) patch 0001
- 0002-pset-options-for-slash-g-2.patch (text/x-diff) patch 0002
Here's a more fully fleshed-out patch, with documentation and some test cases. (0001 patch is identical to last time.) Considering this is the last day before v13 feature freeze, should I push this, or sit on it till v14? I feel reasonably good that we have a nice feature definition here, but it's awfully late in the cycle to be designing features. regards, tom lane
Commits
-
Allow psql's \g and \gx commands to transiently change \pset options.
- b63c293bcbd7 13.0 landed