surabhi.ahuja wrote:
I use PostgreSQL 8.0.0
it seems that the disk was close to full,
i executed a program (in C++) which opens a connection to Postgres using PQConnectdb.
and then it reads from a particluar table, and simply displays the values on the console.
after doing that it will cl
I use PostgreSQL
8.0.0
it seems that the disk was close to
full,
i executed a program (in C++) which opens a
connection to Postgres using PQConnectdb.
and then it reads from a particluar table, and
simply displays the values on the console.
after doing that it will close the connection