Re: [GENERAL] some error messages in postgeslog

2006-04-20 Thread Richard Huxton
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

[GENERAL] some error messages in postgeslog

2006-04-19 Thread surabhi.ahuja
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