On Feb 25, 2008, at 17:53, [EMAIL PROTECTED] wrote:
-=item START
+=item PGBEGIN
-Outputs the name of each function, and other information such as
the function
-arguments or important global variables, as each function starts.
This information
-is also output if the trace level is set to 4 or greater.
- Note that if the trace
-level if 4 or more, the output will be prefixed with "dbdpg: " to
help differentiate
-it from the DBI trace output.
+Outputs the name of each internal DBD::Pg function, and other
information such as
+the function arguments or important global variables, as each
function starts. This
+information is also output if the trace level is set to 4 or greater.
Hrm. PGSTART might be better, as when I see "BEGIN", I think of
transactions. You also use the word "starts" in the description.
Just my $0.02.
Best,
David