public
Description: my dotfiles
Clone URL: git://github.com/kesor/dotfiles.git
upgrade postgresql from 8.2.x to 8.3.3
kesor (author)
Tue Jul 08 01:02:26 -0700 2008
commit  ff8c85c2384679e8493b61860161d491bb387686
tree    cc00c4f4d2ff115ad25dcba6d7bed017c324e788
parent  1aff336bda14c93b406afc69bd16de421fbfc2d9
0
...
14
15
16
17
 
18
19
20
...
24
25
26
27
 
28
29
30
...
14
15
16
 
17
18
19
20
...
24
25
26
 
27
28
29
30
0
@@ -14,7 +14,7 @@ alias  thin_restart='thin_stop && thin_start'
0
 
0
 alias  mate_rails='mate INSTALL README Rakefile app config db doc lib public script spec'
0
 
0
-PGBINPATH="/opt/local/lib/postgresql82/bin"
0
+PGBINPATH="/opt/local/lib/postgresql83/bin"
0
 alias  drop_tatada='$PGBINPATH/dropdb -U tatada tatada_development'
0
 alias  create_tatada='$PGBINPATH/createdb -E UTF-8 -U tatada tatada_development'
0
 alias  drop_create_migrate_tatada='drop_tatada && create_tatada && rake db:migrate'
0
@@ -24,7 +24,7 @@ alias  create_tatada_test='$PGBINPATH/createdb -E UTF-8 -U tatada tatada_test'
0
 alias  drop_create_migrate_tatada_test='drop_tatada_test && create_tatada_test && env RAILS_ENV=test rake db:migrate'
0
 
0
 
0
-PGWRAP="/opt/local/etc/LaunchDaemons/org.macports.postgresql82-server/postgresql82-server.wrapper"
0
+PGWRAP="/opt/local/etc/LaunchDaemons/org.macports.postgresql83-server/postgresql83-server.wrapper"
0
 alias  pg_start='sudo $PGWRAP start'
0
 alias  pg_restart='sudo $PGWRAP restart'
0
 alias  pg_stop='sudo $PGWRAP stop'

Comments

    No one has commented yet.