Re: NOT EXIST for PREPARE - Mailing list pgsql-hackers

From Vladimir Sitnikov
Subject Re: NOT EXIST for PREPARE
Date
Msg-id CAB=Je-GOkWFWN0m2xOY1rQKNYQhF++E09Obb1CODBzQLZPTD1A@mail.gmail.com
Whole thread Raw
In response to Re: NOT EXIST for PREPARE  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom> Not to mention that the whole idea of that being a semantically
Tom> significant property of a name is a monstrous kluge.

You are right here.

Just in case, Marko Kreen says (see [1]) pgbouncer has all the information
required to remap statement names, so he says pgbouncer needs no
cooperation from backend nor from app side in order to implement
prepared statements properly.

[1]: https://github.com/pgbouncer/pgbouncer/issues/126#issuecomment-200900171

Vladimir



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Show dropped users' backends in pg_stat_activity
Next
From: Alvaro Herrera
Date:
Subject: Re: Rationalizing code-sharing among src/bin/ directories