"Nick Fankhauser" <[EMAIL PROTECTED]> writes:
> We've never touched template1, but just to make sure, I tried using
> template0 to ensure an empty DB with the same results:
> nickf@morgai:~$ createdb -D PG_ALPHA -T template0 test
> CREATE DATABASE
> nickf@morgai:~$ pg_restore -dalpha test.dump.ta
On Wed, 2002-11-27 at 14:28, Nick Fankhauser wrote:
> Oliver-
>
> Thanks for the idea. Unfortunately, it still won't go.
>
> We've never touched template1, but just to make sure, I tried using
> template0 to ensure an empty DB with the same results:
Does the same happen with a plain text dump (r
Oliver-
Thanks for the idea. Unfortunately, it still won't go.
We've never touched template1, but just to make sure, I tried using
template0 to ensure an empty DB with the same results:
nickf@morgai:~$ createdb -D PG_ALPHA -T template0 test
CREATE DATABASE
nickf@morgai:~$ pg_restore -dalpha tes