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.rb18
1 files changed, 0 insertions, 18 deletions
diff --git a/Library/Formula/postgresql.rb b/Library/Formula/postgresql.rb
index b50814d93..26bf5e11e 100644
--- a/Library/Formula/postgresql.rb
+++ b/Library/Formula/postgresql.rb
@@ -112,24 +112,6 @@ class Postgresql < Formula
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
- # Start/Stop PostgreSQL
-
- If this is your first install, automatically load on login with:
- mkdir -p ~/Library/LaunchAgents
- cp #{plist_path} ~/Library/LaunchAgents/
- launchctl load -w ~/Library/LaunchAgents/#{plist_path.basename}
-
- If this is an upgrade and you already have the #{plist_path.basename} loaded:
- launchctl unload -w ~/Library/LaunchAgents/#{plist_path.basename}
- cp #{plist_path} ~/Library/LaunchAgents/
- launchctl load -w ~/Library/LaunchAgents/#{plist_path.basename}
-
- Or start manually with:
- pg_ctl -D #{var}/postgres -l #{var}/postgres/server.log start
-
- And stop with:
- pg_ctl -D #{var}/postgres stop -s -m fast
-
# Loading Extensions
By default, Homebrew builds all available Contrib extensions. To see a list of all