pgsql: Make EXPLAIN show the function call expression of a FunctionScan

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Make EXPLAIN show the function call expression of a FunctionScan
Дата
Msg-id 20100824212037.053197541D7@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Make EXPLAIN show the function call expression of a FunctionScan plan node,
but only in VERBOSE mode.  Per discussion.

Modified Files:
--------------
    pgsql/src/backend/commands:
        explain.c (r1.207 -> r1.208)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/explain.c?r1=1.207&r2=1.208)

В списке pgsql-committers по дате отправления:

Предыдущее
От: petere@postgresql.org (Peter Eisentraut)
Дата:
Сообщение: pgsql: When in automatic dependency mode, never delete any intermediate
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Further editing of release notes.