Thread: pgsql: Add new psql command \dL to list languages.

pgsql: Add new psql command \dL to list languages.

From
Robert Haas
Date:
Add new psql command \dL to list languages.

Original patch by Fernando Ike, revived by Josh Kuperschmidt, reviewed by Andreas
Karlsson, and in earlier versions by Tom Lane and Peter Eisentraut.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=9c5e2c120be42fbd1a743ddf539ff451e1cce23b

Modified Files
--------------
doc/src/sgml/ref/psql-ref.sgml |   15 +++++++++
src/bin/psql/command.c         |    3 ++
src/bin/psql/describe.c        |   68 ++++++++++++++++++++++++++++++++++++++++
src/bin/psql/describe.h        |    2 +
src/bin/psql/help.c            |    1 +
src/bin/psql/tab-complete.c    |    4 ++-
6 files changed, 92 insertions(+), 1 deletions(-)