On 21 January 2011 14:55, Bernd Helmle wrote:
>
>
> --On 20. Januar 2011 21:56:44 + Thom Brown wrote:
>
>>> Known bug in OSX's libedit. Use readline instead.
>>>
>>> http://archives.postgresql.org/pgsql-bugs/2010-04/msg00127.php
>>>
>>> regards, tom lane
>>
>> How do I
--On 20. Januar 2011 21:56:44 + Thom Brown wrote:
Known bug in OSX's libedit. Use readline instead.
http://archives.postgresql.org/pgsql-bugs/2010-04/msg00127.php
regards, tom lane
How do I force readline? I'm not using --with-libedit-preferred or
--without-re
Thom Brown writes:
> On 20 January 2011 21:44, Tom Lane wrote:
>> Known bug in OSX's libedit. Use readline instead.
> How do I force readline? I'm not using --with-libedit-preferred or
> --without-readline
Do you have it installed?
You may need to fool with the link path to ensure that you l
On 20 January 2011 21:44, Tom Lane wrote:
> Thom Brown writes:
>> postgres=# \d pg_opsql(29265) malloc: *** error for object 0x5:
>> pointer being freed was not allocated
>> *** set a breakpoint in malloc_error_break to debug
>> Abort trap
>
>> System info:
>> OS: Mac OSX 10.6.5
>
> Known bug in
Thom Brown writes:
> postgres=# \d pg_opsql(29265) malloc: *** error for object 0x5:
> pointer being freed was not allocated
> *** set a breakpoint in malloc_error_break to debug
> Abort trap
> System info:
> OS: Mac OSX 10.6.5
Known bug in OSX's libedit. Use readline instead.
http://archives.
Excerpts from Thom Brown's message of jue ene 20 16:36:10 -0300 2011:
> Using 9.1devel as of yesterday's Git branch master, I'm getting an
> error in psql when attempting to tab-complete a system tab.
>
> Steps to recreate:
>
> 1) From terminal, run "psql postgres" to connect to the postgres
> da