diff options
author | Bruce Momjian | 1997-11-13 03:36:42 +0000 |
---|---|---|
committer | Bruce Momjian | 1997-11-13 03:36:42 +0000 |
commit | 145bae27596316cd6957f0303c5f18cd8318c361 (patch) | |
tree | b4173cecc31ca86f15f52a0390034d9642409b18 /src/man/psql.1 | |
parent | 5071ae2972457eba64d02515b1a7161311cb6659 (diff) |
pg_description cleanup.
Diffstat (limited to 'src/man/psql.1')
-rw-r--r-- | src/man/psql.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/man/psql.1 b/src/man/psql.1 index e335bdcaf56..a045685cb36 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.13 1997/11/13 03:23:18 momjian Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/psql.1,v 1.14 1997/11/13 03:36:42 momjian Exp $ .TH PSQL UNIX 1/20/96 PostgreSQL PostgreSQL .SH NAME psql \(em run the interactive query front-end @@ -292,7 +292,7 @@ is specified, list the columns in If table name is .IR *, list all tables and column information for each tables. -.IP "\edc object" +.IP "\edd object" List the description of the table, table.column, type, operator, or aggregate. .IP "\edi" List only indexes. |