Re: Lost plpgsql function

From: Richard Huxton <dev(at)archonet(dot)com>
To: <lnd(at)hnit(dot)is>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: Lost plpgsql function
Date: 2004-01-22 01:42:21
Message-ID: 200401220142.21868.dev@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wednesday 21 January 2004 22:29, lnd(at)hnit(dot)is wrote:
> After copied pg database from one PC to another
>
> -I could not find plpgsql function(s) in the copied database.
> -had to instal plpgsql language handler again
>
> -whilst tables and data moved fine
>
> The copy included all under /cygwin/usr/local/pgsql/data and database was
> down while making a copy.
>
> What could I forget to copy as far plpgsql is concerned ?

Hmm - are the paths still the same? It might be that the path to the
plpgsql.so (.dll on cygwin?) was different, so it never got loaded.

Otherwise, plpgsql functions are stored in tables just like any other piece of
data.
--
Richard Huxton
Archonet Ltd

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2004-01-22 01:54:02 Re: postgresql + apache under heavy load
Previous Message Richard Huxton 2004-01-22 01:40:07 Re: Update inside (Insert) Trigger and Unique constraint...