Alfranio Correia Junior <[EMAIL PROTECTED]> writes:
> I am executing some stored procedures written in pl/pgsql....
> But wouldn't PostgreSQL show information per statement executed by the
> functions ?
No. The command shown in the process status is always just the
outermost operation.
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match