diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2007-02-06 03:03:11 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2007-02-06 03:03:11 +0000 |
commit | b259924e9f1660f3284058774cadae295b2567f7 (patch) | |
tree | 6ff142976afe1a959bc52ac366008d52b1d37040 | |
parent | ab05eedecc5c5b3a07ff101d29c9fef612f42996 (diff) | |
download | postgresql-b259924e9f1660f3284058774cadae295b2567f7.tar.gz postgresql-b259924e9f1660f3284058774cadae295b2567f7.zip |
Not only did we agree that this 'hint' doesn't belong here, but the
markup's broken. So just remove it...
-rw-r--r-- | doc/src/sgml/libpq.sgml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index ca6e4df2850..4c017334e1d 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.227 2007/02/05 22:18:11 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.228 2007/02/06 03:03:11 tgl Exp $ --> <chapter id="libpq"> <title><application>libpq</application> - C Library</title> @@ -4356,12 +4356,6 @@ service names and parameters. This file can be used for client-only installs too. The file's location can also be specified by the <envar>PGSYSCONFDIR</envar> environment variable. </para> - -<hint> -<para> -Environment variables on Windows are set as a property of <literal>My Computer</>. -</para> -</hint> </sect1> |