Re: Backend protocol wanted features

Поиск
Список
Период
Сортировка
От Vladimir Sitnikov
Тема Re: Backend protocol wanted features
Дата
Msg-id CAB=Je-G3cfx8X_xzxwK8Y+hL5Qqkj+WKSnMkgzBh0oed7UcnxQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Backend protocol wanted features  (Álvaro Hernández Tortosa <aht@8Kdata.com>)
Ответы Re: Backend protocol wanted features  (Álvaro Hernández Tortosa <aht@8Kdata.com>)
Список pgsql-jdbc
>So rather than asking everybody to add new messages to the protocol to support this, wouldn't it be better to support
LDin the driver? 

Well, it would still require to wrap one's mind around to get that efficient.
You do not like to deallocate all server-prepared statements after
each DDL, do you?
On the other hand, JDBC driver does not know changes to which
tables/views/functions/types would impact statements prepared in
current session, thus JDBC driver has no idea which changes it should
subscribe to.

>wouldn't it be better to support LD in the driver?

That's another question. +1 for supporting LD in the driver (for both
internal and external uses).

Vladimir


В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Álvaro Hernández Tortosa
Дата:
Сообщение: Re: Backend protocol wanted features
Следующее
От: Vladimir Sitnikov
Дата:
Сообщение: Re: Are pgrpm changes for JDBC discussed here before submission?