Re: [BUGS] BUG #3631: cant unsubscribe

2007-09-25 Thread Simon Riggs
On Mon, 2007-09-24 at 19:13 +, Robert Tessler wrote: > The following bug has been logged online: > > Bug reference: 3631 > Logged by: Robert Tessler > Email address: [EMAIL PROTECTED] > PostgreSQL version: 8.2 > Operating system: windows XP > Description:cant unsub

[BUGS] BUG #3632: couldn't start postgreSQL

2007-09-25 Thread andrew
The following bug has been logged online: Bug reference: 3632 Logged by: andrew Email address: [EMAIL PROTECTED] PostgreSQL version: postgresql-8.2. Operating system: winxp Description:couldn't start postgreSQL Details: Hello when i use postgresql-8.2.msi to install

[BUGS] BUG #3634: Numeric and Array Data Type

2007-09-25 Thread zhuge
The following bug has been logged online: Bug reference: 3634 Logged by: zhuge Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.9 Operating system: Linux Description:Numeric and Array Data Type Details: To:Tom Lane <[EMAIL PROTECTED]> Thank you for your

Re: [BUGS] BUG #3623: initialisation probl.

2007-09-25 Thread Michael Meskes
On Thu, Sep 20, 2007 at 07:11:55AM +, Guenter Abraham wrote: > formerly stable programs being generated by ecpg suddenly terminates while > initialization at 0xc022 > > this small program demonstrates the effect: > ... Is there anyone with a similar setup who could debug this a little bi

Re: [BUGS] BUG #3628: Wrong schema picked

2007-09-25 Thread Pedro Gimeno
Heikki Linnakangas wrote: The first time the function is run, all the statements in it are planned and the schema used for the insert is resolved. Subsequent calls will reuse the same plan. This post is apparently related: http://archives.postgresql.org/pgsql-hackers/2007-02/msg00933.php

[BUGS] Crash 8.2.5 backend using tsearch2

2007-09-25 Thread Stuart Bishop
Hi. I've tracked down some crashes we are having and produced a test case using the nasty data. The sample data used to trigger the crash is 6MB in size. It doesn't crash immediately, instead chewing up CPU for several minutes before crashing. http://launchpadlibrarian.net/9501485/crashme.sql I'

[BUGS] Documentation

2007-09-25 Thread karol dzięgielewski
Hi, Where can I find documentation in pdf format? Regards Karol Dzięgielewski

Re: [BUGS] Crash 8.2.5 backend using tsearch2

2007-09-25 Thread Tom Lane
Stuart Bishop <[EMAIL PROTECTED]> writes: > I've tracked down some crashes we are having and produced a test case using > the nasty data. The sample data used to trigger the crash is 6MB in size. It > doesn't crash immediately, instead chewing up CPU for several minutes before > crashing. > http:/

Re: [BUGS] Documentation

2007-09-25 Thread Magnus Hagander
karol dzięgielewski wrote: > Hi, > Where can I find documentation in pdf format? http://www.postgresql.org/docs/manuals/ //Magnus ---(end of broadcast)--- TIP 2: Don't 'kill -9' the postmaster

Re: [BUGS] Documentation

2007-09-25 Thread Milen A. Radev
karol dzięgielewski написа: > Hi, > Where can I find documentation in pdf format? > Regards Karol Dzięgielewski That's not a bug. http://www.postgresql.org/docs/manuals/ -- Milen A. Radev ---(end of broadcast)--- TIP 4: Have you searched our l

Re: [BUGS] date -> timestamp casting bug (integer datetimes)

2007-09-25 Thread Tom Lane
Neil Conway <[EMAIL PROTECTED]> writes: > When integer datetimes are in use, the legal range of the "date" type > actually exceeds that of the "timestamp" type. However, the cast from > date => timestamp fails to take this into account: Fixed, but I didn't bother to back-patch it.