Re: [BUGS] Full bug list

2002-02-22 Thread Andy Marden
It would be useful to be able to search a list of known bugs for the version of postgresql that you're running. Upgrading to the latest version to see if it sorts out a problem isn't always a sensible option.. Andy - Original Message - From: "Justin" <[EMAIL PROTE

[BUGS] Full bug list

2002-02-21 Thread Andy Marden
Is there a repository on the web somewhere of all the bugs found, versions they are found against and what theire status is? ---(end of broadcast)--- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEm

Re: [BUGS] Dates and year 2000

2002-02-21 Thread Andy Marden
Just discovered that column::date works fine but to_date(column, 'DD.MM.YY') causes the problem. I was trying to write portable SQL, but never mind! Andy ""Andy Marden"" <[EMAIL PROTECTED]> wrote in message 007301c1baad$b60d7b90$010a@marden1">

Re: [BUGS] Dates and year 2000

2002-02-20 Thread Andy Marden
Do we have a workaround for 7.1.3? I don't really want to risk an upgrade at this stage in the system Cheers Andy - Original Message - From: "Tom Lane" <[EMAIL PROTECTED]> To: "Andy Marden" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: We

Re: [BUGS] Dates and year 2000

2002-02-20 Thread Andy Marden
Is this a bug? "Andy Marden" <[EMAIL PROTECTED]> wrote in message news:a4u6fh$orp$[EMAIL PROTECTED]... > Am loading date fields from text in one table to date in another. Format of > the text dates is 'DD.MM.YY', so that's the format mask I use. Dates for &