This commit is contained in:
Alexander Makarov
2015-04-02 16:17:19 +03:00
parent 87a824515f
commit 9f8ca6b3db

View File

@ -263,7 +263,6 @@ FROM (
SELECT *, generate_subscripts(indkey, 1) AS k
FROM pg_index
) idx
INNER JOIN generate_subscripts(idx.indkey, 1) AS k ON 1=1
INNER JOIN pg_class i ON i.oid = idx.indexrelid
INNER JOIN pg_class c ON c.oid = idx.indrelid
INNER JOIN pg_namespace ns ON c.relnamespace = ns.oid