Difficulty installing and using PostgreSQL.
Bill Hernandez
ms at mac-specialist.com
Thu Jul 16 07:08:48 PDT 2009
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"
More information about the macports-users
mailing list