From aa9b5d3ed984bd3548951833f67b6aa492e8f9be Mon Sep 17 00:00:00 2001 From: Sanyam Singhal Date: Thu, 16 Jan 2025 22:45:53 +0000 Subject: [PATCH] fixed expected values in pg/rna --- .../expected_schema_analysis_report.json | 220 +++++++++--------- 1 file changed, 110 insertions(+), 110 deletions(-) diff --git a/migtests/tests/pg/rna/expected_files/expected_schema_analysis_report.json b/migtests/tests/pg/rna/expected_files/expected_schema_analysis_report.json index 33fbca2cc..681d7f4ff 100644 --- a/migtests/tests/pg/rna/expected_files/expected_schema_analysis_report.json +++ b/migtests/tests/pg/rna/expected_files/expected_schema_analysis_report.json @@ -70,7 +70,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p10_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p10_deleted (CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p10_deleted_check CHECK (dbid = 10 AND deleted = 'Y'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -82,7 +82,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p10_not_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p10_not_deleted (CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p10_not_deleted_check CHECK (dbid = 10 AND deleted = 'N'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -94,7 +94,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p11_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p11_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p11_deleted_check CHECK (dbid = 11 AND deleted = 'Y'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -106,7 +106,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p11_not_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p11_not_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p11_not_deleted_check CHECK (dbid = 11 AND deleted = 'N'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -118,7 +118,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p12_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p12_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p12_deleted_check CHECK (dbid = 12 AND deleted = 'Y'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -130,7 +130,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p12_not_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p12_not_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p12_not_deleted_check CHECK (dbid = 12 AND deleted = 'N'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -142,7 +142,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p13_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p13_deleted (CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p13_deleted_check CHECK (dbid = 13 AND deleted = 'Y'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -154,7 +154,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p13_not_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p13_not_deleted (CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p13_not_deleted_check CHECK (dbid = 13 AND deleted = 'N'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -166,7 +166,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p14_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p14_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p14_deleted_check CHECK (dbid = 14 AND deleted = 'Y'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -178,7 +178,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p14_not_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p14_not_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p14_not_deleted_check CHECK (dbid = 14 AND deleted = 'N'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -190,7 +190,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p15_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p15_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p15_deleted_check CHECK (dbid = 15 AND deleted = 'Y'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -202,7 +202,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p15_not_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p15_not_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p15_not_deleted_check CHECK (dbid = 15 AND deleted = 'N'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -214,7 +214,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p16_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p16_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p16_deleted_check CHECK (dbid = 16 AND deleted = 'Y'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -226,7 +226,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p16_not_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p16_not_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p16_not_deleted_check CHECK (dbid = 16 AND deleted = 'N'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -238,7 +238,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p17_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p17_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p17_deleted_check CHECK (dbid = 17 AND deleted = 'Y'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -250,7 +250,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p17_not_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p17_not_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p17_not_deleted_check CHECK (dbid = 17 AND deleted = 'N'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -262,7 +262,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p18_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p18_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p18_deleted_check CHECK (dbid = 18 AND deleted = 'Y'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -274,7 +274,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p18_not_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p18_not_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p18_not_deleted_check CHECK (dbid = 18 AND deleted = 'N'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -286,7 +286,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p19_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p19_deleted (CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p19_deleted_check CHECK (dbid = 19 AND deleted = 'Y'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -298,7 +298,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p19_not_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p19_not_deleted (CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p19_not_deleted_check CHECK (dbid = 19 AND deleted = 'N'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -310,7 +310,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p1_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p1_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p1_deleted_check CHECK (dbid = 1 AND deleted = 'Y'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -322,7 +322,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p1_not_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p1_not_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p1_not_deleted_check CHECK (dbid = 1 AND deleted = 'N'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -334,7 +334,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p20_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p20_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p20_deleted_check CHECK (dbid = 20 AND deleted = 'Y'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -346,7 +346,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p20_not_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p20_not_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p20_not_deleted_check CHECK (dbid = 20 AND deleted = 'N'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -358,7 +358,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p21_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p21_deleted (CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p21_deleted_check CHECK (dbid = 21 AND deleted = 'Y'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -370,7 +370,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p21_not_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p21_not_deleted (CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p21_not_deleted_check CHECK (dbid = 21 AND deleted = 'N'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -382,7 +382,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p22_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p22_deleted (CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p22_deleted_check CHECK (dbid = 22 AND deleted = 'Y'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -394,7 +394,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p22_not_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p22_not_deleted (CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p22_not_deleted_check CHECK (dbid = 22 AND deleted = 'N'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -406,7 +406,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p23_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p23_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p23_deleted_check CHECK (dbid = 23 AND deleted = 'Y'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -418,7 +418,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p23_not_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p23_not_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p23_not_deleted_check CHECK (dbid = 23 AND deleted = 'N'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -430,7 +430,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p24_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p24_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p24_deleted_check CHECK (dbid = 24 AND deleted = 'Y'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -442,7 +442,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p24_not_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p24_not_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p24_not_deleted_check CHECK (dbid = 24 AND deleted = 'N'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -454,7 +454,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p25_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p25_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p25_deleted_check CHECK (dbid = 25 AND deleted = 'Y'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -466,7 +466,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p25_not_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p25_not_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p25_not_deleted_check CHECK (dbid = 25 AND deleted = 'N'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -478,7 +478,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p26_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p26_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p26_deleted_check CHECK (dbid = 26 AND deleted = 'Y'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -490,7 +490,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p26_not_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p26_not_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p26_not_deleted_check CHECK (dbid = 26 AND deleted = 'N'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -502,7 +502,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p27_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p27_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p27_deleted_check CHECK (dbid = 27 AND deleted = 'Y'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -514,7 +514,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p27_not_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p27_not_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p27_not_deleted_check CHECK (dbid = 27 AND deleted = 'N'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -526,7 +526,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p28_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p28_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p28_deleted_check CHECK (dbid = 28 AND deleted = 'Y'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -538,7 +538,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p28_not_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p28_not_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p28_not_deleted_check CHECK (dbid = 28 AND deleted = 'N'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -550,7 +550,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p29_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p29_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p29_deleted_check CHECK (dbid = 29 AND deleted = 'Y'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -562,7 +562,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p29_not_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p29_not_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p29_not_deleted_check CHECK (dbid = 29 AND deleted = 'N'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -574,7 +574,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p2_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p2_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p2_deleted_check CHECK (dbid = 2 AND deleted = 'Y'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -586,7 +586,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p2_not_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p2_not_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p2_not_deleted_check CHECK (dbid = 2 AND deleted = 'N'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -598,7 +598,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p30_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p30_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p30_deleted_check CHECK (dbid = 30 AND deleted = 'Y'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -610,7 +610,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p30_not_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p30_not_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p30_not_deleted_check CHECK (dbid = 30 AND deleted = 'N'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -622,7 +622,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p31_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p31_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p31_deleted_check CHECK (dbid = 31 AND deleted = 'Y'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -634,7 +634,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p31_not_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p31_not_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p31_not_deleted_check CHECK (dbid = 31 AND deleted = 'N'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -646,7 +646,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p32_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p32_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p32_deleted_check CHECK (dbid = 32 AND deleted = 'Y'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -658,7 +658,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p32_not_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p32_not_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p32_not_deleted_check CHECK (dbid = 32 AND deleted = 'N'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -670,7 +670,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p33_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p33_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p33_deleted_check CHECK (dbid = 33 AND deleted = 'Y'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -682,7 +682,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p33_not_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p33_not_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p33_not_deleted_check CHECK (dbid = 33 AND deleted = 'N'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -694,7 +694,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p34_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p34_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p34_deleted_check CHECK (dbid = 34 AND deleted = 'Y'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -706,7 +706,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p34_not_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p34_not_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p34_not_deleted_check CHECK (dbid = 34 AND deleted = 'N'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -718,7 +718,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p35_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p35_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p35_deleted_check CHECK (dbid = 35 AND deleted = 'Y'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -730,7 +730,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p35_not_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p35_not_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p35_not_deleted_check CHECK (dbid = 35 AND deleted = 'N'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -742,7 +742,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p36_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p36_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p36_deleted_check CHECK (dbid = 36 AND deleted = 'Y'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -754,7 +754,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p36_not_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p36_not_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p36_not_deleted_check CHECK (dbid = 36 AND deleted = 'N'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -766,7 +766,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p37_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p37_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p37_deleted_check CHECK (dbid = 37 AND deleted = 'Y'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -778,7 +778,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p37_not_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p37_not_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p37_not_deleted_check CHECK (dbid = 37 AND deleted = 'N'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -790,7 +790,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p38_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p38_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p38_deleted_check CHECK (dbid = 38 AND deleted = 'Y'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -802,7 +802,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p38_not_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p38_not_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p38_not_deleted_check CHECK (dbid = 38 AND deleted = 'N'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -814,7 +814,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p39_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p39_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p39_deleted_check CHECK (dbid = 39 AND deleted = 'Y'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -826,7 +826,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p39_not_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p39_not_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p39_not_deleted_check CHECK (dbid = 39 AND deleted = 'N'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -838,7 +838,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p3_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p3_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p3_deleted_check CHECK (dbid = 3 AND deleted = 'Y'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -850,7 +850,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p3_not_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p3_not_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p3_not_deleted_check CHECK (dbid = 3 AND deleted = 'N'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -862,7 +862,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p40_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p40_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p40_deleted_check CHECK (dbid = 40 AND deleted = 'Y'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -874,7 +874,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p40_not_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p40_not_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p40_not_deleted_check CHECK (dbid = 40 AND deleted = 'N'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -886,7 +886,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p41_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p41_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p41_deleted_check CHECK (dbid = 41 AND deleted = 'Y'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -898,7 +898,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p41_not_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p41_not_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p41_not_deleted_check CHECK (dbid = 41 AND deleted = 'N'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -910,7 +910,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p42_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p42_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p42_deleted_check CHECK (dbid = 42 AND deleted = 'Y'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -922,7 +922,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p42_not_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p42_not_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p42_not_deleted_check CHECK (dbid = 42 AND deleted = 'N'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -934,7 +934,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p43_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p43_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p43_deleted_check CHECK (dbid = 43 AND deleted = 'Y'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -946,7 +946,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p43_not_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p43_not_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p43_not_deleted_check CHECK (dbid = 43 AND deleted = 'N'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -958,7 +958,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p44_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p44_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p44_deleted_check CHECK (dbid = 44 AND deleted = 'Y'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -970,7 +970,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p44_not_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p44_not_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p44_not_deleted_check CHECK (dbid = 44 AND deleted = 'N'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -982,7 +982,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p45_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p45_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p45_deleted_check CHECK (dbid = 45 AND deleted = 'Y'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -994,7 +994,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p45_not_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p45_not_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p45_not_deleted_check CHECK (dbid = 45 AND deleted = 'N'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -1006,7 +1006,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p46_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p46_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p46_deleted_check CHECK (dbid = 46 AND deleted = 'Y'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -1018,7 +1018,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p46_not_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p46_not_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p46_not_deleted_check CHECK (dbid = 46 AND deleted = 'N'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -1030,7 +1030,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p47_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p47_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p47_deleted_check CHECK (dbid = 47 AND deleted = 'Y'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -1042,7 +1042,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p47_not_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p47_not_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p47_not_deleted_check CHECK (dbid = 47 AND deleted = 'N'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -1054,7 +1054,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p48_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p48_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p48_deleted_check CHECK (dbid = 48 AND deleted = 'Y'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -1066,7 +1066,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p48_not_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p48_not_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p48_not_deleted_check CHECK (dbid = 48 AND deleted = 'N'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -1078,7 +1078,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p49_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p49_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p49_deleted_check CHECK (dbid = 49 AND deleted = 'Y'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -1090,7 +1090,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p49_not_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p49_not_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p49_not_deleted_check CHECK (dbid = 49 AND deleted = 'N'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -1102,7 +1102,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p4_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p4_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p4_deleted_check CHECK (dbid = 4 AND deleted = 'Y'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -1114,7 +1114,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p4_not_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p4_not_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p4_not_deleted_check CHECK (dbid = 4 AND deleted = 'N'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -1126,7 +1126,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p50_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p50_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p50_deleted_check CHECK (dbid = 50 AND deleted = 'Y'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -1138,7 +1138,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p50_not_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p50_not_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p50_not_deleted_check CHECK (dbid = 50 AND deleted = 'N'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -1150,7 +1150,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p51_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p51_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p51_deleted_check CHECK (dbid = 51 AND deleted = 'Y'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -1162,7 +1162,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p51_not_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p51_not_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p51_not_deleted_check CHECK (dbid = 51 AND deleted = 'N'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -1174,7 +1174,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p52_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p52_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p52_deleted_check CHECK (dbid = 52 AND deleted = 'Y'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -1186,7 +1186,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p52_not_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p52_not_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p52_not_deleted_check CHECK (dbid = 52 AND deleted = 'N'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -1198,7 +1198,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p53_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p53_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p53_deleted_check CHECK (dbid = 53 AND deleted = 'Y'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -1210,7 +1210,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p53_not_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p53_not_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p53_not_deleted_check CHECK (dbid = 53 AND deleted = 'N'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -1222,7 +1222,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p54_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p54_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint NOT NULL, CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p54_deleted_check CHECK (dbid = 54 AND deleted = 'Y'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -1234,7 +1234,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p54_not_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p54_not_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint NOT NULL, CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p54_not_deleted_check CHECK (dbid = 54 AND deleted = 'N'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -1246,7 +1246,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p55_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p55_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p55_deleted_check CHECK (dbid = 55 AND deleted = 'Y'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -1258,7 +1258,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p55_not_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p55_not_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p55_not_deleted_check CHECK (dbid = 55 AND deleted = 'N'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -1270,7 +1270,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p5_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p5_deleted (CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p5_deleted_check CHECK (dbid = 5 AND deleted = 'Y'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -1282,7 +1282,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p5_not_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p5_not_deleted (CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p5_not_deleted_check CHECK (dbid = 5 AND deleted = 'N'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -1294,7 +1294,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p6_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p6_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p6_deleted_check CHECK (dbid = 6 AND deleted = 'Y'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -1306,7 +1306,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p6_not_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p6_not_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p6_not_deleted_check CHECK (dbid = 6 AND deleted = 'N'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -1318,7 +1318,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p7_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p7_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p7_deleted_check CHECK (dbid = 7 AND deleted = 'Y'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -1330,7 +1330,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p7_not_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p7_not_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p7_not_deleted_check CHECK (dbid = 7 AND deleted = 'N'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -1342,7 +1342,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p8_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p8_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p8_deleted_check CHECK (dbid = 8 AND deleted = 'Y'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -1354,7 +1354,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p8_not_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p8_not_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p8_not_deleted_check CHECK (dbid = 8 AND deleted = 'N'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -1366,7 +1366,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p9_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p9_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p9_deleted_check CHECK (dbid = 9 AND deleted = 'Y'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "", @@ -1378,7 +1378,7 @@ "IssueType": "unsupported_features", "ObjectType": "TABLE", "ObjectName": "rnacen.xref_p9_not_deleted", - "Reason": "TABLE INHERITANCE not supported in YugabyteDB", + "Reason": "Table inheritance is not yet supported in YugabyteDB", "SqlStatement": "CREATE TABLE rnacen.xref_p9_not_deleted (dbid smallint, created int, last int, upi varchar(26), version_i int, deleted char(1), \"timestamp\" timestamp DEFAULT ('now'::text::timestamp), userstamp varchar(20) DEFAULT ('USER'::varchar), ac varchar(300), version int, taxid bigint, id bigint DEFAULT nextval('rnacen.xref_pk_seq'::regclass), CONSTRAINT \"ck_xref$deleted\" CHECK (deleted = ANY(ARRAY['Y'::bpchar, 'N'::bpchar])), CONSTRAINT xref_p9_not_deleted_check CHECK (dbid = 9 AND deleted = 'N'::bpchar)) INHERITS (rnacen.xref) WITH (colocation=false);", "FilePath": "/home/ubuntu/yb-voyager/migtests/tests/pg/rna/export-dir/schema/tables/table.sql", "Suggestion": "",