patch to support schemas in Sql.postgres()->list_fields
Adam Montague
1 Feb
2006
1 Feb
'06
3:55 a.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.