Rich Shepard <rshepard(at)appl-ecosys(dot)com> writes:
> 7) back to /usr/local/pgsql; as postgres ran 'pg_restore'
> 8) I see nothing in the virtual terminal. The cursor sits on the following
> line.
Did you tell pg_restore to read from a file? Otherwise it will try to
read from your terminal, which probably isn't what you want.
-Doug