Update from 7.3.3 to 7.3.6

From: "Mike Bell" <mike(dot)bell(at)hashdefine(dot)co(dot)uk>
To: <pgsql-admin(at)postgresql(dot)org>
Subject: Update from 7.3.3 to 7.3.6
Date: 2004-08-09 15:14:43
Message-ID: 002601c47e23$9cefc190$6401a8c0@hashdefine.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi,

We are in the process of moving from PostgreSQL 7.3.3 to 7.3.6 (Red
Hat). However, we are having a number of problems importing the database
schema. Some of the SPs are written in TCL and it would seem that the
library has changed.

In the dump of the schema we have (comments removed for brevity):

CREATE TRUSTED PROCEDURAL LANGUAGE plpgsql HANDLER plpgsql_call_handler;

CREATE FUNCTION pltcl_call_handler () RETURNS language_handler
AS '$libdir/pltcl', 'pltcl_call_handler'
LANGUAGE c;

CREATE TRUSTED PROCEDURAL LANGUAGE pltcl HANDLER pltcl_call_handler;

However, when importing we get:

ERROR: stat failed on file '$libdir/pltcl': No such file or directory

What is the best way of sorting this out?

Cheers & TIA

Mike

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Mike Bell 2004-08-09 15:17:26 Minimal required to run psql on remote machine
Previous Message Andrew Parkyns 2004-08-09 15:12:57 Re: [PORTS] PostgreSQL Upgrade recommendations