pgsql: Make pg_regress use CREATE OR REPLACE LANGUAGE, so that

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Make pg_regress use CREATE OR REPLACE LANGUAGE, so that
Дата
Msg-id 20100224013514.4DD187541D0@cvs.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Add an OR REPLACE option to CREATE LANGUAGE.
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Use CREATE OR REPLACE LANGUAGE in pg_dump to avoid the need for a