File: postgresql.conf.3

package info (click to toggle)
cedar-backup3 3.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,172 kB
  • sloc: python: 69,622; sh: 594; makefile: 148
file content (10 lines) | stat: -rw-r--r-- 282 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0"?>
<!-- Document containing only postgresql section, single database, all=False -->
<cb_config>
   <postgresql>
      <user>user</user>
      <compress_mode>gzip</compress_mode>
      <all>N</all>
      <database>database</database>
   </postgresql>
</cb_config>