Hello,
I'm trying to do some store procedure in pl/pgsql but the sql server says
me:
Error: ERROR: Unrecognized language specified in a CREATE FUNCTION:
'plpgsql'. Recognized languages are sql, C, internal and the created
procedural languages.
I´m using Red Hat Linux 7.0 and Postgress 7.02.
i executed:
#createlang plpgsql dbhtc
createlang: missing required argument PGLIB directory
(This is the directory where the interpreter for the procedural
language is stored. Traditionally, these are installed in whatever
'lib' directory was specified at configure time.)
any help ?