From 9c5e2c120be42fbd1a743ddf539ff451e1cce23b Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Thu, 20 Jan 2011 00:00:30 -0500 Subject: 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. --- doc/src/sgml/ref/psql-ref.sgml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 5f61561eea5..30d4507eb3b 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1249,6 +1249,21 @@ testdb=> + + \dL[S+] [ pattern ] + + + Lists all procedural languages. If pattern + is specified, only languages whose names match the pattern are listed. + By default, only user-created languages + are shown; supply the S modifier to include system + objects. If + is appended to the command name, each + language is listed with its call handler, validator, access privileges, + and whether it is a system object. + + + \dn[S+] [ pattern ] -- cgit v1.2.3