Re: [BUGS] bug in to_char(timestamp, text) for times between 12:00 and 14:00

2000-10-24 Thread Karel Zak
On Sat, 21 Oct 2000, Sam Hokin wrote: > There seems to be a bug in 7.0.2 in the to_char(timestamp,text) function > when one uses the "am" or "pm" template for times between 12:00 and 14:00: AM/PM fixed, fixed, already FIXED! Wait for 7.0.3 or 7.1, please... > template1=# select to_char(times

[BUGS] Updating multiple bool values crashes backend

2000-10-24 Thread pgsql-bugs
Sean Kelly ([EMAIL PROTECTED]) reports a bug with a severity of 1 The lower the number the more severe it is. Short Description Updating multiple bool values crashes backend Long Description Bug best described by an example, see below. Tested on two systems: Intel Pentium III 600 128Mb RAM Linu

[BUGS] Restrictions on columns are not being passed to children tables.

2000-10-24 Thread Holger Klawitter
Hi there, I am not sure whether this is a design flaw in the inheritance scheme of Postgres or a generic problem with DB design (or a problem with my understanding of inheritance in RDBS :-) Imagine the following situation: CREATE TABLE parent ( id INT UNIQUE ); CREATE TABLE chi

Re: [BUGS] Updating multiple bool values crashes backend

2000-10-24 Thread Thomas Lockhart
> Short Description > Updating multiple bool values crashes backend I cannot reproduce this example with 7.0.2 on my Linux-2.2.16 laptop. We will need more details and a reproducible example to help out... - Thomas