| От | groups@ezotyrik.org (Ezotyrik) |
|---|---|
| Тема | Backend Protocol Examples? |
| Дата | |
| Msg-id | 3b4102b7.0311301948.59eae584@posting.google.com обсуждение исходный текст |
| Список | pgsql-jdbc |
I tried to do execute the following, but each time the program hangs
waiting on the ReceiveString. Also, the new postgres process started
to handle the query has a really high CPU % as reported by top.
I'd love to see simple examples of conversing with the backend. Also,
is there a nice summary of the protocol that offers more nitty-gritty
than the standard FE/BE discussion in the 7.4 docs?
Thanks!
synchronized( pg_stream ) {
try {
pg_stream.SendChar('Q');
pg_stream.Send( c.getEncoding().encode( "BEGIN" ));
pg_stream.SendChar(0);
pg_stream.flush();
System.out.println("step1");
str = pg_stream.ReceiveString( c.getEncoding() );
System.out.println("step2");
В списке pgsql-jdbc по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера