[BUGS] Strange behavior for boolean predicates and partial indexes

2005-03-26 Thread Patrick Clery
I have a partial index that contains a predicate to check for whether the field deleted is false or not: CREATE INDEX people_essays_any_essaytype_idx ON people_essays (person_id) WHERE NOT deleted; The following query does NOT use the index: EXPLAIN ANALYZE SELECT * FROM people_essays W

[BUGS] Disk space is consumed by UPDATE query

2004-10-01 Thread Patrick Clery
Your name : Patrick Clery Your email address : [EMAIL PROTECTED] System Configuration - Architecture (example: Intel Pentium) : Intel Operating System (example: Linux 2.4.18) : FreeBSD 4.10-stable PostgreSQL version (example: PostgreSQL