[BUGS] BUG #5052: lost history

2009-09-13 Thread
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

Re: [BUGS] BUG #5052: lost history

2009-09-13 Thread Tom Lane
"" 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

Re: [BUGS] BUG #5052: lost history

2009-09-13 Thread Tom Lane
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

Re: [BUGS] BUG #5052: lost history

2009-09-13 Thread Marek Wójtowicz
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

[BUGS] BUG #5053: domain constraints still leak

2009-09-13 Thread Andrew Gierth
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

Re: [BUGS] BUG #5053: domain constraints still leak

2009-09-13 Thread Tom Lane
"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