On Fri, Oct 03, 2003 at 11:27:11 -0400,
Gene Vital <[EMAIL PROTECTED]> wrote:
> Hi all.
> I am using Visual FoxPro via ODBC to update records on a 7.3.4
> PostgreSql server and it appears that it always uses delete/insert
> instead of updating the current record. Can this be changed to update
> the existing record instead?
Depneding on why you want to do this, it might not help. Postgres
uses MVCC and updates are effectively inserts and deletes.
---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly