Forum OpenACS Q&A: Postgres Backups: pg_dump -D still necessary?

Back in the Dark ages I remember having to do pg_dump with the -D
option (sql inserts with attributes) to have any hope for a successful
(but slow) restore.

Is this still true with 7.1.2 and 7.2?

Can I get away with the straight pg_dump?

cheers,

I've always done the dump in 7.1.2 with pg_dump without flags, and have worked fine, then when I want to reload,
after creating the database,

I createlang plpgsql, pltcl

and do psql -f /web/yourservice/www/doc/sql/postgres.sql yourservice

and psql -f yourdump yourservice