Closed (fixed)
Project:
Drush
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 May 2009 at 16:39 UTC
Updated:
25 May 2009 at 21:00 UTC
Okay, I'm embarrassed by this one. I fixed this bug previously, but somehow the fix was not in the patch I submitted; I just checked out drush HEAD and noticed that sql dump is broken for postgres. I'm not sure how I managed to submit the wrong thing.
The '-q' modification I put in for Postgres only applies to psql, not to pg_dump. If you run pg_dump with -q, you get an error and drush sql dump fails. This patch fixes the arguments for pg_dump so that -v is passed for verbose, and nothing is passed for normal operation.
Sorry about that,
- Greg
| Comment | File | Size | Author |
|---|---|---|---|
| drush-sql-HEAD-2009_05_11.patch | 759 bytes | greg.1.anderson |
Comments
Comment #1
moshe weitzman commentedcommitted