From 7864e0aa6a49bb1971eac44531327080c5242dbf Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 20 Jun 2004 01:32:49 +0000 Subject: Add pgevent, with docs explaining out to install it on Win32. --- doc/src/sgml/installation.sgml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'doc/src') diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index ac29ccdb16b..aa4a7661ba5 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1,4 +1,4 @@ - + <![%standalone-include[<productname>PostgreSQL</>]]> @@ -1072,6 +1072,19 @@ All of PostgreSQL is successfully made. Ready to install. </step> </procedure> + <formalpara> + <title>Registering <application>eventlog</> on <systemitem + class="osname">Windows</>: + + To register a Windows eventlog + library with the operating system, issue this command after installation: + +regsvr32 pgsql_library_directory/pgevent.dll + + This creates registry entries used by the event viewer. + + + Uninstallation: -- cgit v1.2.3