diff options
author | Neil Conway <neilc@samurai.com> | 2007-02-02 16:10:08 +0000 |
---|---|---|
committer | Neil Conway <neilc@samurai.com> | 2007-02-02 16:10:08 +0000 |
commit | ee84009cb09379adf1c3bf5cd24c2f7cb01d569c (patch) | |
tree | dacba26bfa19b3020087f76387e2f8e25c0012c9 /doc/src | |
parent | 685523c42070effa542bb22d391f2bf933a243c9 (diff) | |
download | postgresql-ee84009cb09379adf1c3bf5cd24c2f7cb01d569c.tar.gz postgresql-ee84009cb09379adf1c3bf5cd24c2f7cb01d569c.zip |
Reword suggestion that libpq.dll be installed in WINNT\SYSTEM32 under
Windows. Per Magnus Hagander, this is not recommended.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/install-win32.sgml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/src/sgml/install-win32.sgml b/doc/src/sgml/install-win32.sgml index c1d0d51f583..79b32c08433 100644 --- a/doc/src/sgml/install-win32.sgml +++ b/doc/src/sgml/install-win32.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.29 2006/09/16 00:30:14 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.30 2007/02/02 16:10:08 neilc Exp $ --> <chapter id="install-win32"> <title>Client-Only Installation on <productname>Windows</productname></title> @@ -106,10 +106,11 @@ </para> <para> - The only file that really needs to be installed is the - <filename>libpq.dll</filename> library. This file should in most - cases be placed in the <filename>WINNT\SYSTEM32</filename> directory - (or in <filename>WINDOWS\SYSTEM</filename> on a Windows 95/98/ME + Normally you do not need to install any of the client files. You should + place the <filename>libpq.dll</filename> file in the same directory + as your applications .EXE-file. Only if this is for some reason not + possible should you install it in the <filename>WINNT\SYSTEM32</filename> + directory (or in <filename>WINDOWS\SYSTEM</filename> on a Windows 95/98/ME system). If this file is installed using a setup program, it should be installed with version checking using the <symbol>VERSIONINFO</symbol> resource included in the file, to |