Testing Inserts, Deletes and Updates before execution ...

From: Hagen Hoepfner <Hagen(dot)Hoepfner(at)gmx(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject: Testing Inserts, Deletes and Updates before execution ...
Date: 2004-10-10 11:18:21
Message-ID: 41691A7D.1070602@gmx.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Dear list,

i am looking for a way to check, whether an DML-statement can be
performed on a current database. That means, that i want to check, if
e.g. an INSERT is possible or not (due to existing constraints), without
executing it.

Any ideas?

Hagen

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael Paesold 2004-10-10 12:05:07 Re: Testing Inserts, Deletes and Updates before execution ...
Previous Message Simon Windsor 2004-10-10 10:46:21 Re: OS not good for database