Can i see server SQL commands ?

From: "Adnan DURSUN" <a_dursun(at)hotmail(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Can i see server SQL commands ?
Date: 2006-09-28 10:27:24
Message-ID: BAY106-DAV5FFB46C7AFBED039B7263FA1B0@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi all

I wanna know what is going on while a DML command works. For example
;
Which commands are executed by the core when we send an "UPDATE tab
SET col = val1..."
in case there is a foreing key or an unique constraint on table
"tab".

How can i see that ?

Best regards

Adnan DURSUN
ASRIN Bilişim Ltd.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Martijn van Oosterhout 2006-09-28 10:28:05 Re: text to point conversion not working. ( cannot cast type text to point )
Previous Message Martijn van Oosterhout 2006-09-28 10:24:39 Re: memory issues when running with mod_perl