Re: BUG #12300: ~/.psql_history nonexistent warning on first run - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #12300: ~/.psql_history nonexistent warning on first run
Date
Msg-id 21618.1419213641@sss.pgh.pa.us
Whole thread Raw
In response to BUG #12300: ~/.psql_history nonexistent warning on first run  (dlazerka@gmail.com)
List pgsql-bugs
Dzmitry Lazerka <dlazerka@gmail.com> writes:
> I have `history` available, but nor `readline`, nor `libedit` available as
> commands in my bash.

That's not particularly relevant, because what we're talking about here is
libraries not shell commands.

Applying ldd to the psql executable might yield something informative.
On my machine for instance I get

        ...
        libreadline.so.6 => /lib64/libreadline.so.6 (0x0000003ad8e00000)
        ...

            regards, tom lane

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #12300: ~/.psql_history nonexistent warning on first run
Next
From: Dzmitry Lazerka
Date:
Subject: Re: BUG #12300: ~/.psql_history nonexistent warning on first run