pgsql: Use CREATE OR REPLACE LANGUAGE in pg_dump to avoid the need for a

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Use CREATE OR REPLACE LANGUAGE in pg_dump to avoid the need for a
Дата
Msg-id 20100224015716.1EABE7541D0@cvs.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Make pg_regress use CREATE OR REPLACE LANGUAGE, so that
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Un-break pg_dump for the case of zero-column tables.