|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.232 2007/02/19 22:06:23 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.233 2007/02/20 17:47:04 tgl Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="libpq">
|
4 | 4 | <title><application>libpq</application> - C Library</title>
|
@@ -4337,12 +4337,12 @@ default socket directory) connections coming from the local machine.
|
4337 | 4337 | </para>
|
4338 | 4338 |
|
4339 | 4339 | <para>
|
4340 |
| -Thepermissions on <filename>.pgpass</filename> must disallow any |
4341 |
| -access to world or group; achieve this by the command |
| 4340 | +On Unix systems, thepermissions on <filename>.pgpass</filename> must disallow |
| 4341 | +anyaccess to world or group; achieve this by the command |
4342 | 4342 | <command>chmod 0600 ~/.pgpass</command>.
|
4343 | 4343 | If the permissions are less strict than this, the file will be ignored.
|
4344 |
| -(Thefilepermissions are not currently checked on Microsoft Windows, |
4345 |
| -however.) |
| 4344 | +On Microsoft Windows, thefileis stored in a directory that is secure by |
| 4345 | +default, so no special permissions check is made. |
4346 | 4346 | </para>
|
4347 | 4347 | </sect1>
|
4348 | 4348 |
|
|