|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/oid2name.sgml,v 1.5 2010/05/19 20:20:38 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/oid2name.sgml,v 1.6 2010/05/19 20:22:05 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <sect1 id="oid2name">
|
4 | 4 | <title>oid2name</title>
|
|
110 | 110 | <entry><literal>-U</literal> <replaceable>username</></entry>
|
111 | 111 | <entry>username to connect as</entry>
|
112 | 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> |
113 | 119 | </tbody>
|
114 | 120 | </tgroup>
|
115 | 121 | </table>
|
|