[BUGS] Beta5 on Linux Alpha

2000-04-13 Thread Denis N. Stepanov
I just have tested your 7.0beta5. My system is RH Linux 6.1 2.2.14 on Alpha. gcc --version says: egcs-2.91.66. I still have two major problems: 1. ./configure doesn't recognize my OS. ./config.guess reports: alphaev5-unknown-linux-gnu so ./configure chooses 'linux' and fails. 2. I compiled and i

[BUGS] ecpg precompiler

2000-04-13 Thread Fabienne Leclere
POSTGRESQL BUG REPORT TEMPLATE Your name : Fabienne Leclere Your email address : [EMAIL PROTECTE

[BUGS] ECPGdo

2000-04-13 Thread Fabienne Leclere
POSTGRESQL BUG REPORT TEMPLATE Your name : Fabienne Leclere Your email address : [EMA

[BUGS] A date bug: number of day of October

2000-04-13 Thread Guillaume Perréal
Hi all, I think there is a bug in the PostgreSQL date system: Try computing (replace with some differents years): '-10-01'::datetime + '1 month'::interval Depending on the year, you can get '-11-01' as expected or '-10-31' which is bug. Guillaume Perréal - Stagiaire MI