On Thu, 30 Aug 2001 10:07:00 -0400 (EDT)
Alex Pilosov <[EMAIL PROTECTED]> wrote:

> On Thu, 30 Aug 2001, Jeff Boes wrote:
> 
> > The EXPLAIN SELECT statement will produce, under DBD::Pg, output that
> > looks like
> > 
> >     NOTICE:  QUERY PLAN:
> >  
> >     Index Scan using emp_pkey on emp  (cost=0.00..6.07 rows=5
width=238)
> > 
> > but it does so to STDOUT, not as the return value of the 'do' method.
> 
> Not yet. Patches are welcome. Maybe if I get a free hour or two, I could
> do it.

Perhaps related, perhaps not: what is the purpose of the 'tty=' option in
the driver? I looked at that with an increasingly puzzled expression on my
face (8-), in hopes that I could use that to capture the output.

-- 
Jeff Boes                                             vox 616.226.9550
Database Engineer                                     fax 616.349.9076
Nexcerpt, Inc.                                      [EMAIL PROTECTED]

Reply via email to