Re: [BUGS] BUG #5631: psql dumps core during command editing

2010-08-31 Thread Bruce Momjian
David L Kensiski wrote: > I though of that, but it's linked into the binary. Maybe this is a > problem with the Sun build and not the code? How do I get in touch > with the build maintainer? Is there a README in the build install somewhere? --

Re: [BUGS] BUG #5631: psql dumps core during command editing

2010-08-28 Thread David L Kensiski
I though of that, but it's linked into the binary. Maybe this is a problem with the Sun build and not the code? How do I get in touch with the build maintainer? --Dave to...@i2:~$ /usr/ccs/bin/nm -o /usr/postgres/current/bin/64/psql | grep readline [542] |20547260|000

Re: [BUGS] BUG #5631: psql dumps core during command editing

2010-08-27 Thread Tom Lane
"David Kensiski" writes: > The psql binary (64-bit from binary install) dumps core when I attempt to > edit the input line after a few characters are entered: This most likely indicates a problem with the libreadline or libedit library you're using. regards, tom lane --

[BUGS] BUG #5631: psql dumps core during command editing

2010-08-27 Thread David Kensiski
The following bug has been logged online: Bug reference: 5631 Logged by: David Kensiski Email address: da...@schoolloop.com PostgreSQL version: 8.4 Operating system: Solaris 10 Description:psql dumps core during command editing Details: The psql binary (64-bit from