Thread: pgsql: psql: Let \l accept a pattern

pgsql: psql: Let \l accept a pattern

From
Magnus Hagander
Date:
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(-)