The following bug has been logged online:
Bug reference: 5052
Logged by:
Email address: wuma...@agh.edu.pl
PostgreSQL version: 8.4.1
Operating system: Linux
Description:lost history
Details:
When I will start simultaneously more than time psql program, it after the
"" writes:
> When I will start simultaneously more than time psql program, it after the
> outing is staying history of only this session which we left recently.
Yeah, that's libreadline's fault :-(. You should complain to the
readline authors.
regards, tom lane
--
Sent
Marek =?iso-8859-2?q?W=F3jtowicz?= writes:
>> Yeah, that's libreadline's fault :-(. You should complain to the
>> readline authors.
> bash using same version libreadline and dont't have this problem :-)
[ pokes around... ] Hmm, it looks like bash is using append_history()
which has been added
Dnia niedziela, 13 września 2009, napisano:
> "" writes:
> > When I will start simultaneously more than time psql program, it after
> > the outing is staying history of only this session which we left
> > recently.
>
> Yeah, that's libreadline's fault :-(. You should complain to the
> readline au
The following bug has been logged online:
Bug reference: 5053
Logged by: Andrew Gierth
Email address: and...@tao11.riddles.org.uk
PostgreSQL version: 8.5devel
Operating system: FreeBSD
Description:domain constraints still leak
Details:
Domain NOT NULL constraints (a
"Andrew Gierth" writes:
> Domain NOT NULL constraints (and probably other constraints too) aren't
> being enforced in some code paths. e.g.
The example you give seems to tie really closely into the debate about
whether a composite null is identically the same thing as ROW(NULL,NULL)
or not. In s