Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
87e01d1e
Commit
87e01d1e
authored
Jul 02, 2005
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve wrapping of long lines in postgresql.conf.
parent
6aa0fdc4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
15 deletions
+17
-15
src/backend/utils/misc/postgresql.conf.sample
src/backend/utils/misc/postgresql.conf.sample
+17
-15
No files found.
src/backend/utils/misc/postgresql.conf.sample
View file @
87e01d1e
...
@@ -49,10 +49,10 @@
...
@@ -49,10 +49,10 @@
#listen_addresses = 'localhost' # what IP interface(s) to listen on;
#listen_addresses = 'localhost' # what IP interface(s) to listen on;
# defaults to localhost, '*' = any
# defaults to localhost, '*' = any
#port = 5432
#port = 5432
#max_connections = 100
#max_connections = 100
# note: increasing max_connections costs about 500
# note: increasing max_connections costs about 500 bytes of shared
# bytes of shared memory per connection slot, in
# memory per connection slot, in addition to costs from shared_buffers
# addition to costs from shared_buffers and
# and
max_locks_per_transaction.
#
max_locks_per_transaction.
#superuser_reserved_connections = 2
#superuser_reserved_connections = 2
#unix_socket_directory = ''
#unix_socket_directory = ''
#unix_socket_group = ''
#unix_socket_group = ''
...
@@ -77,7 +77,7 @@
...
@@ -77,7 +77,7 @@
# - Memory -
# - Memory -
#shared_buffers = 1000 # min 16,
at least
max_connections*2, 8KB each
#shared_buffers = 1000 # min 16,
minimum
max_connections*2, 8KB each
#temp_buffers = 1000 # min 100, 8KB each
#temp_buffers = 1000 # min 100, 8KB each
#max_prepared_transactions = 50 # 0-10000
#max_prepared_transactions = 50 # 0-10000
#work_mem = 1024 # min 64, size in KB
#work_mem = 1024 # min 64, size in KB
...
@@ -195,16 +195,18 @@
...
@@ -195,16 +195,18 @@
#log_filename = 'postgresql-%Y-%m-%d_%H%M%S.log' # Log file name pattern.
#log_filename = 'postgresql-%Y-%m-%d_%H%M%S.log' # Log file name pattern.
# Can include strftime() escapes
# Can include strftime() escapes
#log_truncate_on_rotation = off # If on, any existing log file of the same
#log_truncate_on_rotation = off # If on, any existing log file of the same
# name as the new log file will be truncated
# name as the new log file will be
# rather than appended to. But such truncation
# truncated rather than appended to. But
# only occurs on time-driven rotation,
# such truncation only occurs on
# not on restarts or size-driven rotation.
# time-driven rotation, not on restarts
# Default is off, meaning append to existing
# or size-driven rotation. Default is
# files in all cases.
# off, meaning append to existing files
#log_rotation_age = 1440 # Automatic rotation of logfiles will happen after
# in all cases.
# so many minutes. 0 to disable.
#log_rotation_age = 1440 # Automatic rotation of logfiles will happen
#log_rotation_size = 10240 # Automatic rotation of logfiles will happen after
# after so many minutes. 0 to disable.
# so many kilobytes of log output. 0 to disable.
#log_rotation_size = 10240 # Automatic rotation of logfiles will happen
# afterso many kilobytes of log output.
# 0 to disable.
# These are relevant when logging to syslog:
# These are relevant when logging to syslog:
#syslog_facility = 'LOCAL0'
#syslog_facility = 'LOCAL0'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment