Hi: Under
the hood, does PG implement an update statement as a delete followed by an
insert? I’m at a point in coding a script where it would be more
expeditious for me to delete/insert a record as opposed to update and want to
know if I lose anything by doing that. Thanks
in Advance ! |