|
1 | | -<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.233 2007/02/2017:47:04 tgl Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.234 2007/02/2019:35:17 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="libpq"> |
4 | 4 | <title><application>libpq</application> - C Library</title> |
@@ -4341,8 +4341,8 @@ On Unix systems, the permissions on <filename>.pgpass</filename> must disallow |
4341 | 4341 | any access 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 | | -On Microsoft Windows, the file is stored in a directory that is secure by |
4345 | | -default, so no special permissions check is made. |
| 4344 | +On Microsoft Windows,it is assumed thatthe file is stored in a directory |
| 4345 | +that is secure, so no special permissions check is made. |
4346 | 4346 | </para> |
4347 | 4347 | </sect1> |
4348 | 4348 |
|
|