Skip to content
Snippets Groups Projects
  • Peter Eisentraut's avatar
    ee8ed85d
    Make LANCOMPILER clause in CREATE LANGUAGE optional. Allow "identifier" · ee8ed85d
    Peter Eisentraut authored
    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.
    ee8ed85d
    History
    Make LANCOMPILER clause in CREATE LANGUAGE optional. Allow "identifier"
    Peter Eisentraut authored
    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.