Re: Where does pgsql store the tables ?? - Mailing list pgsql-novice

From Tom Lane
Subject Re: Where does pgsql store the tables ??
Date
Msg-id 21023.1033396251@sss.pgh.pa.us
Whole thread Raw
In response to Where does pgsql store the tables ??  (HK <harikrishnan@midascomm.com>)
Responses When to send the next asyncronous query
List 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 by date:

Previous
From: HK
Date:
Subject: Where does pgsql store the tables ??
Next
From: Sandeep Sikka
Date:
Subject: PostgresQL applications using libpq