From: | Magnus Hagander <magnus(at)hagander(dot)net> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: psql: Let \l accept a pattern |
Date: | 2013-03-04 15:25:12 |
Message-ID: | E1UCXGK-0001TF-HV@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)gmx(dot)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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2013-03-04 15:39:37 | Re: [HACKERS] Materialized views WIP patch |
Previous Message | Euler Taveira | 2013-03-04 13:37:32 | Re: Materialized views WIP patch |