Bruce Momjian <pgman@candle.pha.pa.us> writes:
> It is easy to determine what tag to return? Remember the discussion on
> rules and that only the original tag should be returned. Is there
> always one obvious tag to an execute?
I would think we'd do it via the rule that we return the same thing
you'd get if you directly issued the query that appears as the body
of the PREPARE command. All the special cases for rules and so on
seem to apply the same way if you do that.
regards, tom lane