pgsql-server/src/bin/psql tab-complete.c

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql-server/src/bin/psql tab-complete.c
Дата
Msg-id 20031030213739.1C4C5D1B51A@svr1.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql-server/ /HISTORY oc/src/sgml/release.sgml
Следующее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql-server/ oc/src/sgml/libpgtcl.sgml rc/int ...