pgsql: Improve psql's tab completion to handle completing attribute - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Improve psql's tab completion to handle completing attribute
Date
Msg-id 20080329191914.D3E3C7558E7@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Improve psql's tab completion to handle completing attribute names in cases
where the relation name was schema-qualified, for example
    UPDATE foo.bar SET <tab>
Also support cases where the relation name was quoted unnecessarily,
for example
    UPDATE "foo" SET <tab>

Greg Sabino Mullane, slightly simplified by myself.

Modified Files:
--------------
    pgsql/src/bin/psql:
        tab-complete.c (r1.169 -> r1.170)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/tab-complete.c?r1=1.169&r2=1.170)

pgsql-committers by date:

Previous
From: carvalho@pgfoundry.org (User Carvalho)
Date:
Subject: pllua - pllua: Modified raw datum to carry datum instead of datum
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Improve description of \du and \dg, per suggestion from Harald