Re: DBD::Pg tables() (was Re: ANNOUNCE: DBD::Pg 1.20)

2002-12-01 Thread Tim Bunce
On Sat, Nov 30, 2002 at 02:38:52PM -0800, David Wheeler wrote: Well, since it appears that DBD::Pg's tables() method currently doesn't support the $catalog, $schema, $table, $type arguments, perhaps it should be updated to do so, and have the deprecated call to tables() with no args not

Re: DBD::Pg tables() (was Re: ANNOUNCE: DBD::Pg 1.20)

2002-12-01 Thread David Wheeler
On Sunday, December 1, 2002, at 07:52 AM, Tim Bunce wrote: Well, since it appears that DBD::Pg's tables() method currently doesn't support the $catalog, $schema, $table, $type arguments, perhaps it should be updated to do so, and have the deprecated call to tables() with no args not return

DBD::Pg tables() (was Re: ANNOUNCE: DBD::Pg 1.20)

2002-11-30 Thread David Wheeler
On Saturday, November 30, 2002, at 01:18 PM, Thomas A. Lowery wrote: IMHO: a Pg only function is not a good option. It's very difficult to write portable code. Fair enough. The DBI doc reads: tables Warning: This method is experimental and may change. @names