pgsql: Add help & tab-complete support for psql's \getenv.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add help & tab-complete support for psql's \getenv.
Date: 2021-12-21 21:18:55
Message-ID: E1mzmX9-0000w9-2E@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add help & tab-complete support for psql's \getenv.

I forgot about these details in 33d3eeadb :-(.
Noted by Christoph Berg.

Discussion: https://postgr.es/m/YcI8i/mduMi91uXY(at)msg(dot)df7cb(dot)de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0f2abd05441f524a67bc58ef5f0cc32054f7fb66

Modified Files
--------------
src/bin/psql/help.c | 3 ++-
src/bin/psql/tab-complete.c | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2021-12-22 02:37:35 pgsql: Move index vacuum routines to vacuum.c.
Previous Message Tom Lane 2021-12-21 17:12:46 pgsql: Add missing EmitWarningsOnPlaceholders() calls.