|
1 | 1 | <!--
|
2 |
| -$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.108 2003/02/13 05:37:43 momjian Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.109 2003/02/14 01:32:31 momjian Exp $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <chapter id="libpq">
|
@@ -220,7 +220,8 @@ PGconn *PQconnectdb(const char *conninfo)
|
220 | 220 | Service name to use for additional parameters. It specifies a service
|
221 | 221 | name in pg_service.conf that holds additional connection parameters.
|
222 | 222 | This allows applications to specify only a service name so connection parameters
|
223 |
| - can be centrally maintained. See <literal>pg_service.conf.sample</> for |
| 223 | + can be centrally maintained. See |
| 224 | + <filename><replaceable>PREFIX</>/share/</>pg_service.conf.sample</> for |
224 | 225 | information on how to set up the file.
|
225 | 226 | </para>
|
226 | 227 | </listitem>
|
|