Re: libedit history seems to be misbehaving / broken

2025-01-22 Thread Rudolph Froger
On Wed, 22 Jan 2025 at 08:54, Bruce Momjian wrote: > On Sun, Oct 27, 2024 at 09:07:44PM +0100, Tomas Vondra wrote: > > On 10/27/24 20:03, Tom Lane wrote: > > > FWIW, I don't observe any particular misbehavior with the very ancient > > > libedit that macOS ships. On Fedora 39, I notice something

Re: libedit history seems to be misbehaving / broken

2024-10-31 Thread Bruce Momjian
On Sun, Oct 27, 2024 at 09:07:44PM +0100, Tomas Vondra wrote: > On 10/27/24 20:03, Tom Lane wrote: > > FWIW, I don't observe any particular misbehavior with the very ancient > > libedit that macOS ships. On Fedora 39, I notice something related to > > what you say: it seems like the "\q" ending a

Re: libedit history seems to be misbehaving / broken

2024-10-27 Thread Tomas Vondra
On 10/27/24 20:03, Tom Lane wrote: > Tomas Vondra writes: >> I'm not terribly familiar with libedit, so can't say if it's a bug in >> libedit, or if we're just using it wrong in some way. I investigated >> that while on a flight from pgconf.eu, but can't look into this further. >> So let me at

Re: libedit history seems to be misbehaving / broken

2024-10-27 Thread Tom Lane
Tomas Vondra writes: > I'm not terribly familiar with libedit, so can't say if it's a bug in > libedit, or if we're just using it wrong in some way. I investigated > that while on a flight from pgconf.eu, but can't look into this further. > So let me at least share the behavior I observed, and wha