Mike Bell
2004-08-09 15:14:43 UTC
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
---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings
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
---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings