- Mailing list pgsql-jdbc

From Vladimir Sitnikov
Subject
Date
Msg-id CAB=Je-E6=zKw2XYjtnhiuhmqFob--23Cxu6JMbhX2qnHLq4e=Q@mail.gmail.com
Whole thread Raw
Responses Re:
List pgsql-jdbc
>it would surely be push messages sent asynchronously

Well, full async here could be bad since it would be bad throw
exceptions like "you are executing queries faster than JDBC driver
fetches LD queue" at user.
Otherwise JDBC driver would have hard time figuring out if "all the
DDL notifications have been generated and consumed".

Nevertheless, whatever interface is chosen to signal DDL changes, it
makes sense to consider "granular notifications" (including per
"prepared-statement" ones) from the start even if the very first
implementation would sent just "discard all".

Vladimir


pgsql-jdbc by date:

Previous
From: Álvaro Hernández Tortosa
Date:
Subject: Re: Backend protocol wanted features
Next
From: John Harvey
Date:
Subject: Re: Are pgrpm changes for JDBC discussed here before submission?