When i load database with psql -f load-data-model.sql mydb 2>
datamodel.txt. I get following errors. I am using postgres 6.5.3 rpm
on redhat 6.2 with acs/pg 3.2.4.
ERROR: Unrecognized language specified in a CREATE FUNCTION:
'plpgsql'. Recognized languages are sql, C, internal and the created
procedural languages.
NOTICE: CREATE TABLE/PRIMARY KEY will create implicit index
'lob_data_pkey' for table 'lob_data'
NOTICE: CREATE TABLE will create implicit trigger(s) for FOREIGN KEY
check(s)
can someone tell me how to get rid of these errors load-geo-tables
works fine
thanks
amitks