diff options
| author | Mike McQuaid | 2012-12-16 19:42:09 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2012-12-16 19:42:09 +0000 |
| commit | b5b5601d054db353a502c874687d4a120e899e1f (patch) | |
| tree | 85c525e24d0d0145dc87f5aa5c0e3af2e6a63c7d /Library/Formula | |
| parent | 25e8df55ecb32592bcab56abb9e2d7fac14d0fb8 (diff) | |
| download | homebrew-b5b5601d054db353a502c874687d4a120e899e1f.tar.bz2 | |
postgresql: remove duplicate launchd info.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/postgresql.rb | 18 |
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 |
