[EMAIL PROTECTED] wrote:
>
> Mika M$BgO(Btyl$Bg(B([EMAIL PROTECTED]) reports a bug with a severity
>of 2
> The lower the number the more severe it is.
>
> Short Description
> Windows 2000 ODBC driver(7.01.0006) crashes.
>
> Long Description
> Using the PostgreSql in W2K through ODBC(7.01.0
On Wed, Sep 12, 2001 at 01:16:17AM +0200, Peter Eisentraut wrote:
> [EMAIL PROTECTED] writes:
>
> > trying to compile PostgreSQL 7.1.3 (my system: Linux Debian-ish,
> > fairly new Gnu libc (where I think the problem resides):
^
For once, my
> Bob Deblier ([EMAIL PROTECTED]) reports a bug with a severity of 1
> This shouldn't be too hard to fix by adding the -lsocket and -lnsl libraries.
Done.
> Furthermore the dynamic linking of libraries is wrong. You use the -G
> option, which is appropriate for Sun's compilers, but not for gcc.
[EMAIL PROTECTED] writes:
> trying to compile PostgreSQL 7.1.3 (my system: Linux Debian-ish,
> fairly new Gnu libc (where I think the problem resides):
> gcc 2.95.4 and GNU libc 2.2.4 bails out at:
>
> | input.c: In function `initializeInput':
> | input.c:157: warning: passing arg 1 of `on_exit
> timetest=# select sum(timeend-timebegin) as totaltime from timetest;
> ERROR: Unable to select an aggregate function sum(time)
Hmm. The underlying math works:
lockhart=# select time '10:01' - time '10:00';
--
00:01:00
lockhart=# select sum(time '10:01' - time '10:00');
ERROR: Unab
> Terry Hughes ([EMAIL PROTECTED]) reports a bug with a
>severity of 3
> If I do a select in psql with a fairly large number of rows expected
> to be returned , i get a message to say that the connection to the
> back end has been terminated.
If you are not using PostgreSQL 7.1.3, please consid
Bob Deblier ([EMAIL PROTECTED]) reports a bug with a severity of 1
The lower the number the more severe it is.
Short Description
7.1.3 interfaces build fail on solaris w. gcc
Long Description
I've been having problems with doing a dlopen() of libpsqlodbc since version 7.1; now
that I wanted to
Terry Hughes ([EMAIL PROTECTED]) reports a bug with a severity
of 3
The lower the number the more severe it is.
Short Description
lost connection to back end
Long Description
If I do a select in psql with a fairly large number of rows expected to be returned ,
i get a message to say that the c
Mika Mäntylä ([EMAIL PROTECTED]) reports a bug with a severity of 2
The lower the number the more severe it is.
Short Description
Windows 2000 ODBC driver(7.01.0006) crashes.
Long Description
Using the PostgreSql in W2K through ODBC(7.01.0006) the program(psqlodbc.dll) crashes,
when trying to i