|
137 | 137 | #temp_file_limit = -1 # limits per-process temp file space |
138 | 138 | # in kB, or -1 for no limit |
139 | 139 |
|
140 | | -# - Kernel Resource Usage - |
| 140 | +# - Kernel Resource - |
141 | 141 |
|
142 | 142 | #max_files_per_process = 1000 # min 25 |
143 | 143 | # (change requires restart) |
144 | | -#shared_preload_libraries = '' # (change requires restart) |
145 | 144 |
|
146 | 145 | # - Cost-Based Vacuum Delay - |
147 | 146 |
|
|
172 | 171 |
|
173 | 172 |
|
174 | 173 | #------------------------------------------------------------------------------ |
175 | | -# WRITE AHEAD LOG |
| 174 | +# WRITE-AHEAD LOG |
176 | 175 | #------------------------------------------------------------------------------ |
177 | 176 |
|
178 | 177 | # - Settings - |
|
228 | 227 | # REPLICATION |
229 | 228 | #------------------------------------------------------------------------------ |
230 | 229 |
|
231 | | -# - Sending Server(s) - |
| 230 | +# - Sending Servers - |
232 | 231 |
|
233 | 232 | # Set these on the master and on any standby that will send replication data. |
234 | 233 |
|
|
337 | 336 |
|
338 | 337 |
|
339 | 338 | #------------------------------------------------------------------------------ |
340 | | -# ERROR REPORTING AND LOGGING |
| 339 | +# REPORTING AND LOGGING |
341 | 340 | #------------------------------------------------------------------------------ |
342 | 341 |
|
343 | 342 | # - Where to Log - |
|
472 | 471 | # -1 disables, 0 logs all temp files |
473 | 472 | #log_timezone = 'GMT' |
474 | 473 |
|
475 | | - |
476 | | -# - Process Title - |
| 474 | +#------------------------------------------------------------------------------ |
| 475 | +# PROCESS TITLE |
| 476 | +#------------------------------------------------------------------------------ |
477 | 477 |
|
478 | 478 | #cluster_name = '' # added to process titles if nonempty |
479 | 479 | # (change requires restart) |
480 | 480 | #update_process_title = on |
481 | 481 |
|
482 | 482 |
|
483 | 483 | #------------------------------------------------------------------------------ |
484 | | -# RUNTIME STATISTICS |
| 484 | +# STATISTICS |
485 | 485 | #------------------------------------------------------------------------------ |
486 | 486 |
|
487 | | -# - Query/Index Statistics Collector - |
| 487 | +# - Query and Index Statistics Collector - |
488 | 488 |
|
489 | 489 | #track_activities = on |
490 | 490 | #track_counts = on |
|
494 | 494 | #stats_temp_directory = 'pg_stat_tmp' |
495 | 495 |
|
496 | 496 |
|
497 | | -# - Statistics Monitoring - |
| 497 | +# - Monitoring - |
498 | 498 |
|
499 | 499 | #log_parser_stats = off |
500 | 500 | #log_planner_stats = off |
|
503 | 503 |
|
504 | 504 |
|
505 | 505 | #------------------------------------------------------------------------------ |
506 | | -# AUTOVACUUM PARAMETERS |
| 506 | +# AUTOVACUUM |
507 | 507 | #------------------------------------------------------------------------------ |
508 | 508 |
|
509 | 509 | #autovacuum = on # Enable autovacuum subprocess? 'on' |
|
588 | 588 | # default configuration for text search |
589 | 589 | #default_text_search_config = 'pg_catalog.simple' |
590 | 590 |
|
591 | | -# - Other Defaults - |
| 591 | +# - Shared Library Preloading - |
592 | 592 |
|
593 | | -#dynamic_library_path = '$libdir' |
| 593 | +#shared_preload_libraries = '' # (change requires restart) |
594 | 594 | #local_preload_libraries = '' |
595 | 595 | #session_preload_libraries = '' |
596 | 596 |
|
| 597 | +# - Other Defaults - |
| 598 | + |
| 599 | +#dynamic_library_path = '$libdir' |
| 600 | + |
597 | 601 |
|
598 | 602 | #------------------------------------------------------------------------------ |
599 | 603 | # LOCK MANAGEMENT |
|
611 | 615 |
|
612 | 616 |
|
613 | 617 | #------------------------------------------------------------------------------ |
614 | | -# VERSION/PLATFORM COMPATIBILITY |
| 618 | +# VERSION AND PLATFORM COMPATIBILITY |
615 | 619 | #------------------------------------------------------------------------------ |
616 | 620 |
|
617 | 621 | # - Previous PostgreSQL Versions - |
|
0 commit comments