In order to expand and collapse the table of contents, you must enable JavaScript in the browser.
(Collapse Contents)
Title Page
Preface
Chapter 1 Userlog Feature Overview
1.1 What is Userlog?
1.2 Daemon Behavior
1.3 Extract File
1.4 Relationship to Replication
1.5 Behavior when Extraction Fails
1.6 Features Not Supported
Chapter 2 Setup
2.1 Memory
2.2 Primary Normal Shutdown
2.3 postgresql.conf Settings
2.4 Initializing the Extraction Control File
2.5 Starting Instance
2.6 Introducing Userlog Extensions
Chapter 3 Operation
3.1 Deleting Archive Files
3.2 When to Stopping an Instance
3.3 When to Incorporate Standby
3.4 When to Use Point In Time Recovery
3.5 Adding Userlog to shared_preload_libraries
3.6 Notes
Chapter 4 Unsetup
4.1 Check the Userlogs
4.2 Deleting Extensions
4.3 Stop Extract
Chapter 5 How to Insert a Userlog (pgx_emit_userlog Function)
Chapter 6 Messages
6.1 Message Numbers Beginning with 40000
6.1.1 40000
6.1.2 40001
6.1.3 40002
6.1.4 40003
6.1.5 40004
6.1.6 40005
6.1.7 40006
6.1.8 40007
6.1.9 40008
6.1.10 40009
6.1.11 40010
6.1.12 40011
6.1.13 40012
6.1.14 40013
6.1.15 40014
6.1.16 40015
6.1.17 40016
6.1.18 40017
6.1.19 40018
6.1.20 40019
6.1.21 40020
6.1.22 40021
6.1.23 40022
6.1.24 40023
6.1.25 40024
6.1.26 40025
6.1.27 40026
6.1.28 40027
6.1.29 40028
6.1.30 40029
6.1.31 40030
6.1.32 40031
6.1.33 40032
6.1.34 40033
6.1.35 40034
6.1.36 40035
6.1.37 40036
6.1.38 40037
6.1.39 40038
6.1.40 40039
6.1.41 40040
6.1.42 40041
6.1.43 40042
6.1.44 40043
6.1.45 40044
6.1.46 40045
6.1.47 40046
6.1.48 40047
6.1.49 40048
6.1.50 40049
6.1.51 40050
6.1.52 40051
6.1.53 40052
6.1.54 40053
6.1.55 40054
6.1.56 40055
6.1.57 40056
6.1.58 40057
6.1.59 40058
6.1.60 40059
6.1.61 40060
6.1.62 40061
6.1.63 40062
6.1.64 40063
6.1.65 40064
6.1.66 40065
6.1.67 40066
6.1.68 40067
6.1.69 40068
6.1.70 40069
6.1.71 40070
6.1.72 40071
6.1.73 40072
Appendix A Userlog File Format
A.1 Userlog Header Format
A.2 Field Meaning
Appendix B pgx_stat_userlog View
Appendix C pgx_userlog_control Command
Top