> > Your pg_dump's actually invoke the pager? Are you manually starting
> > psql, then doing \i dumpfile? Why would you do that rather than psql
> > template1 <dumpfile?
> Because I'm a dork :-).
>
> Seriously, sometimes it's useful.
The most useful reason (and I wish you could turn it on with psql < file) is
the line number in the file where any errors occur.
(TODO item?)
Chris