From: Neil Conway Date: Fri, 2 Feb 2007 16:10:13 +0000 (+0000) Subject: Reword suggestion that libpq.dll be installed in WINNT\SYSTEM32 under X-Git-Tag: REL8_1_8~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2c39737843bd7d6d82e73618cfd4bf3f9c78806a;p=thirdparty%2Fpostgresql.git Reword suggestion that libpq.dll be installed in WINNT\SYSTEM32 under Windows. Per Magnus Hagander, this is not recommended. --- diff --git a/doc/src/sgml/install-win32.sgml b/doc/src/sgml/install-win32.sgml index 2ecf691b636..ca0bcb8187d 100644 --- a/doc/src/sgml/install-win32.sgml +++ b/doc/src/sgml/install-win32.sgml @@ -1,5 +1,5 @@ @@ -94,10 +94,11 @@ $PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.26 2005/05/13 15:21:59 tg - The only file that really needs to be installed is the - libpq.dll library. This file should in most - cases be placed in the WINNT\SYSTEM32 directory - (or in WINDOWS\SYSTEM on a Windows 95/98/ME + Normally you do not need to install any of the client files. You should + place the libpq.dll 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 WINNT\SYSTEM32 + directory (or in WINDOWS\SYSTEM 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 VERSIONINFO resource included in the file, to