From: | Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Craig Ringer <craig(at)2ndquadrant(dot)com>, Yury Zhuravlev <u(dot)zhuravlev(at)postgrespro(dot)ru>, Fabrízio de Royes Mello <fabriziomello(at)gmail(dot)com>, Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: NOT EXIST for PREPARE |
Date: | 2016-03-24 16:06:35 |
Message-ID: | CAB=Je-GOkWFWN0m2xOY1rQKNYQhF++E09Obb1CODBzQLZPTD1A@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2016-03-24 16:11:51 | Re: Rationalizing code-sharing among src/bin/ directories |
Previous Message | Tom Lane | 2016-03-24 16:03:39 | Re: Show dropped users' backends in pg_stat_activity |