pgsql: Use CREATE OR REPLACE LANGUAGE in pg_dump to avoid the need for a - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Use CREATE OR REPLACE LANGUAGE in pg_dump to avoid the need for a
Date
Msg-id 20100224015716.1EABE7541D0@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Use CREATE OR REPLACE LANGUAGE in pg_dump to avoid the need for a couple of
significantly uglier kluges that were working around the change in plpgsql's
preinstalled status.

Modified Files:
--------------
    pgsql/src/bin/pg_dump:
        pg_dump.c (r1.572 -> r1.573)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dump.c?r1=1.572&r2=1.573)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Make pg_regress use CREATE OR REPLACE LANGUAGE, so that
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Un-break pg_dump for the case of zero-column tables.