Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit42ad992

Browse files
committed
Add archive_command example
1 parentf1e4f3d commit42ad992

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎src/backend/utils/misc/postgresql.conf.sample

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,9 @@
186186
#archive_mode = off# allows archiving to be done
187187
# (change requires restart)
188188
#archive_command = ''# command to use to archive a logfile segment
189+
# placeholders: %p = path of file to archive
190+
# %f = file name only
191+
# e.g. 'test ! -f /mnt/server/archivedir/%f && cp %p /mnt/server/archivedir/%f'
189192
#archive_timeout = 0# force a logfile segment switch after this
190193
# number of seconds; 0 disables
191194

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp