We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f1baa2 commit c6d96b0Copy full SHA for c6d96b0
src/pgpro-upgrade/covering_index.sql
@@ -3,3 +3,4 @@ select
3
attrelid, 'conincluding', atttypid, attstattarget, attlen, 25, attndims, attcacheoff, atttypmod, attbyval, attstorage, attalign, attnotnull, atthasdef, attisdropped, attislocal, attinhcount, attcollation, attacl, attoptions, attfdwoptions
4
from pg_attribute
5
where attrelid = 'pg_constraint'::regclass::oid and attname ='conkey';
6
+update pg_class set relnatts=25 where relname='pg_constraint';
0 commit comments