diff options
Diffstat (limited to 'src/_pgsql_utils')
| -rw-r--r-- | src/_pgsql_utils | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_pgsql_utils b/src/_pgsql_utils index bdad9c8..2a8dffd 100644 --- a/src/_pgsql_utils +++ b/src/_pgsql_utils @@ -84,7 +84,7 @@ _pgsql_tables () { local _pgsql_table_sql _pgsql_table_sql="select n.nspname || '.' || c.relname \ from pg_catalog.pg_class c \ - left join pg_catalog.pg_namespace n on n.oin = c.relnamespace \ + left join pg_catalog.pg_namespace n on n.oid = c.relnamespace \ where c.relkind in ('r', '') \ and n.nspname <> 'pg_catalog' \ and n.nspname <> 'information_schema' \ |
