From 9f8ca6b3db1f23d795bc2128e172aaccebd74dfc Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Thu, 2 Apr 2015 16:17:19 +0300 Subject: [PATCH] Removed join according to https://github.com/yiisoft/yii2/issues/7958#issuecomment-88872600 --- framework/db/pgsql/Schema.php | 1 - 1 file changed, 1 deletion(-) diff --git a/framework/db/pgsql/Schema.php b/framework/db/pgsql/Schema.php index b8e624aad9..a34e0559da 100644 --- a/framework/db/pgsql/Schema.php +++ b/framework/db/pgsql/Schema.php @@ -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