Daniel Rubio <drubior(at)tinet(dot)org> writes:
> I've recently installed postgres in a new computer running solaris 8,
> and I can't connect to it running psql. When I try it the response is:
> bash-2.03$ ./psql
> Password:
> psql: server closed the connection unexpectedly
Can you provide a debugger stack trace? This should be leaving a core
dump file in the database subdirectory ($PGDATA/base/something/core).
regards, tom lane