Re: [BUGS] Postgresql 'eats' all mi data partition

2003-09-28 Thread Christopher Browne
[EMAIL PROTECTED] (Javier Carlos) writes: >I did a vacuumbdb after the updates, and the space usage didn't down to > something reasonable. For example, I had a 250MB database, then I did about > 300 query updates, and mi partition growed up until fill all mi data partition > space of 15GB. A

Re: [PATCHES] [BUGS] bug in clusterdb script

2003-09-28 Thread Alvaro Herrera
On Sat, Sep 27, 2003 at 08:02:17PM -0400, Bruce Momjian wrote: > > Your patch has been added to the PostgreSQL unapplied patches list at: > > http://momjian.postgresql.org/cgi-bin/pgpatches > > I will try to apply it within the next 48 hours. Keep in mind that this applies to the 7.3 bran

Re: [BUGS] PG 7.4 BETA 3: Bug in NULL arrays updating

2003-09-28 Thread Bertrand Petit
On Wed, Sep 24, 2003 at 12:09:52AM -0400, Tom Lane wrote: > > Assigning to a member of a NULL array has always yielded another NULL > array. While I've never been particularly satisfied with that behavior > either, it has some logical symmetry to it. What do you think the > behavior ought to be?