diff options
author | Bruce Momjian | 2010-05-19 20:22:05 +0000 |
---|---|---|
committer | Bruce Momjian | 2010-05-19 20:22:05 +0000 |
commit | 2963d8228100487bcf3db1c8c13a2b8b4f542755 (patch) | |
tree | 5c3a4ff602a7018561b05199a6c373fe077dd1bd /doc/src/sgml/oid2name.sgml | |
parent | 67fd5f3c85a4d48414435e1f5d1b4566c5643440 (diff) |
Restore oid2name doc change.
Diffstat (limited to 'doc/src/sgml/oid2name.sgml')
-rw-r--r-- | doc/src/sgml/oid2name.sgml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/src/sgml/oid2name.sgml b/doc/src/sgml/oid2name.sgml index cf73cc9c154..57893a3d129 100644 --- a/doc/src/sgml/oid2name.sgml +++ b/doc/src/sgml/oid2name.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/oid2name.sgml,v 1.5 2010/05/19 20:20:38 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/oid2name.sgml,v 1.6 2010/05/19 20:22:05 momjian Exp $ --> <sect1 id="oid2name"> <title>oid2name</title> @@ -110,6 +110,12 @@ <entry><literal>-U</literal> <replaceable>username</></entry> <entry>username to connect as</entry> </row> + + <row> + <entry><literal>-P</literal> <replaceable>password</></entry> + <entry>password (deprecated — putting this on the command line + is a security hazard)</entry> + </row> </tbody> </tgroup> </table> |