pgsql-server/src/bin/psql tab-complete.c - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql-server/src/bin/psql tab-complete.c
Date
Msg-id 20031030213739.1C4C5D1B51A@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@svr1.postgresql.org    03/10/30 17:37:39

Modified files:
    src/bin/psql   : tab-complete.c

Log message:
    Further work on tab completion code: arrange for system catalogs to be
    offered for completion only when the input-so-far is at least 'pg_'.
    This seems to be the best compromise behavior emerging from yesterday's
    discussion.  While at it, refactor code to eliminate repetitive use of
    nearly identical queries, which was exceedingly tedious to maintain.
    Also const-ify code more thoroughly in hopes of moving constant data into
    text segment, and remove unnecessary length limit on queries.


pgsql-committers by date:

Previous
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql-server/ /HISTORY oc/src/sgml/release.sgml
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql-server/ oc/src/sgml/libpgtcl.sgml rc/int ...