Make LANCOMPILER clause in CREATE LANGUAGE optional. Allow "identifier"

Peter Eisentraut <peter_e@gmx.net>

Commit: ee8ed85da3b0548eba96f2ec68fa7ba577bba586
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2001-08-13T21:34:54Z
Releases: 7.2.1
Make LANCOMPILER clause in CREATE LANGUAGE optional.  Allow "identifier"
syntax for language names (instead of 'string').

createlang now handles the case where a second language uses the same call
handler as an already installed language (e.g., plperl/plperlu).

droplang now handles the reverse case, i.e., dropping a language where
the call handler is still used by another language.  Moreover, droplang
can now be used to drop any user-defined language, not just the supplied
ones.

Files