Re: Where does pgsql store the tables ??

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: HK <harikrishnan(at)midascomm(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Where does pgsql store the tables ??
Date: 2002-09-30 14:30:51
Message-ID: 21023.1033396251@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

HK <harikrishnan(at)midascomm(dot)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

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Sandeep Sikka 2002-09-30 20:54:02 PostgresQL applications using libpq
Previous Message HK 2002-09-30 07:45:36 Where does pgsql store the tables ??