pgsql: Improve psql tab completion for CREATE/ALTER ROLE [NO]REPLICATIO

From: Itagaki Takahiro <itagaki(dot)takahiro(at)gmail(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve psql tab completion for CREATE/ALTER ROLE [NO]REPLICATIO
Date: 2011-01-04 08:59:44
Message-ID: E1Pa2k4-0005xb-7p@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve psql tab completion for CREATE/ALTER ROLE [NO]REPLICATION.

Missing support for VALID UNTIL in CREATE ROLE is also added.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=14158f25cd164d65cf174dab9e22b3b4a22962a7

Modified Files
--------------
src/bin/psql/tab-complete.c | 16 +++++++++-------
1 files changed, 9 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2011-01-04 14:44:03 pgsql: Work around header misdefines in modern Windows SDK when _WIN32_
Previous Message Robert Haas 2011-01-04 04:13:04 Re: Re: [COMMITTERS] pgsql: Reduce spurious Hot Standby conflicts from never-visible records