Re: [svn:DBD-Pg] r10826 - in DBD-Pg/trunk: . t
[email protected] ("David E. Wheeler")
| Newsgroups | perl.dbd.pg |
|---|---|
| Message-ID | <[email protected]> |
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