aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMax Howell2013-08-15 10:18:17 -0500
committerMax Howell2013-08-15 10:18:28 -0500
commit7d7ad1abbe95839d948cbc927776f6aea794aeb4 (patch)
tree92d9643094effdb00a74bb6ab009102a49757fd2 /Library/Formula
parent68e02fb78d8e3731d7fc7cfa2114b9b3280a9570 (diff)
downloadhomebrew-7d7ad1abbe95839d948cbc927776f6aea794aeb4.tar.bz2
Remove ugly and confusing double-newlines
It made the output harder to read.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/postgresql.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Formula/postgresql.rb b/Library/Formula/postgresql.rb
index dd98dd965..21a9c3e39 100644
--- a/Library/Formula/postgresql.rb
+++ b/Library/Formula/postgresql.rb
@@ -101,15 +101,12 @@ class Postgresql < Formula
you may need to remove the previous version first. See:
https://github.com/mxcl/homebrew/issues/issue/2510
-
If this is your first install, create a database with:
initdb #{var}/postgres -E utf8
-
To migrate existing data from a previous major version (pre-9.2) of PostgreSQL, see:
http://www.postgresql.org/docs/9.2/static/upgrading.html
-
Some machines may require provisioning of shared memory:
http://www.postgresql.org/docs/9.2/static/kernel-resources.html#SYSVIPC
EOS