diff options
Diffstat (limited to 'src/man')
| -rw-r--r-- | src/man/psql.1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/man/psql.1 b/src/man/psql.1 index 0ee386e96a..e104512c24 100644 --- a/src/man/psql.1 +++ b/src/man/psql.1 @@ -1,6 +1,6 @@ .\" This is -*-nroff-*- .\" XXX standard disclaimer belongs here.... -.\" $Header: /cvsroot/pgsql/src/man/Attic/psql.1,v 1.16 1997/11/15 02:47:23 thomas Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/psql.1,v 1.17 1997/11/15 16:32:25 momjian Exp $ .TH PSQL UNIX 1/20/96 PostgreSQL PostgreSQL .SH NAME psql \(em run the interactive query front-end @@ -296,6 +296,8 @@ list all tables and column information for each tables. List aggregates. .IP "\edd object" List the description of the table, table.column, type, operator, or aggregate. +.IP "\edf" +List functions. .IP "\edi" List only indexes. .IP "\edo" |
