diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-06-20 01:32:49 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-06-20 01:32:49 +0000 |
commit | 7864e0aa6a49bb1971eac44531327080c5242dbf (patch) | |
tree | 8f105b0cb9c9ad8e3b157fcd52c2a6ba9b862949 /doc/src | |
parent | 109867748259d286dd01fce17d5f895ce59c68d5 (diff) | |
download | postgresql-7864e0aa6a49bb1971eac44531327080c5242dbf.tar.gz postgresql-7864e0aa6a49bb1971eac44531327080c5242dbf.zip |
Add pgevent, with docs explaining out to install it on Win32.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/installation.sgml | 15 |
1 files changed, 14 insertions, 1 deletions
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 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.202 2004/05/23 15:13:43 tgl Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.203 2004/06/20 01:32:46 momjian Exp $ --> <chapter id="installation"> <title><![%standalone-include[<productname>PostgreSQL</>]]> @@ -1073,6 +1073,19 @@ All of PostgreSQL is successfully made. Ready to install. </procedure> <formalpara> + <title>Registering <application>eventlog</> on <systemitem + class="osname">Windows</>:</title> + <para> + To register a <systemitem class="osname">Windows</> <application>eventlog</> + library with the operating system, issue this command after installation: +<screen> +<userinput>regsvr32 <replaceable>pgsql_library_directory</>/pgevent.dll</> +</screen> + This creates registry entries used by the event viewer. + </para> + </formalpara> + + <formalpara> <title>Uninstallation:</title> <para> To undo the installation use the command <command>gmake |