Fix typo -- "oin" should be "oid".
This commit is contained in:
parent
9966dd96a0
commit
98f5f1abc1
|
|
@ -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' \
|
||||
|
|
|
|||
Loading…
Reference in New Issue