Re: TODO item: list prepared queries

From: Neil Conway <neilc(at)samurai(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Joachim Wieland <joe(at)mcknight(dot)de>, pgsql-patches(at)postgresql(dot)org
Subject: Re: TODO item: list prepared queries
Date: 2006-01-08 07:03:05
Message-ID: 1136703785.9114.0.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

On Tue, 2006-01-03 at 18:00 -0500, Neil Conway wrote:
> Anyway, if there was a reasonably cheap way to present the query strings
> of protocol-level and SQL prepared statements in the same manner, I
> think we should definitely do so. Since there doesn't appear to be one,
> I'm content to just use the query string as sent by the user. I'll post
> a revised patch that does that soon.

Attached is the patch I applied to HEAD that uses the query string
supplied by the client, without any rewriting.

-Neil

Attachment Content-Type Size
pg_get_prepared.reworked.11.diff text/x-patch 27.5 KB

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Joachim Wieland 2006-01-08 12:27:42 Re: psql tab completion enhancements
Previous Message Neil Conway 2006-01-08 03:59:27 Re: psql tab completion enhancements