diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-03-29 12:28:31 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-03-29 12:28:31 +0000 |
commit | 64bce71141d9562664c0a852dd096978579ea5f8 (patch) | |
tree | 860c2a014423669b54fd94980c46833cfefa55cc /main/postgresql/postgresql.confd | |
parent | 09838439c042827adfa17b7cf387729c9bc03f71 (diff) | |
download | aports-64bce71141d9562664c0a852dd096978579ea5f8.tar.bz2 aports-64bce71141d9562664c0a852dd096978579ea5f8.tar.xz |
main/postgresql: depend on client. added pg-restore init.d script
New feature to restore backe up databases on bootup. Helps when you run
postgresql databases from tmpfs.
Diffstat (limited to 'main/postgresql/postgresql.confd')
-rw-r--r-- | main/postgresql/postgresql.confd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/main/postgresql/postgresql.confd b/main/postgresql/postgresql.confd index 22ff61cd37..4fe28a4584 100644 --- a/main/postgresql/postgresql.confd +++ b/main/postgresql/postgresql.confd @@ -50,3 +50,7 @@ WAIT_FOR_START="-w" # # Example: # export R_HOME="/usr/lib/R" + +# Automatically set up a new database if missing on startup +#AUTO_SETUP=yes + |