Hello, I'm getting lots of "Unrecognized language" errors when I
attempt to load the data-model. I'm using PostgreSQL 7.0 (on HP-UX
10.20), and ACS/pg 3.2.2beta3. I'm following the installation
directions given on the openacs website. Here is a small sampling of
the errors I'm getting (note that these errors occur in many other
places during the datamodel loading):
psql:sdm.sql:235: ERROR: Unrecognized language specified in a CREATE
FUNCTION: 'plpgsql'. Recognized languages are sql, C, internal and
the created procedural languages.
psql:sdm.sql:256: ERROR: Unrecognized language specified in a CREATE
FUNCTION: 'plpgsql'. Recognized languages are sql, C, internal and
the created procedural languages.
psql:sdm.sql:264: NOTICE: CREATE TABLE/PRIMARY KEY will create
implicit index 'baf_status_pkey' for table 'baf_status'
psql:sdm.sql:292: NOTICE: CREATE TABLE/PRIMARY KEY will create
implicit index 'bugs_and_features_pkey' for table 'bugs_and_features'
psql:sdm.sql:292: NOTICE: CREATE TABLE will create implicit
trigger(s) for FOREIGN KEY check(s)
psql:sdm.sql:355: ERROR: Unrecognized language specified in a CREATE
FUNCTION: 'plpgsql'. Recognized languages are sql, C, internal and
the created procedural languages.
psql:sdm.sql:360: ERROR: CreateTrigger: function trig_baf_audit()
does not exist
psql:sdm.sql:377: ERROR: Unrecognized language specified in a CREATE
FUNCTION: 'plpgsql'. Recognized languages are sql, C, internal and
the created procedural languages.
psql:sdm.sql:382: ERROR: CreateTrigger: function
trig_lowlevel_baf_audit() does not exist
psql:sdm.sql:391: NOTICE: CREATE TABLE/PRIMARY KEY will create
implicit index 'baf_ratings_pkey' for table 'baf_ratings'
psql:sdm.sql:391: NOTICE: CREATE TABLE will create implicit
trigger(s) for FOREIGN KEY check(s)
psql:sdm.sql:400: NOTICE: CREATE TABLE will create implicit
trigger(s) for FOREIGN KEY check(s)
psql:sdm.sql:408: NOTICE: CREATE TABLE/PRIMARY KEY will create
implicit index 'bug_release_map_pkey' for table 'bug_release_map'
Thanks for any assistance!