On 29 May 2012 14:58, Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com> wrote:
> Q: Why can't I reload the SQL script I dumped in the SQL window?
>
> A: The following limitations currently exist in SQL script execution:
>
> * 'psql' commands such as '\connect' will not work at all.
Wait a minute! They use the pg_dump utility to create the dump file
(there are \connect statements and such in it, after all), but they
don't use psql/pg_restore to restore?
--
If you can't see the forest for the trees,
Cut the trees and you'll see there is no forest.