[BUGS] BUG #1025: current_time accepts 24:00:00

2003-12-22 Thread PostgreSQL Bugs List
The following bug has been logged online: Bug reference: 1025 Logged by: Rex Recio Email address: [EMAIL PROTECTED] PostgreSQL version: 7.3.3 Operating system: Red Hat Linux 7.3 Description:current_time accepts 24:00:00 Details: I have a table containing 2 colu

Re: [BUGS] pg_connect() problem

2003-12-22 Thread Michael Fuhr
On Tue, Dec 23, 2003 at 10:20:53AM +0530, Sh A Guru Prasad wrote: > > After upgrading postgres from 7.1 to 7.3.2 > PHP 4.0.6 was working fine but after upgrading > PHP from 4.0.6 to 4.3.2 version it was unable to connect to > database as pg_connect() was not working. You should probably disc

[BUGS] pg_connect() problem

2003-12-22 Thread Sh A Guru Prasad
After upgrading postgres from 7.1 to 7.3.2 PHP 4.0.6 was working fine but after upgrading PHP from 4.0.6 to 4.3.2 version it was unable to connect to database as pg_connect() was not working. bye guru ---(end of broadcast)--- TIP 8: explai

[BUGS] BUG #1023: Just Testing...

2003-12-22 Thread PostgreSQL Bugs List
The following bug has been logged online: Bug reference: 1023 Logged by: Dave Page Email address: [EMAIL PROTECTED] PostgreSQL version: 7.5 Dev Operating system: CYGWIN_NT-5.1 pc30 1.5.5(0.94/3/2) 2003-09-20 16:31 i686 unknown unknown Cygwin Description:Just Te

[BUGS] BUG #1024: Just Testing...

2003-12-22 Thread PostgreSQL Bugs List
The following bug has been logged online: Bug reference: 1024 Logged by: Dave Page Email address: [EMAIL PROTECTED] PostgreSQL version: 7.5 Dev Operating system: CYGWIN_NT-5.1 pc30 1.5.5(0.94/3/2) 2003-09-20 16:31 i686 unknown unknown Cygwin Description:Just Te

Re: [BUGS] ecpg c++ scope operator lost

2003-12-22 Thread Michael Meskes
On Mon, Dec 22, 2003 at 09:33:00AM -0500, Mark Pether wrote: > If that's the case then you'd better change your documentation... > > > PostgreSQL 7.3 Documentation > > Chapter 4. ECPG - Embedded SQL in C > This chapter describes the embedded SQL package for PostgreSQL. It works > with C and *C+

Re: [BUGS] Jdbc connection pooling and PG 7.4 consistently fails

2003-12-22 Thread Lewis Foti
Guys I have to agree wirh Kris, the set of rpms for RedHat 9 implies that it is a consistent release for 7.4. However the postgresql-jdbc rpm contains two sets of jar files and NO documentation, so it is a matter of guess work as to what files are the ones to use. This is a shame as it undermines

Re: [BUGS] Jdbc connection pooling and PG 7.4 consistently fails

2003-12-22 Thread Lewis Foti
Guys As a user of your software I'm not too concerned about where the jars are located, what I do need is clear documentation. This is the one area in which Postgresql could do with improvement. Ideally I'd like to see this on the web site and duplicated in the rpm files. Really basic things such

Re: [BUGS] ecpg c++ scope operator lost

2003-12-22 Thread Mark Pether
If that's the case then you'd better change your documentation... PostgreSQL 7.3 Documentation Chapter 4. ECPG - Embedded SQL in C This chapter describes the embedded SQL package for PostgreSQL. It works with C and *C++.* It was written by Linus Tolke (<[EMAIL PROTECTED]

Re: [BUGS] Bug? (geo operator @ )

2003-12-22 Thread Tom Lane
Daniel Lau <[EMAIL PROTECTED]> writes: > I was to extract the '_lines' (path) if the lines are contained or on by a > box-like polygon. The result turns wrong if the box-like polygon is > changed from a square (x_max = y_max) to a rectangle (x_max <> y_max). The examples you give are not "box-like

[BUGS] Bug? (geo operator @ )

2003-12-22 Thread Daniel Lau
Hi all, I was to extract the '_lines' (path) if the lines are contained or on by a box-like polygon. The result turns wrong if the box-like polygon is changed from a square (x_max = y_max) to a rectangle (x_max <> y_max). Please read the example at the end. Please also notice that although the _l