Bruce Momjian wrote:
> Well, at execute time, we don't have easy access to the original prepare
> statement, especially at that stage in the code. Do you see anyway to
> improve that?
We have portal->sourceText which looks like it should contain the
original query.
(note that I'm talking about the V3 protocol Execute message, not the
SQL EXECUTE command)
-o