On Tue, Oct 25, 2005 at 06:28:38PM -0500, Judith Altamirano Figueroa wrote: > Hello everybody I have a failure making a select in a table the error > that returns is the follow: > > Backend message type 0x44 arrived while idle > pqReadData() -- backend closed the channel unexpectedly. > This probably means the backend terminated abnormally > before or while processing the request. > The connection to the server was lost. Attempting reset: Failed.
What version of PostgreSQL are you using? What operating system and version? What's the query? What appears in the server log when you get the error? Did you get a core dump, and if so, can you get a stack trace from it? -- Michael Fuhr ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match