If you're on 9.3 or below, connect to the database the table is in and query pg_class with: select n.nspname AS tableschema, c.relname AS tablename from ...
確定! 回上一頁