| From: | Laurette Cisneros <laurette(at)nextbus(dot)com> |
|---|---|
| To: | Oliver Elphick <olly(at)lfix(dot)co(dot)uk> |
| Cc: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: |
| Date: | 2002-09-09 21:02:55 |
| Message-ID: | Pine.LNX.4.44.0209091402450.6285-100000@visor.corp.nextbus.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Thanks!
On 9 Sep 2002, Oliver Elphick wrote:
> On Mon, 2002-09-09 at 21:34, Laurette Cisneros wrote:
> >
> > I am trying move my development database to 7.3b1.
> >
> > However, when I try to restore from a 7.2.2 dump to the 7.3.b1 server I get
> > the following error:
> >
> > pg_restore -U nbadmin -h lnc -p 5432 -d stats -Fc /tmp/stats.pgdmp
> >
> > pg_restore: [archiver (db)] could not execute query: ERROR: function
> > plpgsql_call_handler() does not return type language_handler
> >
> > Any ideas?
>
> At the moment, you have to edit the dump. Where the language handler
> function is declared, change "RETURNS opaque" to "RETURNS
> language_handler".
>
>
>
--
Laurette Cisneros
The Database Group
(510) 420-3137
NextBus Information Systems, Inc.
www.nextbus.com
----------------------------------
A wiki we will go...
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Rod Taylor | 2002-09-09 21:03:46 | Re: problem with new autocommit config parameter and jdbc |
| Previous Message | Oliver Elphick | 2002-09-09 21:01:57 | Re: |