patch to support schemas in Sql.postgres()->list_fields
Adam Montague
31 Jan
2006
31 Jan
'06
5:25 p.m.
This patch lets you do db->list_fields("schema.table") on Sql.postgres
objects, which is needed if you have tables with the same names in
different schemas. It also fixes the check for has_relexpires which
wasn't using a valid SQL query.