Add new psql command \dL to list languages.

Robert Haas <rhaas@postgresql.org>

Commit: 9c5e2c120be42fbd1a743ddf539ff451e1cce23b
Author: Robert Haas <rhaas@postgresql.org>
Date: 2011-01-20T05:00:30Z
Releases: 9.1.0
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.

Files

PathChange+/−
doc/src/sgml/ref/psql-ref.sgml modified +15 −0
src/bin/psql/command.c modified +3 −0
src/bin/psql/describe.c modified +68 −0
src/bin/psql/describe.h modified +2 −0
src/bin/psql/help.c modified +1 −0
src/bin/psql/tab-complete.c modified +3 −1