[PATCHES] Allow pooled connections to list all prepared queries

2004-12-24 Thread David Brown
Hi: Attached is a loadable module (and a small backend patch) that allows a client to list the available query plans (created with PREPARE, or with a 'parse' protocol message) on a particular connection. This work was done in response to an item in the TODO: * Allow pooled connections to list a

Re: [PATCHES] Allow pooled connections to list all prepared queries

2004-12-24 Thread Tom Lane
David Brown <[EMAIL PROTECTED]> writes: > Attached is a loadable module (and a small backend patch) that allows a > client to list the available query plans (created with PREPARE, or with a > 'parse' protocol message) on a particular connection. > * Extended PostgreSQL's SQL grammar to capture