|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.185 2007/02/21 23:21:12 momjian Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.186 2007/02/21 23:22:42 momjian Exp $ |
3 | 3 | PostgreSQL documentation
|
4 | 4 | -->
|
5 | 5 |
|
@@ -561,7 +561,7 @@ PostgreSQL documentation
|
561 | 561 |
|
562 | 562 | <para>
|
563 | 563 | An alternative way to specify connection parameters is in a
|
564 |
| - <parameter>conninfo</parameter>string, which is used instead of a |
| 564 | + <parameter>conninfo</parameter>string, which is used instead of a |
565 | 565 | database name. This mechanism give you very wide control over the
|
566 | 566 | connection. For example:
|
567 | 567 | <programlisting>
|
|