Wednesday, August 20, 2008

Err: plpgsql language not found

    This is due to missing of the requested language. For that,

    In PgAdmin give the following,

        CREATE LANGUAGE plpgsql;

    If you are using console then mention database which needs the language to be installed.

No comments:

Post a Comment