diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-03-20 14:41:26 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-03-20 14:41:26 +0000 |
commit | f22b000546301b0f87c5074b21552b77b7b2f98a (patch) | |
tree | 058abfaf9922c1ed1b3671aac5edd360a4914ef7 /railties/CHANGELOG | |
parent | 1b40f051e7802a0235a777edb29f14230f89e43a (diff) | |
download | rails-f22b000546301b0f87c5074b21552b77b7b2f98a.tar.gz rails-f22b000546301b0f87c5074b21552b77b7b2f98a.tar.bz2 rails-f22b000546301b0f87c5074b21552b77b7b2f98a.zip |
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]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@931 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r-- | railties/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG index 4c197ae8c3..9c4ef1823e 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* 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 quote the user name and use template0 when dumping so the functions doesn't get dumped too #855 [pburleson] |