aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/postgresql.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/postgresql.rb')
-rw-r--r--Library/Formula/postgresql.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/postgresql.rb b/Library/Formula/postgresql.rb
index 1d44b9275..fce43426b 100644
--- a/Library/Formula/postgresql.rb
+++ b/Library/Formula/postgresql.rb
@@ -70,9 +70,9 @@ class Postgresql < Formula
def caveats
s = <<-EOS.undent
- initdb #{var}/postgres -E utf8 # create a database
- postgres -D #{var}/postgres # serve that database
- PGDATA=#{var}/postgres postgres # …alternatively
+ initdb #{var}/postgres -E utf8 # create a database
+ postgres -D #{var}/postgres # serve that database
+ PGDATA=#{var}/postgres postgres # …alternatively
If builds of PostgreSQL 9 are failing and you have version 8.x installed,
you may need to remove the previous version first. See: