On Mon, 29 Jul 2002, Markus Wollny wrote:
> This is what I get when I do "gdb psql ./core":
>
> Core was generated by `postgres: postgres pcgames [local] SELECT
[..]
It wasn't psql that segfaulted, but the postgres backend.
Try:
$ gdb postgres ./core
instead. It's still not unlikely that you won't have
enough symbol information, though.
Matthew.