Skip to main content
clean up
Source Link
Erwin Brandstetter
  • 186.6k
  • 28
  • 465
  • 639

I like compact WalWAL files. Actually I do so:

archive_command = 'cp "%p"C:\\%f"'.

archive_command = 'cp "%p"C:\\%f"' 

What is the best way to do it?

Thanks

I like compact Wal files. Actually I do so:

archive_command = 'cp "%p"C:\\%f"'.

What is the best way to do it?

Thanks

I like compact WAL files. Actually I do:

archive_command = 'cp "%p"C:\\%f"' 

What is the best way to do it?

edited tags
Link
Hannah Vernon
  • 71.1k
  • 22
  • 178
  • 325
Source Link

How I compact WAL files?

I like compact Wal files. Actually I do so:

archive_command = 'cp "%p"C:\\%f"'.

What is the best way to do it?

Thanks