Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit09b879d

Browse files
committed
split covering into two scripts
1 parent99a831f commit09b879d

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

‎src/pgpro-upgrade/covering_index.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
insert into pg_attributeselect attrelid,'conincluding', atttypid, attstattarget, attlen,25, attndims, attcacheoff, atttypmod, attbyval, attstorage, attalign, attnotnull, atthasdef, attisdropped, attislocal, attinhcount, attcollation, attacl, attoptions, attfdwoptionsfrom pg_attributewhere attrelid='pg_constraint'::regclass::oidand attname='conkey';
2-
update pg_classset relnatts=25where relname='pg_constraint';
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
update pg_classset relnatts=25where relname='pg_constraint';
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
select relnatts=25 from pg_class where relname='pg_constraint';

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp