pgsql: Make pg_regress use CREATE OR REPLACE LANGUAGE, so that - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Make pg_regress use CREATE OR REPLACE LANGUAGE, so that
Date
Msg-id 20100224013514.4DD187541D0@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Make pg_regress use CREATE OR REPLACE LANGUAGE, so that --load-language
will work whether or not the specified language is preinstalled.  This
responds to some complaints about having to change test scripts because
plpgsql is preinstalled as of 9.0.

Modified Files:
--------------
    pgsql/src/test/regress:
        pg_regress.c (r1.69 -> r1.70)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/pg_regress.c?r1=1.69&r2=1.70)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Add an OR REPLACE option to CREATE LANGUAGE.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Use CREATE OR REPLACE LANGUAGE in pg_dump to avoid the need for a