aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-03-20 16:55:39 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-03-20 16:55:39 +0000
commit16287608bb6836924dc210a62b1c7e70a58ea94c (patch)
tree7f237475eb8ac8ca8551711437b0305fcc6cdd53 /railties/CHANGELOG
parent694aafaa9d06cd6c49698cc73f6dd105400313d8 (diff)
downloadrails-16287608bb6836924dc210a62b1c7e70a58ea94c.tar.gz
rails-16287608bb6836924dc210a62b1c7e70a58ea94c.tar.bz2
rails-16287608bb6836924dc210a62b1c7e70a58ea94c.zip
More postgresql rakefile tweaking #875
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@938 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG8
1 files changed, 6 insertions, 2 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index 4396def23e..b52ea3b099 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -2,9 +2,13 @@
* Fixed webrick_server cookie handling to allow multiple cookes to be set at once #800, #813 [dave@cherryville.org]
-* Fixed the Rakefile's interaction with postgresql use PGPASSWORD and PGHOST in the environment to fix prompting for passwords when connecting to a remote db and local socket connections. Also added a '-x' flag to pg_dump which stops it dumping privileges #807 [rasputnik]
+* Fixed the Rakefile's interaction with postgresql to:
-* Fixed the Rakefile's interaction with postgresql to quote the user name and use template0 when dumping so the functions doesn't get dumped too #855 [pburleson]
+ 1. Use PGPASSWORD and PGHOST in the environment to fix prompting for
+ passwords when connecting to a remote db and local socket connections.
+ 2. Added a '-x' flag to pg_dump which stops it dumping privileges #807 [rasputnik]
+ 3. Quote the user name and use template0 when dumping so the functions doesn't get dumped too #855 [pburleson]
+ 4. Use the port if available #875 [madrobby]
*0.10.1* (7th March, 2005)