On Jul 16, 2009, at 1:10 AM, Bill Hernandez wrote:

$ sudo su - postgres -c "/opt/local/lib/postgresql83/bin/pg_dumpall - U postgres >> /backups/pgsql/databases/2009.07.14_22.58.33/ main_db.sql"



Should have been

$ sudo su - postgres -c "/opt/local/lib/postgresql83/bin/pg_dumpall -U postgres > /backups/pgsql/databases/2009.07.14_22.58.33/main_db.sql"


_______________________________________________
macports-users mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Reply via email to