Bug #562: create plpgsql language failed

Started by PostgreSQL Bugs Listabout 24 years ago2 messagesbugs
Jump to latest
#1PostgreSQL Bugs List
pgsql-bugs@postgresql.org

Mehdaoui A (amehdaoui@yahoo.com) reports a bug with a severity of 2
The lower the number the more severe it is.

Short Description
create plpgsql language failed

Long Description
Version PostgreSQL v7.1.3
Kenel: Linux 2.4.2
distrib: RedHat 6.2

createlang 'plpgsql' test commande don't work
with output message
createlang: unsupported language 'plpgsql'
Supported languages are 'plpgsql', 'pltcl', 'pltclu', and 'plperl'.

Sample Code

No file was uploaded with this report

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: PostgreSQL Bugs List (#1)
Re: Bug #562: create plpgsql language failed

pgsql-bugs@postgresql.org writes:

createlang 'plpgsql' test commande don't work
with output message
createlang: unsupported language 'plpgsql'
Supported languages are 'plpgsql', 'pltcl', 'pltclu', and 'plperl'.

Bizarre. Maybe your copy of the createlang script is corrupted somehow?

regards, tom lane