Re: [ADMIN] pg_restore error: function plpgsql_call_handleralready exists with same argument types

2002-11-27 Thread Tom Lane
"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

Re: [ADMIN] pg_restore error: function plpgsql_call_handleralready

2002-11-27 Thread Oliver Elphick
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

Re: [ADMIN] pg_restore error: function plpgsql_call_handleralready exists with same argument types

2002-11-27 Thread Nick Fankhauser
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