mirror of
https://github.com/postgres/postgres.git
synced 2025-07-09 22:41:56 +03:00
Reword suggestion that libpq.dll be installed in WINNT\SYSTEM32 under
Windows. Per Magnus Hagander, this is not recommended.
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.26 2005/05/13 15:21:59 tgl Exp $
|
$PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.26.2.1 2007/02/02 16:10:13 neilc Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="install-win32">
|
<chapter id="install-win32">
|
||||||
@ -94,10 +94,11 @@ $PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.26 2005/05/13 15:21:59 tg
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
The only file that really needs to be installed is the
|
Normally you do not need to install any of the client files. You should
|
||||||
<filename>libpq.dll</filename> library. This file should in most
|
place the <filename>libpq.dll</filename> file in the same directory
|
||||||
cases be placed in the <filename>WINNT\SYSTEM32</filename> directory
|
as your applications .EXE-file. Only if this is for some reason not
|
||||||
(or in <filename>WINDOWS\SYSTEM</filename> on a Windows 95/98/ME
|
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
|
system). If this file is installed using a setup program, it should
|
||||||
be installed with version checking using the
|
be installed with version checking using the
|
||||||
<symbol>VERSIONINFO</symbol> resource included in the file, to
|
<symbol>VERSIONINFO</symbol> resource included in the file, to
|
||||||
|
Reference in New Issue
Block a user