Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
TeDomum
Documentation
Commits
db6a54a4
Commit
db6a54a4
authored
Apr 10, 2020
by
kaiyou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a pg config to encelade
parent
33a4b72c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
+25
-0
users/encelade/postgresql.conf
users/encelade/postgresql.conf
+25
-0
No files found.
users/encelade/postgresql.conf
0 → 100644
View file @
db6a54a4
# Base settings
listen_addresses
=
'*'
max_connections
=
100
shared_buffers
=
128
MB
dynamic_shared_memory_type
=
posix
# Backups
wal_level
=
archive
max_wal_senders
=
5
archive_mode
=
on
archive_command
=
'test ! -f /wal/%f && cp %p /wal/%f'
# Defaults
log_timezone
=
'UTC'
datestyle
=
'iso, mdy'
timezone
=
'UTC'
lc_messages
=
'en_US.utf8'
lc_monetary
=
'en_US.utf8'
lc_numeric
=
'en_US.utf8'
lc_time
=
'en_US.utf8'
default_text_search_config
=
'pg_catalog.english'
# Extended options
shared_preload_libraries
=
'pg_stat_statements'
pg_stat_statements
.
track
=
all
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