Re: [BUGS] Bug #487: Erroneus values of BOOLEANS

2001-10-18 Thread Hiroshi Inoue
[EMAIL PROTECTED] wrote: > > Miguel Juan ([EMAIL PROTECTED]) reports a bug with a severity of 2 > The lower the number the more severe it is. > > Short Description > Erroneus values of BOOLEANS > > Long Description > I did not find a "report a bug" for the ODBC driver so I send it here: > > I

Re: [BUGS] Bug #486: tab-complete.o: filename_completion_function reference not found when make'ing either 7.1.2 or 7.1.3 under Windows 2000

2001-10-18 Thread Tom Lane
"Steve SAUTETNER" <[EMAIL PROTECTED]> writes: > You must patch postgresql in order to run it under cygwin + windows 2000. > The "filename_completion_function" is named > "rl_filename_completion_function" under cygwin. FWIW, this is dealt with using a configure check in current sources. I thought

[BUGS] Bug #487: Erroneus values of BOOLEANS

2001-10-18 Thread pgsql-bugs
Miguel Juan ([EMAIL PROTECTED]) reports a bug with a severity of 2 The lower the number the more severe it is. Short Description Erroneus values of BOOLEANS Long Description I did not find a "report a bug" for the ODBC driver so I send it here: I thing it is a problem of the ODBC driver, when

Re: [BUGS] Bug #486: tab-complete.o: filename_completion_function reference not found when make'ing either 7.1.2 or 7.1.3 under Windows 2000

2001-10-18 Thread Steve SAUTETNER
You must patch postgresql in order to run it under cygwin + windows 2000. The "filename_completion_function" is named "rl_filename_completion_function" under cygwin. That's why it's not found. The patch will solve the problem and other memory allocation problems appearing under windows 2000. You

[BUGS] Bug #486: tab-complete.o: filename_completion_function reference not found when make'ing either 7.1.2 or 7.1.3 under Windows 2000

2001-10-18 Thread pgsql-bugs
Sean Dockery ([EMAIL PROTECTED]) reports a bug with a severity of 1 The lower the number the more severe it is. Short Description tab-complete.o: filename_completion_function reference not found when make'ing either 7.1.2 or 7.1.3 under Windows 2000 Long Description I've been trying to install