Fix typo -- "oin" should be "oid".

This commit is contained in:
J Smith 2012-09-10 00:59:18 -04:00
parent 9966dd96a0
commit 98f5f1abc1
1 changed files with 1 additions and 1 deletions

View File

@ -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' \