postgresql7.1 SELECT tablename, schemaname, tableowner FROM pg_catalog.pg_tables WHERE schemaname NOT IN ('pg_catalog', 'information_schema', 'pg_toast') [template::list::orderby_clause -name tables -orderby] SELECT tablename, schemaname, tableowner FROM pg_catalog.pg_tables WHERE schemaname NOT IN ('pg_catalog', 'information_schema', 'pg_toast') and [template::list::page_where_clause -name tables] [template::list::orderby_clause -name tables -orderby]