We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67fd5f3 commit 2963d82Copy full SHA for 2963d82
doc/src/sgml/oid2name.sgml
@@ -1,4 +1,4 @@
1
-<!-- $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 $ -->
2
3
<sect1 id="oid2name">
4
<title>oid2name</title>
@@ -110,6 +110,12 @@
110
<entry><literal>-U</literal> <replaceable>username</></entry>
111
<entry>username to connect as</entry>
112
</row>
113
+
114
+ <row>
115
+ <entry><literal>-P</literal> <replaceable>password</></entry>
116
+ <entry>password (deprecated — putting this on the command line
117
+ is a security hazard)</entry>
118
+ </row>
119
</tbody>
120
</tgroup>
121
</table>
0 commit comments