pgsql: psql: Let \l accept a pattern

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема pgsql: psql: Let \l accept a pattern
Дата
Msg-id E1UCXGK-0001TF-HV@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
psql: Let \l accept a pattern

reviewed by Satoshi Nagayasu

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0ea1f6e98fc84f1c5f66cc6355f6e20582295e81
Author: Peter Eisentraut <peter_e@gmx.net>

Modified Files
--------------
doc/src/sgml/ref/psql-ref.sgml |    9 +++++----
src/bin/psql/command.c         |   20 ++++++++++++++++----
src/bin/psql/describe.c        |    7 ++++++-
src/bin/psql/describe.h        |    2 +-
src/bin/psql/help.c            |    2 +-
src/bin/psql/startup.c         |    2 +-
6 files changed, 30 insertions(+), 12 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: pgsql: Remove accidentally-committed .orig file.
Следующее
От: Kevin Grittner
Дата:
Сообщение: Re: [HACKERS] Materialized views WIP patch