tmp-postgres 1.27.0.0 → 1.27.0.1
raw patch · 3 files changed
+7/−4 lines, 3 files
Files
- CHANGELOG.md +3/−0
- src/Database/Postgres/Temp.hs +3/−3
- tmp-postgres.cabal +1/−1
CHANGELOG.md view
@@ -1,5 +1,8 @@ Changelog for tmp-postgres +1.27.0.1+ Doc Fixes+ 1.27.0.0 #191 Remove leading spaces in code examples #192 startConfig bullet points are out of date
src/Database/Postgres/Temp.hs view
@@ -16,11 +16,11 @@ To extend or override the defaults use `withConfig` (or `startConfig`). @tmp-postgres@ ultimately calls @initdb@ (optionally), @postgres@ and-≈@createdb@ (optionally).+@createdb@ (optionally). All of the command line, environment variables and configuration files that are generated by default for the respective executables can be-extended.+extended of overriden. In general @tmp-postgres@ is useful if you want a clean temporary @postgres@ and do not want to worry about clashing with an existing@@ -36,7 +36,7 @@ * By using the 'stopPostgres' and 'withRestart' functions one can test backup strategies. -WARNING!!+WARNING! Ubuntu's PostgreSQL installation does not put @initdb@ on the @PATH@. We need to add it manually. The necessary binaries are in the @\/usr\/lib\/postgresql\/VERSION\/bin\/@ directory, and should be added to the @PATH@
tmp-postgres.cabal view
@@ -1,5 +1,5 @@ name: tmp-postgres-version: 1.27.0.0+version: 1.27.0.1 synopsis: Start and stop a temporary postgres description: Start and stop a temporary postgres. See README.md homepage: https://github.com/jfischoff/tmp-postgres#readme