Have current_query() use ActivePortal->sourceText rather than
authorBruce Momjian <bruce@momjian.us>
Wed, 7 Jan 2009 21:48:15 +0000 (21:48 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 7 Jan 2009 21:48:15 +0000 (21:48 +0000)
commit0057b708fd0af2783c756a4469ba131eabc32840
tree641f93676b109e9884814438365ded430b2d0851
parent79e0fb76d4ef772cccff3f9740f380462c5eceb9
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
doc/src/sgml/func.sgml
src/backend/utils/adt/misc.c