mirror of
https://github.com/postgres/postgres.git
synced 2025-08-30 06:01:21 +03:00
Support configurable eventlog application names on Windows
This allows different instances to use the eventlog with different identifiers, by setting the event_source GUC, similar to how syslog_ident works. Original patch by MauMau, heavily modified by Magnus Hagander
This commit is contained in:
@@ -1551,19 +1551,6 @@ PostgreSQL, contrib and HTML documentation successfully made. Ready to install.
|
||||
</step>
|
||||
</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>
|
||||
|
Reference in New Issue
Block a user