Richard Bayet <[EMAIL PROTECTED]> writes: > Thanks a lot Tom, that do solves the first part of my problem... > Has anyone an idea about the second part, that is, one the > authentification passed, this error message: > "$>createlang plpgsql theirdb > createlang: A function named 'plpgsql_call_handler' already exists. > Installation aborted." ? Sounds like you had previously let createlang get as far as creating the handler function but not as far as making the pg_language entry. Just drop the function and try again --- or read the createlang script and do the same couple of commands manually, it's not *that* hard ;-) regards, tom lane