Обсуждение: pgsql: Department of second thoughts: further experimentation with

Поиск
Список
Период
Сортировка

pgsql: Department of second thoughts: further experimentation with

От
tgl@postgresql.org (Tom Lane)
Дата:
Log Message:
-----------
Department of second thoughts: further experimentation with CREATE OR REPLACE
VIEW suggests that it'd be worth spelling the error messages out in a little
more detail.  This seems to help with localizing the problem.

Modified Files:
--------------
    pgsql/src/backend/commands:
        view.c (r1.109 -> r1.110)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/view.c?r1=1.109&r2=1.110)
    pgsql/src/test/regress/expected:
        create_view.out (r1.15 -> r1.16)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/create_view.out?r1=1.15&r2=1.16)