Can i see server SQL commands ?

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


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.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message tomas 2006-09-28 04:52:24 Re: String Similarity
Previous Message mark 2006-09-27 23:26:40 Re: Faster StrNCpy

Browse pgsql-patches by date

  From Date Subject
Next Message tomas 2006-09-28 07:05:22 Re: Can i see server SQL commands ?
Previous Message mark 2006-09-27 23:26:40 Re: Faster StrNCpy