> It looks like DBIx::Database->new is stripping the schema information > from table names before calling QueryMetadata, which seems to be > required now? Anyone else seen this, or are successfully using > DBIx::Recordset with PostgreSQL 7.3+ (when schemas came in)? Or am > I missing something obvious?
You don't need to use schemas. I do use it though. The way I do it in DBIx::Recordset is not pretty, but it works: $db -> do ("SET search_path TO $schema"); -- Kaare Rasmussen --Linux, spil,-- Tlf: 3816 2582 Kaki Data tshirts, merchandize Fax: 3816 2501 Howitzvej 75 Åben 12.00-18.00 Email: [EMAIL PROTECTED] 2000 Frederiksberg Lørdag 12.00-16.00 Web: www.suse.dk --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]