pgsql: Have current_query() use ActivePortal->sourceText rather than

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian)
Тема pgsql: Have current_query() use ActivePortal->sourceText rather than
Дата
Msg-id 20090107214816.0EB5E754A1B@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Have current_query() use ActivePortal->sourceText rather than
debug_query_string;  this allows current_query() to be more accurate;
docs updated;  per idea from Tom

Modified Files:
--------------
    pgsql/doc/src/sgml:
        func.sgml (r1.465 -> r1.466)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml?r1=1.465&r2=1.466)
    pgsql/src/backend/utils/adt:
        misc.c (r1.68 -> r1.69)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/misc.c?r1=1.68&r2=1.69)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Insert conditional SPI_push/SPI_pop calls into InputFunctionCall,
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Create a third option named "partition" for constraint_exclusion,