From: | Oliver Jowett <oliver(at)opencloud(dot)com> |
---|---|
To: | Karel Zak <zakkr(at)zf(dot)jcu(dot)cz> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Kris Jurka <books(at)ejurka(dot)com>, Hans-Jürgen Schönig <postgres(at)cybertec(dot)at>, eg(at)cybertec(dot)at, List pgsql-patches <pgsql-patches(at)postgresql(dot)org>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Implementing RESET CONNECTION ... |
Date: | 2005-01-04 22:20:36 |
Message-ID: | 41DB16B4.2090907@opencloud.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-patches |
(cc'ing -hackers)
Karel Zak wrote:
> I think command status is common and nice feedback for client. I think
> it's more simple change something in JDBC than change protocol that is
> shared between more tools.
There is a bit of a queue of changes that would be nice to have but
require a protocol version change. If we're going to change the protocol
for any of those we might as well handle RESET CONNECTION cleanly too.
> We need some common way how detect on client what's happen on server --
> a way that doesn't mean change protocol always when we add some
> feature/command to backend. The command status is possible use for this.
Command status only works if commands are directly executed. If you can
execute the command indirectly, e.g. via a PL, then you'll miss the
notification. Making RESET a top-level-only command isn't unreasonable,
but using command status won't work as a general approach for notifying
clients.
We have a mechanism for GUC changes that uses a separate message
(ParameterStatus). Perhaps that should be generalized to report
different sorts of connection-related changes.
-O
From | Date | Subject | |
---|---|---|---|
Next Message | Ron Mayer | 2005-01-04 23:10:51 | Re: PostgreSQL 8.0.0 Release Candidate 3 |
Previous Message | Josh Berkus | 2005-01-04 21:44:27 | Re: Need theory/comprehension help on Multi-Column indexes |
From | Date | Subject | |
---|---|---|---|
Next Message | lsunley | 2005-01-04 23:51:10 | Re: psql session log |
Previous Message | Andrew Dunstan | 2005-01-04 21:32:37 | pg_config MSVC makefile |