[BUGS] Bug #856: coredump

2002-12-25 Thread pgsql-bugs
Mike Pechkin ([EMAIL PROTECTED]) reports a bug with a severity of 1 The lower the number the more severe it is. Short Description coredump Long Description $ psql Welcome to psql 7.3, the PostgreSQL interactive terminal. Type: \copyright for distribution terms \h for help with SQL comman

[BUGS] vacuumdb error: tuple concurrently updated

2002-12-25 Thread Harald Krake
while running a "vacuumdb -z" I got the following error message: ERROR: simple_heap_update: tuple concurrently updated vacuumdb: vacuum jartifice failed Is this something to worry about? Especially data corruption? (postgres 7.3 / linux) regards, harald. ---(end of

[BUGS] Bug #857: [7.3] Attribute oid not found in a temporary table creted by a SELECT

2002-12-25 Thread pgsql-bugs
jmm ([EMAIL PROTECTED]) reports a bug with a severity of 2 The lower the number the more severe it is. Short Description [7.3] Attribute oid not found in a temporary table creted by a SELECT Long Description I ran on a problem today while running a SQL script that used to perfectly run from 7.0.2

Re: [BUGS] Bug #857: [7.3] Attribute oid not found in a temporary table

2002-12-25 Thread Bruce Momjian
This is a known problem with 7.3.X. It doesn't create an oid column as part of SELECT INTO We have a TODO item: * Fix SELECT ... INTO and CREATE TABLE AS to have appopriate OID column so this will be fixed, hopefully in 7.4. We couldn't fix it in 7.3.X without causing more seriou