Richard Huxton <dev(at)archonet(dot)com> writes:
> Andrus wrote:
>> How to allow non-superusres to create database with language ?
> You can't. If they can install a language-handler, they can install code
> that can do anything, including take control of the server and the unix
> account it runs as.
However, you could install the desired languages into template1, or
perhaps better make an extra template database containing them.
Then CREATE DATABASE could copy them into new databases.
regards, tom lane