From 64bce71141d9562664c0a852dd096978579ea5f8 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 29 Mar 2010 12:28:31 +0000 Subject: 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. --- main/postgresql/postgresql.confd | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'main/postgresql/postgresql.confd') 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 + -- cgit v1.2.3