Re: [BUGS] BUG #1453: NULLs in UNION query

2005-02-07 Thread Dirk Lutzebaeck
I've also come across this in 7.4. You could also use: SELECT NULL AS Test UNION ALL SELECT NULL::int UNION ALL SELECT 0 Dirk Tom Lane wrote: "" <[EMAIL PROTECTED]> writes: The following query should not raise an error ("ERROR: UNION types text and integer cannot be matched"): SELECT

Re: [BUGS] cannot find attribute 1 of relation (of some user table) in 7.1.3

2002-01-14 Thread Dirk Lutzebaeck
Tom Lane writes: > Dirk Lutzebaeck <[EMAIL PROTECTED]> writes: > > Hi, I have the follow problem when vacuum'ing on 7.1.3: > > ERROR: cannot find attribute 1 of relation docmatchsel > > Then I tried to reindex the table in standalone mode which gives: > &

[BUGS] cannot find attribute 1 of relation (of some user table) in 7.1.3

2002-01-13 Thread Dirk Lutzebaeck
Hi, I have the follow problem when vacuum'ing on 7.1.3: db1=# vacuum; ERROR: cannot find attribute 1 of relation docmatchsel I cannot drop the table either and the system does not seem do know the columns: db1=# \d docmatchsel Table "docmatchsel Attribute | Type | Modifier ---+--

Re: [BUGS] INSERT/SELECT with ORDER BY

2001-03-29 Thread Dirk Lutzebaeck
Stephan Szabo writes: > > Unless I'm horribly misreading the spec, this is correct. > ORDER BY is used in reference to cursor definitions and > direct select statements, but is not part of query expressions > which is what the INSERT INTO references. > > ::= > I

Re: [BUGS] Backend crashes in 7.0.3

2000-12-27 Thread Dirk Lutzebaeck
Tom Lane writes: > Dirk Lutzebaeck <[EMAIL PROTECTED]> writes: > > It may be that there is some kernel corruption appearing here. I'm > > using kernel nfs on Linux 2.2.10 with a Solaris8 i86pc client. I saw > > some weird NFS error messages on the Linux syst

Re: [BUGS] Backend crashes in 7.0.3

2000-12-22 Thread Dirk Lutzebaeck
Tom Lane writes: > Dirk Lutzebaeck <[EMAIL PROTECTED]> writes: > > I observe occasionaly crashes on 7.0.3 under medium load: > > > Backend message type 0x49 arrived while idle > > Backend message type 0x44 arrived while idle > > Backend message typ

[BUGS] Backend crashes in 7.0.3

2000-12-22 Thread Dirk Lutzebaeck
Hello, I observe occasionaly crashes on 7.0.3 under medium load: Backend message type 0x49 arrived while idle Backend message type 0x44 arrived while idle Backend message type 0x54 arrived while idle I recently upgraded from 7.0.2 to 7.0.3 on RH6.0, Linux 2.2.10 and I haven't observed these m

Re: [BUGS] ERROR: btree: index item size 3048 exceeds maximum 2717

2000-11-01 Thread Dirk Lutzebaeck
Dirk Lutzebaeck writes: > ERROR: btree: index item size 3048 exceeds maximum 2717 > > This is on 7.0.2 while doing an INSERT. The INSERT aborts and returns > this error. It just occurred now for the first time and now everytime. > There are several indexes defined on this

[BUGS] ERROR: btree: index item size 3048 exceeds maximum 2717

2000-11-01 Thread Dirk Lutzebaeck
ERROR: btree: index item size 3048 exceeds maximum 2717 This is on 7.0.2 while doing an INSERT. The INSERT aborts and returns this error. It just occurred now for the first time and now everytime. There are several indexes defined on this table. Should I rebuild them all? What is this? Regar

Re: [BUGS] Small bug with numeric in 7.0 (also in 6.5.3)

2000-05-15 Thread Dirk Lutzebaeck
Bruce Momjian writes: > This is terrible. I can't imagine how people use this without terrible > problems. Why don't we get more bug reports about this? Maybe this relates to this too: $ pg_dump cs1 -o > /tmp/x.dump parseNumericArray: bogus number pg_dump aborts then. This is on 7.0 on Lin