Re: Touch row ?
> Interesting. Yet another item to tack onto my list of differences between[color=blue]
> MySQL and Postgres.[/color]
Does MySQL apply defaults to updates?
If so, I can only stare in amazement.... Something like "update customer
set address = '1 my road' where customer_id = '123' SHOULD NOT touch any
other tables unless one has specifically enabled such a tracking using a
trigger...
Best Wishes,
Chris Travers
---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend
> Interesting. Yet another item to tack onto my list of differences between[color=blue]
> MySQL and Postgres.[/color]
Does MySQL apply defaults to updates?
If so, I can only stare in amazement.... Something like "update customer
set address = '1 my road' where customer_id = '123' SHOULD NOT touch any
other tables unless one has specifically enabled such a tracking using a
trigger...
Best Wishes,
Chris Travers
---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend
Comment