On Nov 17, 2005, at 2:25 , <operationsengineer1@yahoo.com> wrote:
> psql -d foo2 -f foo-dump.sql
>
> is different from the manual's:
>
> psql -e foo < foo-dump.sql
>
> can you please briefly explain the nuances at work
> here? i didn't find any pg-dump reference to your use
> of the -f flag or the manual's use of the -e flag.
That's because they're psql flags:
http://www.postgresql.org/docs/8.1/interactive/app-psql.html
Using the -f flag will include line numbers in its output which I
find helpful.
Michael Glaesemann
grzm myrealbox com