diff options
| author | Bruce Momjian | 1997-11-15 16:32:25 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1997-11-15 16:32:25 +0000 |
| commit | 4e9df155f08f4cfc4a29d2953deba6508c3dadfd (patch) | |
| tree | 98a7f595ffdca6f6e48c50cf7595d130177a4107 /src/man | |
| parent | 2e0976e00363513b3607d364d2dd13a899db1939 (diff) | |
Add new \df psql option and oid8types() function.
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" |
