![]() |
sponsored links |
|
|
sponsored links
|
|
1
5th August 02:25
External User
Posts: 1
|
What can cause such an error:
'unexpected eof on client connection'. I can find it in logs, all the connections I make to the db are from php/apache. Regards -- Marcin Gil :: marcin.gil@audax.com.pl ---------------------------(end of broadcast)--------------------------- TIP 6: Have you searched our list archives? http://archives.postgresql.org |
|
|
|
3
13th August 07:46
External User
Posts: 1
|
Not that I'm aware of. But I've met a strange thing.
I've written an app that stores in pg blobs (pdfs) and writes an oid of blob in table. I do it as a single transaction (well, two nested transaction exactly: one tx for whole operation and a nested one for inserting blob). The blob gets written correcty but suddenly inserting its oid into table fails.. Suddenly, because it worked earlier. I'm trying to find the cause of it but no results as for now. Thanks -- Marcin Gil :: marcin.gil@audax.com.pl ---------------------------(end of broadcast)--------------------------- TIP 7: don't forget to increase your free space map settings |
|