Skip to content

Commit c6d96b0

Browse files
committed
update pg_class
1 parent 6f1baa2 commit c6d96b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pgpro-upgrade/covering_index.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ select
33
attrelid, 'conincluding', atttypid, attstattarget, attlen, 25, attndims, attcacheoff, atttypmod, attbyval, attstorage, attalign, attnotnull, atthasdef, attisdropped, attislocal, attinhcount, attcollation, attacl, attoptions, attfdwoptions
44
from pg_attribute
55
where attrelid = 'pg_constraint'::regclass::oid and attname ='conkey';
6+
update pg_class set relnatts=25 where relname='pg_constraint';

0 commit comments

Comments
 (0)