aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/postgresql.rb
diff options
context:
space:
mode:
authorMax Howell2009-12-04 10:48:21 +0000
committerMax Howell2009-12-04 14:16:45 +0000
commita750184d57587eed836d03dfa861c0fcf8be5d12 (patch)
tree06210fb7f73bddf8bb404a32057091067b305418 /Library/Formula/postgresql.rb
parent483f5360898f73e63d02e8abc8006b2828f6ca08 (diff)
downloadhomebrew-a750184d57587eed836d03dfa861c0fcf8be5d12.tar.bz2
Some more aliases
Diffstat (limited to 'Library/Formula/postgresql.rb')
-rw-r--r--Library/Formula/postgresql.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/postgresql.rb b/Library/Formula/postgresql.rb
index 6f1ca9a6e..5aa6d5955 100644
--- a/Library/Formula/postgresql.rb
+++ b/Library/Formula/postgresql.rb
@@ -7,6 +7,8 @@ class Postgresql <Formula
depends_on 'readline'
+ aka 'postgres'
+
def install
configure_args = [
"--enable-thread-safety",