pgsql: psql: Improve tab completion for ALTER FOREIGN TABLE.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: psql: Improve tab completion for ALTER FOREIGN TABLE.
Date: 2015-04-29 16:59:43
Message-ID: E1YnVKp-0005tB-F8@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

psql: Improve tab completion for ALTER FOREIGN TABLE.

Etsuro Fujita

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c6e96a2f986e4dad72c14b14d4cc17d02b2a6aad

Modified Files
--------------
src/bin/psql/tab-complete.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2015-04-29 17:37:09 pgsql: Introduce replication progress tracking infrastructure.
Previous Message Stephen Frost 2015-04-29 14:11:02 Re: pgsql: to_char(): have format 'OF' only show the leading negative sign