aboutsummaryrefslogtreecommitdiffstats
path: root/main/postgresql/pg-restore.initd
Commit message (Collapse)AuthorAgeFilesLines
* main/postgresql: fix init scripts for 9.2Natanael Copa2012-11-071-6/+3
| | | | | | | - change some variables, {NICE,RUDE,FORCE}_TIMEOUT to correspond with gentoo variables, while still beeing backawards compatible - change data dir to 9.2 - patch initdb to not suggest how to start postgresql
* main/postgresql: Remove the stop function from pg-restore init.d scriptTed Trask2012-01-021-5/+0
|
* main/postgresql: fix checksumNatanael Copa2011-08-151-1/+1
| | | | and fix whitespace damage
* main/postgresql/pg-restore.initdNathan Angelacos2011-08-151-1/+8
| | | | add a "purge" command - delete the temporary database backup
* main/postgresql: enhancements to the database restore on rebootNathan Angelacos2010-05-171-7/+13
|
* main/postgresql: depend on client. added pg-restore init.d scriptNatanael Copa2010-03-291-0/+31
New feature to restore backe up databases on bootup. Helps when you run postgresql databases from tmpfs.