Re: Where does pgsql store the tables ??

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Where does pgsql store the tables ??
Дата
Msg-id 21023.1033396251@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Where does pgsql store the tables ??  (HK <harikrishnan@midascomm.com>)
Ответы When to send the next asyncronous query  (HK <harikrishnan@midascomm.com>)
Список pgsql-novice
HK <harikrishnan@midascomm.com> writes:
> 2)  In asynchronous queries, can i dispense with pqflush().

You don't need PQflush() unless you are using the nonblocking mode
(which I don't really recommend, as it has too many restrictions and
bugs^H^H^H^Hweird behaviors).

            regards, tom lane

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

Предыдущее
От: HK
Дата:
Сообщение: Where does pgsql store the tables ??
Следующее
От: Sandeep Sikka
Дата:
Сообщение: PostgresQL applications using libpq