Re: Another plpgsql question..

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Mitch Vincent" <mitch(at)venux(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Another plpgsql question..
Date: 2001-01-23 16:05:41
Message-ID: 6298.980265941@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Mitch Vincent" <mitch(at)venux(dot)net> writes:
> is_paid is never updated...

It's not possible that is_paid is never updated; that command *will*
replace the total, updated, and is_paid columns with *something*.
It may be that in the cases you've checked, it gets updated to the
same value it had before. That's why I want to see the test cases.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2001-01-23 16:17:26 Re: Re: OID/XID allocation (was Re: is PG able to handle a >500 GB Da tabase?)
Previous Message Mitch Vincent 2001-01-23 16:02:28 Re: Another plpgsql question..