diff --git a/src/postgres/contrib/cube/expected/yb_pg_cube.out b/src/postgres/contrib/cube/expected/yb_pg_cube.out index 0d437e3fa582..b46b42927d1a 100644 --- a/src/postgres/contrib/cube/expected/yb_pg_cube.out +++ b/src/postgres/contrib/cube/expected/yb_pg_cube.out @@ -1508,7 +1508,7 @@ CREATE TABLE test_cube (c cube); \copy test_cube from 'data/test_cube.data' CREATE INDEX test_cube_ix ON test_cube USING gist (c); ERROR: index method "gist" not supported yet -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1337. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1337. React with thumbs up to raise its priority INSERT INTO test_cube VALUES ('(1,1)'), ('(100000)'), ('(0, 100000)'); -- Some corner cases RESET enable_seqscan; SET enable_indexscan = OFF; diff --git a/src/postgres/contrib/hstore/expected/yb_pg_hstore.out b/src/postgres/contrib/hstore/expected/yb_pg_hstore.out index 649bb6dbb009..751eeb023366 100644 --- a/src/postgres/contrib/hstore/expected/yb_pg_hstore.out +++ b/src/postgres/contrib/hstore/expected/yb_pg_hstore.out @@ -1305,7 +1305,7 @@ select count(*) from testhstore where h ?& ARRAY['public','disabled']; create index hidx on testhstore using gist(h); ERROR: index method "gist" not supported yet -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1337. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1337. React with thumbs up to raise its priority create index hidx on testhstore using gin (h); set enable_seqscan=off; select count(*) from testhstore where h @> 'wait=>NULL'; diff --git a/src/postgres/contrib/intarray/expected/yb_pg__int.out b/src/postgres/contrib/intarray/expected/yb_pg__int.out index 885e61ac1e99..1420fc27e43e 100644 --- a/src/postgres/contrib/intarray/expected/yb_pg__int.out +++ b/src/postgres/contrib/intarray/expected/yb_pg__int.out @@ -448,9 +448,9 @@ SELECT count(*) from test__int WHERE a @@ '(20&23)|(50&68)'; CREATE INDEX text_idx on test__int using gist ( a gist__int_ops ); ERROR: index method "gist" not supported yet -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1337. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1337. React with thumbs up to raise its priority CREATE INDEX text_idx on test__int using gist ( a gist__intbig_ops ); ERROR: index method "gist" not supported yet -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1337. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1337. React with thumbs up to raise its priority CREATE INDEX text_idx on test__int using gin ( a gin__int_ops ); ERROR: operator class "gin__int_ops" does not exist for access method "ybgin" diff --git a/src/postgres/contrib/pg_trgm/expected/yb_pg_pg_strict_word_trgm.out b/src/postgres/contrib/pg_trgm/expected/yb_pg_pg_strict_word_trgm.out index 6f76545cee7f..6de1e4ca6ad4 100644 --- a/src/postgres/contrib/pg_trgm/expected/yb_pg_pg_strict_word_trgm.out +++ b/src/postgres/contrib/pg_trgm/expected/yb_pg_pg_strict_word_trgm.out @@ -77,7 +77,7 @@ select t <->>> 'Alaikallupoddakulam', t from test_trgm2 order by t <->>> 'Alaika create index trgm_idx2 on test_trgm2 using gist (t gist_trgm_ops); ERROR: index method "gist" not supported yet -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1337. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1337. React with thumbs up to raise its priority create index trgm_idx2 on test_trgm2 using gin (t gin_trgm_ops); set enable_seqscan=off; select t,strict_word_similarity('Baykal',t) as sml from test_trgm2 where 'Baykal' <<% t order by sml desc, t; diff --git a/src/postgres/contrib/pg_trgm/expected/yb_pg_pg_trgm.out b/src/postgres/contrib/pg_trgm/expected/yb_pg_pg_trgm.out index f33a6ab5b390..da88a3c118e2 100644 --- a/src/postgres/contrib/pg_trgm/expected/yb_pg_pg_trgm.out +++ b/src/postgres/contrib/pg_trgm/expected/yb_pg_pg_trgm.out @@ -1210,7 +1210,7 @@ select count(*) from test_trgm where t ~ '[qwerty]{2}-?[qwerty]{2}'; create index trgm_idx on test_trgm using gist (t gist_trgm_ops); ERROR: index method "gist" not supported yet -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1337. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1337. React with thumbs up to raise its priority create index trgm_idx on test_trgm using gin (t gin_trgm_ops); set enable_seqscan=off; select t,similarity(t,'qwertyu0988') as sml from test_trgm where t % 'qwertyu0988' order by sml desc, t; @@ -1391,7 +1391,7 @@ DETAIL: ybgin index method cannot use more than one required scan entry: got 10 drop index test2_idx_gin; create index test2_idx_gist on test2 using gist (t gist_trgm_ops); ERROR: index method "gist" not supported yet -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1337. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1337. React with thumbs up to raise its priority -- Check similarity threshold (bug #14202) CREATE TEMP TABLE restaurants (city text); INSERT INTO restaurants SELECT 'Warsaw' FROM generate_series(1, 10000); diff --git a/src/postgres/contrib/pg_trgm/expected/yb_pg_pg_word_trgm.out b/src/postgres/contrib/pg_trgm/expected/yb_pg_pg_word_trgm.out index 2c599c324658..674ced92de19 100644 --- a/src/postgres/contrib/pg_trgm/expected/yb_pg_pg_word_trgm.out +++ b/src/postgres/contrib/pg_trgm/expected/yb_pg_pg_word_trgm.out @@ -82,7 +82,7 @@ select t <->> 'Kabankala', t from test_trgm2 order by t <->> 'Kabankala' limit 7 create index trgm_idx2 on test_trgm2 using gist (t gist_trgm_ops); ERROR: index method "gist" not supported yet -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1337. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1337. React with thumbs up to raise its priority create index trgm_idx2 on test_trgm2 using gin (t gin_trgm_ops); set enable_seqscan=off; select t,word_similarity('Baykal',t) as sml from test_trgm2 where 'Baykal' <% t order by sml desc, t; diff --git a/src/postgres/src/backend/commands/indexcmds.c b/src/postgres/src/backend/commands/indexcmds.c index 76a02ba6d5f4..a2ce83372084 100644 --- a/src/postgres/src/backend/commands/indexcmds.c +++ b/src/postgres/src/backend/commands/indexcmds.c @@ -818,8 +818,8 @@ DefineIndex(Oid relationId, ereport(ERROR, (errmsg("index method \"%s\" not supported yet", accessMethodName), - errhint("See https://github.com/YugaByte/yugabyte-db/issues/1337. " - "Click '+' on the description to raise its priority"))); + errhint("See https://github.com/yugabyte/yugabyte-db/issues/1337. " + "React with thumbs up to raise its priority"))); if (!IsYBRelation(rel) && (accessMethodId == LSM_AM_OID || accessMethodId == YBGIN_AM_OID)) ereport(ERROR, diff --git a/src/postgres/src/backend/parser/gram.y b/src/postgres/src/backend/parser/gram.y index 788f0c0e4fcc..e5176d77251d 100644 --- a/src/postgres/src/backend/parser/gram.y +++ b/src/postgres/src/backend/parser/gram.y @@ -17353,8 +17353,8 @@ raise_feature_not_supported_signal(int pos, core_yyscan_t yyscanner, const char ereport(signal_level, (errcode(ERRCODE_FEATURE_NOT_SUPPORTED), errmsg("%s", msg), - errhint("See https://github.com/YugaByte/yugabyte-db/issues/%d. " - "Click '+' on the description to raise its priority", issue), + errhint("See https://github.com/yugabyte/yugabyte-db/issues/%d. " + "React with thumbs up to raise its priority", issue), parser_errposition(pos))); } diff --git a/src/postgres/src/backend/parser/parse_utilcmd.c b/src/postgres/src/backend/parser/parse_utilcmd.c index 57e32656ea54..94966a07f34c 100644 --- a/src/postgres/src/backend/parser/parse_utilcmd.c +++ b/src/postgres/src/backend/parser/parse_utilcmd.c @@ -1039,8 +1039,8 @@ YBCheckDeferrableConstraint(CreateStmtContext *cxt, Constraint *constraint) ereport(ERROR, (errcode(ERRCODE_FEATURE_NOT_SUPPORTED), errmsg("%s", message), - errhint("See https://github.com/YugaByte/yugabyte-db/issues/1129. " - "Click '+' on the description to raise its priority"), + errhint("See https://github.com/yugabyte/yugabyte-db/issues/1129. " + "React with thumbs up to raise its priority"), parser_errposition(cxt->pstate, constraint->location))); } diff --git a/src/postgres/src/backend/utils/adt/ruleutils.c b/src/postgres/src/backend/utils/adt/ruleutils.c index 03402d1ee24b..02660dce4076 100644 --- a/src/postgres/src/backend/utils/adt/ruleutils.c +++ b/src/postgres/src/backend/utils/adt/ruleutils.c @@ -1539,7 +1539,7 @@ pg_get_indexdef_worker(Oid indexrelid, int colno, generate_relation_name(indrelid, NIL), yb_table_properties.num_tablets), errhint("See https://github.com/yugabyte/yugabyte-db/issues/4873." - " Click '+' on the description to raise its priority."))); + " React with thumbs up to raise its priority."))); } } diff --git a/src/postgres/src/backend/utils/misc/pg_yb_utils.c b/src/postgres/src/backend/utils/misc/pg_yb_utils.c index a5e65680f85e..dda890f8a6cf 100644 --- a/src/postgres/src/backend/utils/misc/pg_yb_utils.c +++ b/src/postgres/src/backend/utils/misc/pg_yb_utils.c @@ -876,8 +876,8 @@ YBRaiseNotSupportedSignal(const char *msg, int issue_no, int signal_level) ereport(signal_level, (errcode(ERRCODE_FEATURE_NOT_SUPPORTED), errmsg("%s", msg), - errhint("See https://github.com/YugaByte/yugabyte-db/issues/%d. " - "Click '+' on the description to raise its priority", issue_no))); + errhint("See https://github.com/yugabyte/yugabyte-db/issues/%d. " + "React with thumbs up to raise its priority", issue_no))); } else { diff --git a/src/postgres/src/pl/plpgsql/src/pl_gram.y b/src/postgres/src/pl/plpgsql/src/pl_gram.y index bc4cecdbb2a4..05e23f60106a 100644 --- a/src/postgres/src/pl/plpgsql/src/pl_gram.y +++ b/src/postgres/src/pl/plpgsql/src/pl_gram.y @@ -4100,8 +4100,8 @@ ybc_not_support(int pos, const char *feature, int issue) { ereport(signal_level, (errcode(ERRCODE_FEATURE_NOT_SUPPORTED), errmsg("%s not supported yet", feature), - errhint("See https://github.com/YugaByte/yugabyte-db/issues/%d. " - "Click '+' on the description to raise its priority", issue), + errhint("See https://github.com/yugabyte/yugabyte-db/issues/%d. " + "React with thumbs up to raise its priority", issue), parser_errposition(pos))); } else diff --git a/src/postgres/src/test/regress/expected/yb_disabled.out b/src/postgres/src/test/regress/expected/yb_disabled.out index d5143f78b2bc..3a5701e4d053 100644 --- a/src/postgres/src/test/regress/expected/yb_disabled.out +++ b/src/postgres/src/test/regress/expected/yb_disabled.out @@ -8,15 +8,15 @@ NOTIFY channel; WARNING: NOTIFY not supported yet and will be ignored LINE 1: NOTIFY channel; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1872. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1872. React with thumbs up to raise its priority NOTIFY channel, 'message'; WARNING: NOTIFY not supported yet and will be ignored LINE 1: NOTIFY channel, 'message'; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1872. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1872. React with thumbs up to raise its priority SELECT pg_notify('channel', 'text'); WARNING: NOTIFY not supported yet and will be ignored -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1872. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1872. React with thumbs up to raise its priority pg_notify ----------- @@ -26,14 +26,14 @@ LISTEN channel; WARNING: LISTEN not supported yet and will be ignored LINE 1: LISTEN channel; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1872. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1872. React with thumbs up to raise its priority UNLISTEN channel; WARNING: UNLISTEN not supported yet and will be ignored LINE 1: UNLISTEN channel; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1872. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1872. React with thumbs up to raise its priority UNLISTEN *; WARNING: UNLISTEN not supported yet and will be ignored LINE 1: UNLISTEN *; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1872. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1872. React with thumbs up to raise its priority diff --git a/src/postgres/src/test/regress/expected/yb_pg_aggregates.out b/src/postgres/src/test/regress/expected/yb_pg_aggregates.out index 88b753cf7d94..12a88758eb97 100644 --- a/src/postgres/src/test/regress/expected/yb_pg_aggregates.out +++ b/src/postgres/src/test/regress/expected/yb_pg_aggregates.out @@ -815,7 +815,7 @@ create table minmaxtest1() inherits (minmaxtest); ERROR: INHERITS not supported yet LINE 1: create table minmaxtest1() inherits (minmaxtest); ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1129. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1129. React with thumbs up to raise its priority -- create table minmaxtest2() inherits (minmaxtest); -- create table minmaxtest3() inherits (minmaxtest); create index minmaxtesti on minmaxtest(f1); diff --git a/src/postgres/src/test/regress/expected/yb_pg_alter_generic.out b/src/postgres/src/test/regress/expected/yb_pg_alter_generic.out index 68d75d56c2f8..7f02fac85f53 100644 --- a/src/postgres/src/test/regress/expected/yb_pg_alter_generic.out +++ b/src/postgres/src/test/regress/expected/yb_pg_alter_generic.out @@ -39,14 +39,14 @@ ALTER AGGREGATE alt_func1(int) RENAME TO alt_func3; -- failed (not aggregate) ERROR: ALTER AGGREGATE not supported yet LINE 1: ALTER AGGREGATE alt_func1(int) RENAME TO alt_func3; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/2717. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/2717. React with thumbs up to raise its priority ALTER AGGREGATE alt_func1(int) OWNER TO regress_alter_generic_user3; -- failed (not aggregate) ERROR: function alt_func1(integer) is not an aggregate ALTER AGGREGATE alt_func1(int) SET SCHEMA alt_nsp2; -- failed (not aggregate) ERROR: ALTER AGGREGATE SET SCHEMA not supported yet LINE 1: ALTER AGGREGATE alt_func1(int) SET SCHEMA alt_nsp2; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/2717. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/2717. React with thumbs up to raise its priority ALTER FUNCTION alt_func1(int) RENAME TO alt_func2; -- failed (name conflict) ERROR: function alt_func2(integer) already exists in schema "alt_nsp1" ALTER FUNCTION alt_func1(int) RENAME TO alt_func3; -- OK @@ -59,12 +59,12 @@ ALTER AGGREGATE alt_agg1(int) RENAME TO alt_agg2; -- failed (name conflict) ERROR: ALTER AGGREGATE not supported yet LINE 1: ALTER AGGREGATE alt_agg1(int) RENAME TO alt_agg2; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/2717. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/2717. React with thumbs up to raise its priority ALTER AGGREGATE alt_agg1(int) RENAME TO alt_agg3; -- OK ERROR: ALTER AGGREGATE not supported yet LINE 1: ALTER AGGREGATE alt_agg1(int) RENAME TO alt_agg3; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/2717. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/2717. React with thumbs up to raise its priority ALTER AGGREGATE alt_agg2(int) OWNER TO regress_alter_generic_user2; -- failed (no role membership) ERROR: must be member of role "regress_alter_generic_user2" ALTER AGGREGATE alt_agg2(int) OWNER TO regress_alter_generic_user3; -- OK @@ -72,7 +72,7 @@ ALTER AGGREGATE alt_agg2(int) SET SCHEMA alt_nsp2; -- OK ERROR: ALTER AGGREGATE SET SCHEMA not supported yet LINE 1: ALTER AGGREGATE alt_agg2(int) SET SCHEMA alt_nsp2; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/2717. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/2717. React with thumbs up to raise its priority SET SESSION AUTHORIZATION regress_alter_generic_user2; CREATE FUNCTION alt_func1(int) RETURNS int LANGUAGE sql AS 'SELECT $1 + 2'; @@ -101,12 +101,12 @@ ALTER AGGREGATE alt_agg3(int) RENAME TO alt_agg4; -- failed (not owner) ERROR: ALTER AGGREGATE not supported yet LINE 1: ALTER AGGREGATE alt_agg3(int) RENAME TO alt_agg4; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/2717. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/2717. React with thumbs up to raise its priority ALTER AGGREGATE alt_agg1(int) RENAME TO alt_agg4; -- OK ERROR: ALTER AGGREGATE not supported yet LINE 1: ALTER AGGREGATE alt_agg1(int) RENAME TO alt_agg4; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/2717. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/2717. React with thumbs up to raise its priority ALTER AGGREGATE alt_agg3(int) OWNER TO regress_alter_generic_user2; -- failed (not owner) ERROR: aggregate alt_agg3(integer) does not exist ALTER AGGREGATE alt_agg2(int) OWNER TO regress_alter_generic_user3; -- failed (no role membership) @@ -114,12 +114,12 @@ ALTER AGGREGATE alt_agg3(int) SET SCHEMA alt_nsp2; -- failed (not owner) ERROR: ALTER AGGREGATE SET SCHEMA not supported yet LINE 1: ALTER AGGREGATE alt_agg3(int) SET SCHEMA alt_nsp2; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/2717. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/2717. React with thumbs up to raise its priority ALTER AGGREGATE alt_agg2(int) SET SCHEMA alt_nsp2; -- failed (name conflict) ERROR: ALTER AGGREGATE SET SCHEMA not supported yet LINE 1: ALTER AGGREGATE alt_agg2(int) SET SCHEMA alt_nsp2; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/2717. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/2717. React with thumbs up to raise its priority RESET SESSION AUTHORIZATION; SELECT n.nspname, proname, prorettype::regtype, prokind, a.rolname FROM pg_proc p, pg_namespace n, pg_authid a diff --git a/src/postgres/src/test/regress/expected/yb_pg_alter_table.out b/src/postgres/src/test/regress/expected/yb_pg_alter_table.out index 428f3c925893..20e933acf879 100644 --- a/src/postgres/src/test/regress/expected/yb_pg_alter_table.out +++ b/src/postgres/src/test/regress/expected/yb_pg_alter_table.out @@ -110,7 +110,7 @@ begin; alter table alterlock alter column f2 set statistics 150; ERROR: ALTER TABLE ALTER column not supported yet LINE 1: alter table alterlock alter column f2 set statistics 150; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1124. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1124. React with thumbs up to raise its priority select * from my_locks order by 1; ERROR: current transaction is aborted, commands ignored until end of transaction block rollback; @@ -118,7 +118,7 @@ begin; alter table alterlock cluster on alterlock_pkey; ERROR: ALTER TABLE CLUSTER not supported yet LINE 1: alter table alterlock cluster on alterlock_pkey; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1124. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1124. React with thumbs up to raise its priority select * from my_locks order by 1; ERROR: current transaction is aborted, commands ignored until end of transaction block commit; @@ -126,7 +126,7 @@ begin; alter table alterlock set without cluster; ERROR: ALTER TABLE SET WITHOUT CLUSTER not supported yet LINE 1: alter table alterlock set without cluster; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1124. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1124. React with thumbs up to raise its priority select * from my_locks order by 1; ERROR: current transaction is aborted, commands ignored until end of transaction block commit; @@ -134,7 +134,7 @@ begin; alter table alterlock set (fillfactor = 100); ERROR: ALTER TABLE SET not supported yet LINE 1: alter table alterlock set (fillfactor = 100); ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1124. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1124. React with thumbs up to raise its priority select * from my_locks order by 1; ERROR: current transaction is aborted, commands ignored until end of transaction block commit; @@ -142,7 +142,7 @@ begin; alter table alterlock reset (fillfactor); ERROR: ALTER TABLE RESET not supported yet LINE 1: alter table alterlock reset (fillfactor); ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1124. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1124. React with thumbs up to raise its priority select * from my_locks order by 1; ERROR: current transaction is aborted, commands ignored until end of transaction block commit; @@ -150,7 +150,7 @@ begin; alter table alterlock set (toast.autovacuum_enabled = off); ERROR: ALTER TABLE SET not supported yet LINE 1: alter table alterlock set (toast.autovacuum_enabled = off); ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1124. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1124. React with thumbs up to raise its priority select * from my_locks order by 1; ERROR: current transaction is aborted, commands ignored until end of transaction block commit; @@ -158,7 +158,7 @@ begin; alter table alterlock set (autovacuum_enabled = off); ERROR: ALTER TABLE SET not supported yet LINE 1: alter table alterlock set (autovacuum_enabled = off); ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1124. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1124. React with thumbs up to raise its priority select * from my_locks order by 1; ERROR: current transaction is aborted, commands ignored until end of transaction block commit; @@ -166,7 +166,7 @@ begin; alter table alterlock alter column f2 set (n_distinct = 1); ERROR: ALTER TABLE ALTER column not supported yet LINE 1: alter table alterlock alter column f2 set (n_distinct = 1); ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1124. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1124. React with thumbs up to raise its priority select * from my_locks order by 1; ERROR: current transaction is aborted, commands ignored until end of transaction block rollback; @@ -175,7 +175,7 @@ begin; alter table alterlock set (autovacuum_enabled = off, fillfactor = 80); ERROR: ALTER TABLE SET not supported yet LINE 1: alter table alterlock set (autovacuum_enabled = off, fillfac... ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1124. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1124. React with thumbs up to raise its priority select * from my_locks order by 1; ERROR: current transaction is aborted, commands ignored until end of transaction block commit; @@ -183,7 +183,7 @@ begin; alter table alterlock alter column f2 set storage extended; ERROR: ALTER TABLE ALTER column not supported yet LINE 1: alter table alterlock alter column f2 set storage extended; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1124. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1124. React with thumbs up to raise its priority select * from my_locks order by 1; ERROR: current transaction is aborted, commands ignored until end of transaction block rollback; @@ -199,7 +199,7 @@ ALTER TYPE tt_t0 DROP ATTRIBUTE z; ERROR: ALTER TYPE DROP ATTRIBUTE not supported yet LINE 1: ALTER TYPE tt_t0 DROP ATTRIBUTE z; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1893. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1893. React with thumbs up to raise its priority CREATE TABLE tt0 (x int NOT NULL, y numeric(8,2)); -- OK CREATE TABLE tt1 (x int, y bigint); -- wrong base type CREATE TABLE tt2 (x int, y numeric(9,2)); -- wrong typmod @@ -210,7 +210,7 @@ CREATE TABLE tt6 () INHERITS (tt0); -- can't have a parent ERROR: INHERITS not supported yet LINE 1: CREATE TABLE tt6 () INHERITS (tt0); ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1129. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1129. React with thumbs up to raise its priority CREATE TABLE tt7 (x int, q text, y numeric(8,2)) WITH OIDS; ERROR: OIDs are not supported for user tables. ALTER TABLE tt7 DROP q; -- OK @@ -219,52 +219,52 @@ ALTER TABLE tt0 OF tt_t0; ERROR: ALTER TABLE OF not supported yet LINE 1: ALTER TABLE tt0 OF tt_t0; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1124. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1124. React with thumbs up to raise its priority ALTER TABLE tt1 OF tt_t0; ERROR: ALTER TABLE OF not supported yet LINE 1: ALTER TABLE tt1 OF tt_t0; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1124. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1124. React with thumbs up to raise its priority ALTER TABLE tt2 OF tt_t0; ERROR: ALTER TABLE OF not supported yet LINE 1: ALTER TABLE tt2 OF tt_t0; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1124. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1124. React with thumbs up to raise its priority ALTER TABLE tt3 OF tt_t0; ERROR: ALTER TABLE OF not supported yet LINE 1: ALTER TABLE tt3 OF tt_t0; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1124. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1124. React with thumbs up to raise its priority ALTER TABLE tt4 OF tt_t0; ERROR: ALTER TABLE OF not supported yet LINE 1: ALTER TABLE tt4 OF tt_t0; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1124. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1124. React with thumbs up to raise its priority ALTER TABLE tt5 OF tt_t0; ERROR: ALTER TABLE OF not supported yet LINE 1: ALTER TABLE tt5 OF tt_t0; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1124. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1124. React with thumbs up to raise its priority ALTER TABLE tt6 OF tt_t0; ERROR: ALTER TABLE OF not supported yet LINE 1: ALTER TABLE tt6 OF tt_t0; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1124. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1124. React with thumbs up to raise its priority ALTER TABLE tt7 OF tt_t0; ERROR: ALTER TABLE OF not supported yet LINE 1: ALTER TABLE tt7 OF tt_t0; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1124. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1124. React with thumbs up to raise its priority CREATE TYPE tt_t1 AS (x int, y numeric(8,2)); ALTER TABLE tt7 OF tt_t1; -- reassign an already-typed table ERROR: ALTER TABLE OF not supported yet LINE 1: ALTER TABLE tt7 OF tt_t1; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1124. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1124. React with thumbs up to raise its priority ALTER TABLE tt7 NOT OF; ERROR: ALTER TABLE NOT OF not supported yet LINE 1: ALTER TABLE tt7 NOT OF; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1124. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1124. React with thumbs up to raise its priority \d tt7 diff --git a/src/postgres/src/test/regress/expected/yb_pg_collate.out b/src/postgres/src/test/regress/expected/yb_pg_collate.out index ef3a0d5d7bf3..cd2fcf24f34e 100644 --- a/src/postgres/src/test/regress/expected/yb_pg_collate.out +++ b/src/postgres/src/test/regress/expected/yb_pg_collate.out @@ -35,7 +35,7 @@ CREATE TABLE collate_test_like ( ERROR: LIKE clause not supported yet LINE 2: LIKE collate_test1 ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1129. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1129. React with thumbs up to raise its priority \d collate_test_like CREATE TABLE collate_test2 ( a int, diff --git a/src/postgres/src/test/regress/expected/yb_pg_collate_icu_utf8.out b/src/postgres/src/test/regress/expected/yb_pg_collate_icu_utf8.out index 889cd3b9f846..70d7376cc2eb 100644 --- a/src/postgres/src/test/regress/expected/yb_pg_collate_icu_utf8.out +++ b/src/postgres/src/test/regress/expected/yb_pg_collate_icu_utf8.out @@ -42,7 +42,7 @@ CREATE TABLE collate_test_like ( ERROR: LIKE clause not supported yet LINE 2: LIKE collate_test1 ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1129. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1129. React with thumbs up to raise its priority \d collate_test_like CREATE TABLE collate_test2 ( a int, @@ -1018,7 +1018,7 @@ DROP COLLATION test0, test_schema.test11, test5; -- fail in YB ERROR: DROP multiple objects not supported yet LINE 1: DROP COLLATION test0, test_schema.test11, test5; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/880. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/880. React with thumbs up to raise its priority DROP COLLATION test0; DROP COLLATION test_schema.test11; DROP COLLATION test5; diff --git a/src/postgres/src/test/regress/expected/yb_pg_create_index.out b/src/postgres/src/test/regress/expected/yb_pg_create_index.out index ff1d6ca16668..1dbbf8baf4af 100644 --- a/src/postgres/src/test/regress/expected/yb_pg_create_index.out +++ b/src/postgres/src/test/regress/expected/yb_pg_create_index.out @@ -46,7 +46,7 @@ DROP INDEX intarrayidx, textarrayidx; ERROR: DROP multiple objects not supported yet LINE 1: DROP INDEX intarrayidx, textarrayidx; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/880. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/880. React with thumbs up to raise its priority -- TODO(jason): remove the following drops when working on issue #880 DROP INDEX intarrayidx; ERROR: index "intarrayidx" does not exist diff --git a/src/postgres/src/test/regress/expected/yb_pg_create_table.out b/src/postgres/src/test/regress/expected/yb_pg_create_table.out index 644a68a28941..23ea603ca386 100644 --- a/src/postgres/src/test/regress/expected/yb_pg_create_table.out +++ b/src/postgres/src/test/regress/expected/yb_pg_create_table.out @@ -78,21 +78,21 @@ CREATE TABLE emp ( ERROR: INHERITS not supported yet LINE 4: ) INHERITS (person); ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1129. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1129. React with thumbs up to raise its priority CREATE TABLE student ( gpa float8 ) INHERITS (person); ERROR: INHERITS not supported yet LINE 3: ) INHERITS (person); ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1129. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1129. React with thumbs up to raise its priority CREATE TABLE stud_emp ( percent int4 ) INHERITS (emp, student); ERROR: INHERITS not supported yet LINE 3: ) INHERITS (emp, student); ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1129. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1129. React with thumbs up to raise its priority CREATE TABLE city ( name name, location box, @@ -116,14 +116,14 @@ CREATE TABLE ihighway () INHERITS (road); ERROR: INHERITS not supported yet LINE 1: CREATE TABLE ihighway () INHERITS (road); ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1129. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1129. React with thumbs up to raise its priority CREATE TABLE shighway ( surface text ) INHERITS (road); ERROR: INHERITS not supported yet LINE 3: ) INHERITS (road); ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1129. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1129. React with thumbs up to raise its priority CREATE TABLE real_city ( pop int4, cname text, diff --git a/src/postgres/src/test/regress/expected/yb_pg_event_trigger.out b/src/postgres/src/test/regress/expected/yb_pg_event_trigger.out index ea5397c39f0d..a37c5d5f27c2 100644 --- a/src/postgres/src/test/regress/expected/yb_pg_event_trigger.out +++ b/src/postgres/src/test/regress/expected/yb_pg_event_trigger.out @@ -258,19 +258,19 @@ DROP SCHEMA schema_one, schema_two CASCADE; ERROR: DROP multiple objects not supported yet LINE 1: DROP SCHEMA schema_one, schema_two CASCADE; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/880. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/880. React with thumbs up to raise its priority DELETE FROM undroppable_objs WHERE object_identity = 'audit_tbls.schema_two_table_three'; DROP SCHEMA schema_one, schema_two CASCADE; ERROR: DROP multiple objects not supported yet LINE 1: DROP SCHEMA schema_one, schema_two CASCADE; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/880. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/880. React with thumbs up to raise its priority DELETE FROM undroppable_objs WHERE object_identity = 'schema_one.table_three'; DROP SCHEMA schema_one, schema_two CASCADE; ERROR: DROP multiple objects not supported yet LINE 1: DROP SCHEMA schema_one, schema_two CASCADE; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/880. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/880. React with thumbs up to raise its priority -- ignoring tests related to cascade -- SELECT * FROM dropped_objects WHERE schema IS NULL OR schema <> 'pg_toast'; DROP OWNED BY regress_evt_user; @@ -410,14 +410,14 @@ alter type rewritetype alter attribute a type text cascade; ERROR: ALTER TYPE ALTER ATTRIBUTE not supported yet LINE 1: alter type rewritetype alter attribute a type text cascade; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1893. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1893. React with thumbs up to raise its priority -- but this doesn't work create table rewritemetoo3 (a rewritetype); alter type rewritetype alter attribute a type varchar cascade; ERROR: ALTER TYPE ALTER ATTRIBUTE not supported yet LINE 1: alter type rewritetype alter attribute a type varchar cascad... ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1893. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1893. React with thumbs up to raise its priority drop table rewriteme; drop event trigger no_rewrite_allowed; drop function test_evtrig_no_rewrite(); diff --git a/src/postgres/src/test/regress/expected/yb_pg_foreign_data.out b/src/postgres/src/test/regress/expected/yb_pg_foreign_data.out index 7e26b69e7301..4b5399e4422a 100644 --- a/src/postgres/src/test/regress/expected/yb_pg_foreign_data.out +++ b/src/postgres/src/test/regress/expected/yb_pg_foreign_data.out @@ -785,22 +785,22 @@ ALTER FOREIGN TABLE ft1 ALTER COLUMN c1 SET STATISTICS 10000; ERROR: ALTER TABLE ALTER column not supported yet LINE 1: ALTER FOREIGN TABLE ft1 ALTER COLUMN c1 SET STATISTICS 10000... ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1124. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1124. React with thumbs up to raise its priority ALTER FOREIGN TABLE ft1 ALTER COLUMN c1 SET (n_distinct = 100); ERROR: ALTER TABLE ALTER column not supported yet LINE 1: ALTER FOREIGN TABLE ft1 ALTER COLUMN c1 SET (n_distinct = 10... ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1124. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1124. React with thumbs up to raise its priority ALTER FOREIGN TABLE ft1 ALTER COLUMN c8 SET STATISTICS -1; ERROR: ALTER TABLE ALTER column not supported yet LINE 1: ALTER FOREIGN TABLE ft1 ALTER COLUMN c8 SET STATISTICS -1; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1124. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1124. React with thumbs up to raise its priority ALTER FOREIGN TABLE ft1 ALTER COLUMN c8 SET STORAGE PLAIN; ERROR: ALTER TABLE ALTER column not supported yet LINE 1: ALTER FOREIGN TABLE ft1 ALTER COLUMN c8 SET STORAGE PLAIN; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1124. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1124. React with thumbs up to raise its priority \d+ ft1 Foreign table "public.ft1" Column | Type | Collation | Nullable | Default | FDW options | Storage | Stats target | Description @@ -835,7 +835,7 @@ ALTER FOREIGN TABLE ft1 ALTER CONSTRAINT ft1_c9_check DEFERRABLE; -- ERROR, orig ERROR: ALTER TABLE ALTER CONSTRAINT not supported yet LINE 1: ALTER FOREIGN TABLE ft1 ALTER CONSTRAINT ft1_c9_check DEFERR... ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1124. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1124. React with thumbs up to raise its priority ALTER FOREIGN TABLE ft1 DROP CONSTRAINT ft1_c9_check; ALTER FOREIGN TABLE ft1 DROP CONSTRAINT no_const; -- ERROR ERROR: constraint "no_const" of relation "ft1" does not exist @@ -845,13 +845,13 @@ ALTER FOREIGN TABLE ft1 SET WITH OIDS; ERROR: ALTER TABLE SET WITH OIDS not supported yet LINE 1: ALTER FOREIGN TABLE ft1 SET WITH OIDS; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1124. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1124. React with thumbs up to raise its priority ALTER FOREIGN TABLE ft1 OWNER TO regress_test_role; ALTER FOREIGN TABLE ft1 OPTIONS (DROP delimiter, SET quote '~', ADD escape '@'); ERROR: ALTER TABLE not supported yet LINE 1: ALTER FOREIGN TABLE ft1 OPTIONS (DROP delimiter, SET quote '... ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1124. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1124. React with thumbs up to raise its priority ALTER FOREIGN TABLE ft1 DROP COLUMN no_column; -- ERROR ERROR: column "no_column" of relation "ft1" does not exist ALTER FOREIGN TABLE ft1 DROP COLUMN IF EXISTS no_column; @@ -917,7 +917,7 @@ ALTER FOREIGN TABLE IF EXISTS doesnt_exist_ft1 OPTIONS (DROP delimiter, SET quot ERROR: ALTER TABLE not supported yet LINE 1: ALTER FOREIGN TABLE IF EXISTS doesnt_exist_ft1 OPTIONS (DROP... ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1124. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1124. React with thumbs up to raise its priority ALTER FOREIGN TABLE IF EXISTS doesnt_exist_ft1 DROP COLUMN IF EXISTS no_column; NOTICE: relation "doesnt_exist_ft1" does not exist, skipping ALTER FOREIGN TABLE IF EXISTS doesnt_exist_ft1 DROP COLUMN c9; @@ -1336,7 +1336,7 @@ EXECUTE PROCEDURE dummy_trigger(); ERROR: REFERENCING clause (transition tables) not supported yet LINE 3: REFERENCING NEW TABLE AS new_table ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1668. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1668. React with thumbs up to raise its priority -- ^^^ original: -- ERROR: "foreign_table_1" is a foreign table -- DETAIL: Triggers on foreign tables cannot have transition tables. @@ -1355,7 +1355,7 @@ EXECUTE PROCEDURE dummy_trigger(); ERROR: CREATE CONSTRAINT TRIGGER not supported yet LINE 1: CREATE CONSTRAINT TRIGGER trigtest_constraint AFTER INSERT O... ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1709. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1709. React with thumbs up to raise its priority -- ^^^ original: -- ERROR: "foreign_table_1" is a foreign table -- DETAIL: Foreign tables cannot have constraint triggers. @@ -1379,7 +1379,7 @@ CREATE FOREIGN TABLE ft2 () INHERITS (fd_pt1) ERROR: INHERITS not supported yet LINE 1: CREATE FOREIGN TABLE ft2 () INHERITS (fd_pt1) ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1129. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1129. React with thumbs up to raise its priority \d+ fd_pt1 Table "public.fd_pt1" Column | Type | Collation | Nullable | Default | Storage | Stats target | Description @@ -1433,7 +1433,7 @@ ALTER FOREIGN TABLE ft2 INHERIT fd_pt1; ERROR: ALTER TABLE INHERIT not supported yet LINE 1: ALTER FOREIGN TABLE ft2 INHERIT fd_pt1; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1124. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1124. React with thumbs up to raise its priority \d+ fd_pt1 Table "public.fd_pt1" Column | Type | Collation | Nullable | Default | Storage | Stats target | Description @@ -1462,7 +1462,7 @@ CREATE TABLE ct3() INHERITS(ft2); ERROR: INHERITS not supported yet LINE 1: CREATE TABLE ct3() INHERITS(ft2); ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1129. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1129. React with thumbs up to raise its priority CREATE FOREIGN TABLE ft3 ( c1 integer NOT NULL, c2 text, @@ -1472,7 +1472,7 @@ CREATE FOREIGN TABLE ft3 ( ERROR: INHERITS not supported yet LINE 5: ) INHERITS(ft2) ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1129. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1129. React with thumbs up to raise its priority -- ^^^ originally: -- NOTICE: merging column "c1" with inherited definition -- NOTICE: merging column "c2" with inherited definition @@ -1600,22 +1600,22 @@ ALTER TABLE fd_pt1 ALTER COLUMN c1 SET STATISTICS 10000; ERROR: ALTER TABLE ALTER column not supported yet LINE 1: ALTER TABLE fd_pt1 ALTER COLUMN c1 SET STATISTICS 10000; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1124. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1124. React with thumbs up to raise its priority ALTER TABLE fd_pt1 ALTER COLUMN c1 SET (n_distinct = 100); ERROR: ALTER TABLE ALTER column not supported yet LINE 1: ALTER TABLE fd_pt1 ALTER COLUMN c1 SET (n_distinct = 100); ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1124. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1124. React with thumbs up to raise its priority ALTER TABLE fd_pt1 ALTER COLUMN c8 SET STATISTICS -1; ERROR: ALTER TABLE ALTER column not supported yet LINE 1: ALTER TABLE fd_pt1 ALTER COLUMN c8 SET STATISTICS -1; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1124. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1124. React with thumbs up to raise its priority ALTER TABLE fd_pt1 ALTER COLUMN c8 SET STORAGE EXTERNAL; ERROR: ALTER TABLE ALTER column not supported yet LINE 1: ALTER TABLE fd_pt1 ALTER COLUMN c8 SET STORAGE EXTERNAL; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1124. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1124. React with thumbs up to raise its priority \d+ fd_pt1 Table "public.fd_pt1" Column | Type | Collation | Nullable | Default | Storage | Stats target | Description @@ -1749,7 +1749,7 @@ ALTER FOREIGN TABLE ft2 INHERIT fd_pt1; -- ERROR ERROR: ALTER TABLE INHERIT not supported yet LINE 1: ALTER FOREIGN TABLE ft2 INHERIT fd_pt1; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1124. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1124. React with thumbs up to raise its priority -- ^^^ originally: -- ERROR: child table is missing constraint "fd_pt1chk2" ALTER FOREIGN TABLE ft2 ADD CONSTRAINT fd_pt1chk2 CHECK (c2 <> ''); @@ -1757,7 +1757,7 @@ ALTER FOREIGN TABLE ft2 INHERIT fd_pt1; ERROR: ALTER TABLE INHERIT not supported yet LINE 1: ALTER FOREIGN TABLE ft2 INHERIT fd_pt1; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1124. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1124. React with thumbs up to raise its priority -- child does not inherit NO INHERIT constraints \d+ fd_pt1 Table "public.fd_pt1" @@ -1829,7 +1829,7 @@ ALTER TABLE fd_pt1 VALIDATE CONSTRAINT fd_pt1chk3; ERROR: ALTER TABLE VALIDATE CONSTRAINT not supported yet LINE 1: ALTER TABLE fd_pt1 VALIDATE CONSTRAINT fd_pt1chk3; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1124. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1124. React with thumbs up to raise its priority \d+ fd_pt1 Table "public.fd_pt1" Column | Type | Collation | Nullable | Default | Storage | Stats target | Description @@ -1865,7 +1865,7 @@ ALTER TABLE fd_pt1 SET WITH OIDS; ERROR: ALTER TABLE SET WITH OIDS not supported yet LINE 1: ALTER TABLE fd_pt1 SET WITH OIDS; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1124. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1124. React with thumbs up to raise its priority \d+ fd_pt1 Table "public.fd_pt1" Column | Type | Collation | Nullable | Default | Storage | Stats target | Description diff --git a/src/postgres/src/test/regress/expected/yb_pg_foreign_key.out b/src/postgres/src/test/regress/expected/yb_pg_foreign_key.out index cb063d192f59..815b4aa3e623 100644 --- a/src/postgres/src/test/regress/expected/yb_pg_foreign_key.out +++ b/src/postgres/src/test/regress/expected/yb_pg_foreign_key.out @@ -874,7 +874,7 @@ create table pktable (ptest1 int, primary key(base1), unique(base1, ptest1)) inh ERROR: INHERITS not supported yet LINE 1: ...1 int, primary key(base1), unique(base1, ptest1)) inherits (... ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1129. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1129. React with thumbs up to raise its priority /* create table fktable (ftest1 int references pktable(base1)); -- now some ins, upd, del @@ -1194,7 +1194,7 @@ ALTER TABLE fktable ALTER CONSTRAINT fktable_fk_fkey DEFERRABLE INITIALLY IMMEDI ERROR: ALTER TABLE ALTER CONSTRAINT not supported yet LINE 1: ALTER TABLE fktable ALTER CONSTRAINT fktable_fk_fkey DEFERRA... ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1124. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1124. React with thumbs up to raise its priority BEGIN; -- doesn't match FK, should throw error now UPDATE pktable SET id = 10 WHERE id = 5; @@ -1212,7 +1212,7 @@ ALTER TABLE fktable ALTER CONSTRAINT fktable_fk_fkey NOT DEFERRABLE; ERROR: ALTER TABLE ALTER CONSTRAINT not supported yet LINE 1: ALTER TABLE fktable ALTER CONSTRAINT fktable_fk_fkey NOT DEF... ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1124. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1124. React with thumbs up to raise its priority -- illegal option ALTER TABLE fktable ALTER CONSTRAINT fktable_fk_fkey NOT DEFERRABLE INITIALLY DEFERRED; ERROR: constraint declared INITIALLY DEFERRED must be DEFERRABLE diff --git a/src/postgres/src/test/regress/expected/yb_pg_gin.out b/src/postgres/src/test/regress/expected/yb_pg_gin.out index 89aa85f7b8d5..d23d005feee2 100644 --- a/src/postgres/src/test/regress/expected/yb_pg_gin.out +++ b/src/postgres/src/test/regress/expected/yb_pg_gin.out @@ -32,7 +32,7 @@ alter index gin_test_idx set (fastupdate = off); ERROR: ALTER TABLE SET not supported yet LINE 1: alter index gin_test_idx set (fastupdate = off); ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1124. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1124. React with thumbs up to raise its priority insert into gin_test_tbl select array[1, 2, g] from generate_series(1, 1000) g; insert into gin_test_tbl select array[1, 3, g] from generate_series(1, 1000) g; delete from gin_test_tbl where i @> array[2]; diff --git a/src/postgres/src/test/regress/expected/yb_pg_hint_plan_init.out b/src/postgres/src/test/regress/expected/yb_pg_hint_plan_init.out index 702795f84d4b..883188a07aa9 100644 --- a/src/postgres/src/test/regress/expected/yb_pg_hint_plan_init.out +++ b/src/postgres/src/test/regress/expected/yb_pg_hint_plan_init.out @@ -17,7 +17,7 @@ CREATE TABLE p1_c1 (LIKE p1 INCLUDING ALL, CHECK (id <= 100)) INHERITS(p1); ERROR: LIKE ALL not supported yet LINE 1: CREATE TABLE p1_c1 (LIKE p1 INCLUDING ALL, CHECK (id <= 100)... ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1129. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1129. React with thumbs up to raise its priority -- CREATE TABLE p1_c2 (LIKE p1 INCLUDING ALL, CHECK (id > 100 AND id <= 200)) INHERITS(p1); -- CREATE TABLE p1_c3 (LIKE p1 INCLUDING ALL, CHECK (id > 200 AND id <= 300)) INHERITS(p1); -- CREATE TABLE p1_c4 (LIKE p1 INCLUDING ALL, CHECK (id > 300)) INHERITS(p1); diff --git a/src/postgres/src/test/regress/expected/yb_pg_index_including.out b/src/postgres/src/test/regress/expected/yb_pg_index_including.out index b6358214a4e9..cf31e99ce629 100644 --- a/src/postgres/src/test/regress/expected/yb_pg_index_including.out +++ b/src/postgres/src/test/regress/expected/yb_pg_index_including.out @@ -291,13 +291,13 @@ DROP TABLE tbl; CREATE TABLE tbl (c1 int,c2 int, c3 int, c4 int); CREATE INDEX on tbl USING brin(c1, c2) INCLUDE (c3, c4); ERROR: index method "brin" not supported yet -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1337. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1337. React with thumbs up to raise its priority CREATE INDEX on tbl USING gist(c3) INCLUDE (c4); ERROR: index method "gist" not supported yet -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1337. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1337. React with thumbs up to raise its priority CREATE INDEX on tbl USING spgist(c3) INCLUDE (c4); ERROR: index method "spgist" not supported yet -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1337. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1337. React with thumbs up to raise its priority CREATE INDEX on tbl USING gin(c1, c2) INCLUDE (c3, c4); ERROR: access method "ybgin" does not support included columns CREATE INDEX on tbl USING hash(c1, c2) INCLUDE (c3, c4); @@ -305,7 +305,7 @@ NOTICE: index method "hash" was replaced with "lsm" in YugabyteDB CREATE INDEX on tbl USING rtree(c1, c2) INCLUDE (c3, c4); NOTICE: substituting access method "gist" for obsolete method "rtree" ERROR: index method "gist" not supported yet -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1337. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1337. React with thumbs up to raise its priority CREATE INDEX on tbl USING btree(c1, c2) INCLUDE (c3, c4); NOTICE: index method "btree" was replaced with "lsm" in YugabyteDB CREATE INDEX on tbl USING lsm(c1, c2) INCLUDE (c3, c4); diff --git a/src/postgres/src/test/regress/expected/yb_pg_insert.out b/src/postgres/src/test/regress/expected/yb_pg_insert.out index 0f221b63feb1..5cf9702c3a44 100644 --- a/src/postgres/src/test/regress/expected/yb_pg_insert.out +++ b/src/postgres/src/test/regress/expected/yb_pg_insert.out @@ -497,7 +497,7 @@ create table mlparted11 (like mlparted1); ERROR: LIKE clause not supported yet LINE 1: create table mlparted11 (like mlparted1); ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1129. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1129. React with thumbs up to raise its priority /* Enable below tests after LIKE clause and alter table are supported. alter table mlparted11 drop a; alter table mlparted11 add a int; diff --git a/src/postgres/src/test/regress/expected/yb_pg_insert_conflict.out b/src/postgres/src/test/regress/expected/yb_pg_insert_conflict.out index 17bb3e74e060..7e4f426b1c81 100644 --- a/src/postgres/src/test/regress/expected/yb_pg_insert_conflict.out +++ b/src/postgres/src/test/regress/expected/yb_pg_insert_conflict.out @@ -612,7 +612,7 @@ alter table testoids set with oids; ERROR: ALTER TABLE SET WITH OIDS not supported yet LINE 1: alter table testoids set with oids; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1124. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1124. React with thumbs up to raise its priority -- update existing row, that didn't have an oid insert into testoids values(1, '3') on conflict (key) do update set data = excluded.data RETURNING *; key | data diff --git a/src/postgres/src/test/regress/expected/yb_pg_orafce_dbms_alert_session_A.out b/src/postgres/src/test/regress/expected/yb_pg_orafce_dbms_alert_session_A.out index 2b6a770cf679..95fc020f0071 100644 --- a/src/postgres/src/test/regress/expected/yb_pg_orafce_dbms_alert_session_A.out +++ b/src/postgres/src/test/regress/expected/yb_pg_orafce_dbms_alert_session_A.out @@ -51,13 +51,13 @@ SELECT dbms_alert.signal('a1','Msg1 for a1'); ERROR: CREATE CONSTRAINT TRIGGER not supported yet LINE 1: CREATE CONSTRAINT TRIGGER ora_alert_signal AFTER INSERT ON o... ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1709. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1709. React with thumbs up to raise its priority QUERY: CREATE CONSTRAINT TRIGGER ora_alert_signal AFTER INSERT ON ora_alerts INITIALLY DEFERRED FOR EACH ROW EXECUTE PROCEDURE dbms_alert.defered_signal() SELECT dbms_alert.signal('a2','Msg1 for a2'); ERROR: CREATE CONSTRAINT TRIGGER not supported yet LINE 1: CREATE CONSTRAINT TRIGGER ora_alert_signal AFTER INSERT ON o... ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1709. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1709. React with thumbs up to raise its priority QUERY: CREATE CONSTRAINT TRIGGER ora_alert_signal AFTER INSERT ON ora_alerts INITIALLY DEFERRED FOR EACH ROW EXECUTE PROCEDURE dbms_alert.defered_signal() /* * Test: defered_signal @@ -68,14 +68,14 @@ SELECT dbms_alert.signal('tds','Begin defered_signal test'); ERROR: CREATE CONSTRAINT TRIGGER not supported yet LINE 1: CREATE CONSTRAINT TRIGGER ora_alert_signal AFTER INSERT ON o... ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1709. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1709. React with thumbs up to raise its priority QUERY: CREATE CONSTRAINT TRIGGER ora_alert_signal AFTER INSERT ON ora_alerts INITIALLY DEFERRED FOR EACH ROW EXECUTE PROCEDURE dbms_alert.defered_signal() BEGIN; SELECT dbms_alert.signal('tds','Testing defered_signal'); ERROR: CREATE CONSTRAINT TRIGGER not supported yet LINE 1: CREATE CONSTRAINT TRIGGER ora_alert_signal AFTER INSERT ON o... ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1709. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1709. React with thumbs up to raise its priority QUERY: CREATE CONSTRAINT TRIGGER ora_alert_signal AFTER INSERT ON ora_alerts INITIALLY DEFERRED FOR EACH ROW EXECUTE PROCEDURE dbms_alert.defered_signal() /* The signal is received while transaction is running */ SELECT dbms_alert.waitone('b1',20); @@ -102,14 +102,14 @@ SELECT dbms_alert.signal('a3','Msg1 for a3'); ERROR: CREATE CONSTRAINT TRIGGER not supported yet LINE 1: CREATE CONSTRAINT TRIGGER ora_alert_signal AFTER INSERT ON o... ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1709. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1709. React with thumbs up to raise its priority QUERY: CREATE CONSTRAINT TRIGGER ora_alert_signal AFTER INSERT ON ora_alerts INITIALLY DEFERRED FOR EACH ROW EXECUTE PROCEDURE dbms_alert.defered_signal() /* alert a4 is signalled soon after a3 */ SELECT dbms_alert.signal('a4','Test- Register after signal'); ERROR: CREATE CONSTRAINT TRIGGER not supported yet LINE 1: CREATE CONSTRAINT TRIGGER ora_alert_signal AFTER INSERT ON o... ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1709. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1709. React with thumbs up to raise its priority QUERY: CREATE CONSTRAINT TRIGGER ora_alert_signal AFTER INSERT ON ora_alerts INITIALLY DEFERRED FOR EACH ROW EXECUTE PROCEDURE dbms_alert.defered_signal() /* This signal indicates at remove() is called */ SELECT dbms_alert.waitone('b3',20); @@ -123,7 +123,7 @@ SELECT dbms_alert.signal('a1','Msg2 for a1'); ERROR: CREATE CONSTRAINT TRIGGER not supported yet LINE 1: CREATE CONSTRAINT TRIGGER ora_alert_signal AFTER INSERT ON o... ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1709. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1709. React with thumbs up to raise its priority QUERY: CREATE CONSTRAINT TRIGGER ora_alert_signal AFTER INSERT ON ora_alerts INITIALLY DEFERRED FOR EACH ROW EXECUTE PROCEDURE dbms_alert.defered_signal() SELECT dbms_alert.waitone('b4',20); waitone @@ -136,7 +136,7 @@ SELECT dbms_alert.signal('a4','Msg1 for a4'); ERROR: CREATE CONSTRAINT TRIGGER not supported yet LINE 1: CREATE CONSTRAINT TRIGGER ora_alert_signal AFTER INSERT ON o... ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1709. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1709. React with thumbs up to raise its priority QUERY: CREATE CONSTRAINT TRIGGER ora_alert_signal AFTER INSERT ON ora_alerts INITIALLY DEFERRED FOR EACH ROW EXECUTE PROCEDURE dbms_alert.defered_signal() /* This signal inidcates that removeall() is called */ SELECT dbms_alert.waitone('b5',20); @@ -150,7 +150,7 @@ SELECT dbms_alert.signal('a2','Msg2 for a2'); ERROR: CREATE CONSTRAINT TRIGGER not supported yet LINE 1: CREATE CONSTRAINT TRIGGER ora_alert_signal AFTER INSERT ON o... ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1709. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1709. React with thumbs up to raise its priority QUERY: CREATE CONSTRAINT TRIGGER ora_alert_signal AFTER INSERT ON ora_alerts INITIALLY DEFERRED FOR EACH ROW EXECUTE PROCEDURE dbms_alert.defered_signal() /* cleanup */ SELECT dbms_alert.removeall(); diff --git a/src/postgres/src/test/regress/expected/yb_pg_orafce_dbms_alert_session_B.out b/src/postgres/src/test/regress/expected/yb_pg_orafce_dbms_alert_session_B.out index 743e335a4eab..bc3a7fb67f1b 100644 --- a/src/postgres/src/test/regress/expected/yb_pg_orafce_dbms_alert_session_B.out +++ b/src/postgres/src/test/regress/expected/yb_pg_orafce_dbms_alert_session_B.out @@ -51,13 +51,13 @@ SELECT dbms_alert.signal('b1','Transaction still running'); ERROR: CREATE CONSTRAINT TRIGGER not supported yet LINE 1: CREATE CONSTRAINT TRIGGER ora_alert_signal AFTER INSERT ON o... ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1709. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1709. React with thumbs up to raise its priority QUERY: CREATE CONSTRAINT TRIGGER ora_alert_signal AFTER INSERT ON ora_alerts INITIALLY DEFERRED FOR EACH ROW EXECUTE PROCEDURE dbms_alert.defered_signal() SELECT dbms_alert.signal('b1','Transaction committed'); ERROR: CREATE CONSTRAINT TRIGGER not supported yet LINE 1: CREATE CONSTRAINT TRIGGER ora_alert_signal AFTER INSERT ON o... ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1709. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1709. React with thumbs up to raise its priority QUERY: CREATE CONSTRAINT TRIGGER ora_alert_signal AFTER INSERT ON ora_alerts INITIALLY DEFERRED FOR EACH ROW EXECUTE PROCEDURE dbms_alert.defered_signal() /* Since the transaction has commited, the signal will be received */ SELECT dbms_alert.waitone('tds',10); @@ -71,7 +71,7 @@ SELECT dbms_alert.signal('b2','to check unregistered alert wait'); ERROR: CREATE CONSTRAINT TRIGGER not supported yet LINE 1: CREATE CONSTRAINT TRIGGER ora_alert_signal AFTER INSERT ON o... ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1709. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1709. React with thumbs up to raise its priority QUERY: CREATE CONSTRAINT TRIGGER ora_alert_signal AFTER INSERT ON ora_alerts INITIALLY DEFERRED FOR EACH ROW EXECUTE PROCEDURE dbms_alert.defered_signal() /* Test: wait for unregistered alert which is signaled*/ SELECT dbms_alert.waitone('a3',2); @@ -105,7 +105,7 @@ SELECT dbms_alert.signal('b3','remove(a1) called'); ERROR: CREATE CONSTRAINT TRIGGER not supported yet LINE 1: CREATE CONSTRAINT TRIGGER ora_alert_signal AFTER INSERT ON o... ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1709. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1709. React with thumbs up to raise its priority QUERY: CREATE CONSTRAINT TRIGGER ora_alert_signal AFTER INSERT ON ora_alerts INITIALLY DEFERRED FOR EACH ROW EXECUTE PROCEDURE dbms_alert.defered_signal() /* Test: wait for removed alert */ SELECT dbms_alert.waitone('a1',2); @@ -119,7 +119,7 @@ SELECT dbms_alert.signal('b4','to check unremoved alert'); ERROR: CREATE CONSTRAINT TRIGGER not supported yet LINE 1: CREATE CONSTRAINT TRIGGER ora_alert_signal AFTER INSERT ON o... ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1709. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1709. React with thumbs up to raise its priority QUERY: CREATE CONSTRAINT TRIGGER ora_alert_signal AFTER INSERT ON ora_alerts INITIALLY DEFERRED FOR EACH ROW EXECUTE PROCEDURE dbms_alert.defered_signal() /* Test: Check if unremoved alert is received */ SELECT dbms_alert.waitone('a4',10); @@ -140,7 +140,7 @@ SELECT dbms_alert.signal('b5','removeall called'); ERROR: CREATE CONSTRAINT TRIGGER not supported yet LINE 1: CREATE CONSTRAINT TRIGGER ora_alert_signal AFTER INSERT ON o... ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1709. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1709. React with thumbs up to raise its priority QUERY: CREATE CONSTRAINT TRIGGER ora_alert_signal AFTER INSERT ON ora_alerts INITIALLY DEFERRED FOR EACH ROW EXECUTE PROCEDURE dbms_alert.defered_signal() /* Test: Use waitany to see if any alert is received */ SELECT dbms_alert.waitany(2); diff --git a/src/postgres/src/test/regress/expected/yb_pg_partition_aggregate.out b/src/postgres/src/test/regress/expected/yb_pg_partition_aggregate.out index 9461f1cde398..194164dea19c 100644 --- a/src/postgres/src/test/regress/expected/yb_pg_partition_aggregate.out +++ b/src/postgres/src/test/regress/expected/yb_pg_partition_aggregate.out @@ -934,12 +934,12 @@ ALTER TABLE pagg_tab_para_p1 SET (parallel_workers = 0); ERROR: ALTER TABLE SET not supported yet LINE 1: ALTER TABLE pagg_tab_para_p1 SET (parallel_workers = 0); ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1124. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1124. React with thumbs up to raise its priority ALTER TABLE pagg_tab_para_p3 SET (parallel_workers = 0); ERROR: ALTER TABLE SET not supported yet LINE 1: ALTER TABLE pagg_tab_para_p3 SET (parallel_workers = 0); ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1124. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1124. React with thumbs up to raise its priority ANALYZE pagg_tab_para; /* EXPLAIN (COSTS OFF) @@ -960,7 +960,7 @@ ALTER TABLE pagg_tab_para_p2 SET (parallel_workers = 0); ERROR: ALTER TABLE SET not supported yet LINE 1: ALTER TABLE pagg_tab_para_p2 SET (parallel_workers = 0); ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1124. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1124. React with thumbs up to raise its priority ANALYZE pagg_tab_para; /* EXPLAIN (COSTS OFF) diff --git a/src/postgres/src/test/regress/expected/yb_pg_partition_prune.out b/src/postgres/src/test/regress/expected/yb_pg_partition_prune.out index ac6844147f14..daa58824c4f2 100644 --- a/src/postgres/src/test/regress/expected/yb_pg_partition_prune.out +++ b/src/postgres/src/test/regress/expected/yb_pg_partition_prune.out @@ -2806,7 +2806,7 @@ create table inh_lp1 (a int, value int, check(a = 1)) inherits (inh_lp); ERROR: INHERITS not supported yet LINE 1: ...te table inh_lp1 (a int, value int, check(a = 1)) inherits (... ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1129. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1129. React with thumbs up to raise its priority /* create table inh_lp2 (a int, value int, check(a = 2)) inherits (inh_lp); diff --git a/src/postgres/src/test/regress/expected/yb_pg_partition_update.out b/src/postgres/src/test/regress/expected/yb_pg_partition_update.out index 8b3911a8561d..e4abf2776c70 100644 --- a/src/postgres/src/test/regress/expected/yb_pg_partition_update.out +++ b/src/postgres/src/test/regress/expected/yb_pg_partition_update.out @@ -236,7 +236,7 @@ CREATE TRIGGER trans_updatetrig ERROR: REFERENCING clause (transition tables) not supported yet LINE 2: AFTER UPDATE ON range_parted REFERENCING OLD TABLE AS old_... ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1668. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1668. React with thumbs up to raise its priority /* UPDATE range_parted set c = (case when c = 96 then 110 else c + 1 end ) WHERE a = 'b' and b > 10 and c >= 96; :show_data; diff --git a/src/postgres/src/test/regress/expected/yb_pg_plpgsql.out b/src/postgres/src/test/regress/expected/yb_pg_plpgsql.out index a432936977b1..7cd88b2c897a 100644 --- a/src/postgres/src/test/regress/expected/yb_pg_plpgsql.out +++ b/src/postgres/src/test/regress/expected/yb_pg_plpgsql.out @@ -3494,7 +3494,7 @@ $$ language plpgsql; ERROR: WHERE CURRENT OF not supported yet LINE 7: update forc_test set i = i * 100, j = r.j * 2 where curr... ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/737. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/737. React with thumbs up to raise its priority select forc01(); NOTICE: 5 from c NOTICE: 6 from c @@ -3551,7 +3551,7 @@ $$ language plpgsql; ERROR: WHERE CURRENT OF not supported yet LINE 11: update forc_test set i = i * 100, j = r.j * 2 where curr... ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/737. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/737. React with thumbs up to raise its priority select forc01(); NOTICE: 5 from c NOTICE: 6 from c @@ -5311,7 +5311,7 @@ CREATE TRIGGER transition_table_base_ins_trig ERROR: REFERENCING clause (transition tables) not supported yet LINE 3: REFERENCING OLD TABLE AS oldtable NEW TABLE AS newtable ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1668. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1668. React with thumbs up to raise its priority CREATE TRIGGER transition_table_base_ins_trig AFTER INSERT ON transition_table_base REFERENCING NEW TABLE AS newtable @@ -5320,7 +5320,7 @@ CREATE TRIGGER transition_table_base_ins_trig ERROR: REFERENCING clause (transition tables) not supported yet LINE 3: REFERENCING NEW TABLE AS newtable ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1668. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1668. React with thumbs up to raise its priority INSERT INTO transition_table_base VALUES (1, 'One'), (2, 'Two'); INSERT INTO transition_table_base VALUES (3, 'Three'), (4, 'Four'); CREATE OR REPLACE FUNCTION transition_table_base_upd_func() @@ -5352,7 +5352,7 @@ CREATE TRIGGER transition_table_base_upd_trig ERROR: REFERENCING clause (transition tables) not supported yet LINE 3: REFERENCING OLD TABLE AS oldtable NEW TABLE AS newtable ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1668. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1668. React with thumbs up to raise its priority UPDATE transition_table_base SET val = '*' || val || '*' WHERE id BETWEEN 2 AND 3; @@ -5397,7 +5397,7 @@ CREATE TRIGGER transition_table_level1_ri_parent_del_trigger ERROR: REFERENCING clause (transition tables) not supported yet LINE 3: REFERENCING OLD TABLE AS p ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1668. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1668. React with thumbs up to raise its priority CREATE FUNCTION transition_table_level1_ri_parent_upd_func() RETURNS TRIGGER LANGUAGE plpgsql @@ -5428,7 +5428,7 @@ CREATE TRIGGER transition_table_level1_ri_parent_upd_trigger ERROR: REFERENCING clause (transition tables) not supported yet LINE 3: REFERENCING OLD TABLE AS d NEW TABLE AS i ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1668. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1668. React with thumbs up to raise its priority CREATE FUNCTION transition_table_level2_ri_child_insupd_func() RETURNS TRIGGER LANGUAGE plpgsql @@ -5452,7 +5452,7 @@ CREATE TRIGGER transition_table_level2_ri_child_ins_trigger ERROR: REFERENCING clause (transition tables) not supported yet LINE 3: REFERENCING NEW TABLE AS i ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1668. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1668. React with thumbs up to raise its priority CREATE TRIGGER transition_table_level2_ri_child_upd_trigger AFTER UPDATE ON transition_table_level2 REFERENCING NEW TABLE AS i @@ -5461,7 +5461,7 @@ CREATE TRIGGER transition_table_level2_ri_child_upd_trigger ERROR: REFERENCING clause (transition tables) not supported yet LINE 3: REFERENCING NEW TABLE AS i ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1668. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1668. React with thumbs up to raise its priority -- create initial test data INSERT INTO transition_table_level1 (level1_no) SELECT generate_series(1,200); @@ -5498,7 +5498,7 @@ CREATE TRIGGER transition_table_level2_bad_usage_trigger ERROR: REFERENCING clause (transition tables) not supported yet LINE 3: REFERENCING OLD TABLE AS dx ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1668. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1668. React with thumbs up to raise its priority DELETE FROM transition_table_level2 WHERE level2_no BETWEEN 301 AND 305; DROP TRIGGER transition_table_level2_bad_usage_trigger @@ -5558,7 +5558,7 @@ CREATE TRIGGER alter_table_under_transition_tables_upd_trigger ERROR: REFERENCING clause (transition tables) not supported yet LINE 3: REFERENCING OLD TABLE AS d NEW TABLE AS i ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1668. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1668. React with thumbs up to raise its priority -- should work CREATE TRIGGER alter_table_under_transition_tables_upd_trigger AFTER UPDATE ON alter_table_under_transition_tables @@ -5568,7 +5568,7 @@ CREATE TRIGGER alter_table_under_transition_tables_upd_trigger ERROR: REFERENCING clause (transition tables) not supported yet LINE 3: REFERENCING OLD TABLE AS d NEW TABLE AS i ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1668. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1668. React with thumbs up to raise its priority INSERT INTO alter_table_under_transition_tables VALUES (1, '1'), (2, '2'), (3, '3'); UPDATE alter_table_under_transition_tables @@ -5604,7 +5604,7 @@ CREATE TRIGGER my_trigger AFTER UPDATE ON multi_test ERROR: REFERENCING clause (transition tables) not supported yet LINE 2: REFERENCING NEW TABLE AS new_test OLD TABLE as old_test ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1668. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1668. React with thumbs up to raise its priority UPDATE multi_test SET i = i; DROP TABLE multi_test; DROP FUNCTION multi_test_trig(); diff --git a/src/postgres/src/test/regress/expected/yb_pg_portals.out b/src/postgres/src/test/regress/expected/yb_pg_portals.out index e7dad94435a8..613cfe75899f 100644 --- a/src/postgres/src/test/regress/expected/yb_pg_portals.out +++ b/src/postgres/src/test/regress/expected/yb_pg_portals.out @@ -553,7 +553,7 @@ FETCH -3 FROM foo25; ERROR: FETCH - not supported yet LINE 1: FETCH -3 FROM foo25; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/6514. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/6514. React with thumbs up to raise its priority SELECT name, statement, is_holdable, is_binary, is_scrollable FROM pg_cursors; name | statement | is_holdable | is_binary | is_scrollable -------+---------------------------------------------------------------------------------+-------------+-----------+--------------- @@ -752,7 +752,7 @@ DELETE FROM uctest WHERE CURRENT OF c1; ERROR: WHERE CURRENT OF not supported yet LINE 1: DELETE FROM uctest WHERE CURRENT OF c1; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/737. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/737. React with thumbs up to raise its priority -- should show deletion SELECT * FROM uctest; ERROR: current transaction is aborted, commands ignored until end of transaction block @@ -764,7 +764,7 @@ MOVE BACKWARD ALL IN c1; ERROR: FETCH BACKWARD not supported yet LINE 1: MOVE BACKWARD ALL IN c1; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/6514. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/6514. React with thumbs up to raise its priority FETCH ALL FROM c1; ERROR: current transaction is aborted, commands ignored until end of transaction block COMMIT; @@ -792,7 +792,7 @@ UPDATE uctest SET f1 = 8 WHERE CURRENT OF c1; ERROR: WHERE CURRENT OF not supported yet LINE 1: UPDATE uctest SET f1 = 8 WHERE CURRENT OF c1; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/737. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/737. React with thumbs up to raise its priority SELECT * FROM uctest; ERROR: current transaction is aborted, commands ignored until end of transaction block COMMIT; @@ -817,14 +817,14 @@ UPDATE uctest SET f1 = f1 + 10 WHERE CURRENT OF c1; ERROR: WHERE CURRENT OF not supported yet LINE 1: UPDATE uctest SET f1 = f1 + 10 WHERE CURRENT OF c1; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/737. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/737. React with thumbs up to raise its priority SELECT * FROM uctest; ERROR: current transaction is aborted, commands ignored until end of transaction block UPDATE uctest SET f1 = f1 + 10 WHERE CURRENT OF c1; ERROR: WHERE CURRENT OF not supported yet LINE 1: UPDATE uctest SET f1 = f1 + 10 WHERE CURRENT OF c1; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/737. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/737. React with thumbs up to raise its priority SELECT * FROM uctest; ERROR: current transaction is aborted, commands ignored until end of transaction block -- insensitive cursor should not show effects of updates or deletes @@ -833,21 +833,21 @@ DELETE FROM uctest WHERE CURRENT OF c1; ERROR: WHERE CURRENT OF not supported yet LINE 1: DELETE FROM uctest WHERE CURRENT OF c1; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/737. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/737. React with thumbs up to raise its priority SELECT * FROM uctest; ERROR: current transaction is aborted, commands ignored until end of transaction block DELETE FROM uctest WHERE CURRENT OF c1; -- no-op ERROR: WHERE CURRENT OF not supported yet LINE 1: DELETE FROM uctest WHERE CURRENT OF c1; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/737. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/737. React with thumbs up to raise its priority SELECT * FROM uctest; ERROR: current transaction is aborted, commands ignored until end of transaction block UPDATE uctest SET f1 = f1 + 10 WHERE CURRENT OF c1; -- no-op ERROR: WHERE CURRENT OF not supported yet LINE 1: UPDATE uctest SET f1 = f1 + 10 WHERE CURRENT OF c1; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/737. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/737. React with thumbs up to raise its priority SELECT * FROM uctest; ERROR: current transaction is aborted, commands ignored until end of transaction block -- FETCH RELATIVE 0 FROM c1; @@ -874,35 +874,35 @@ UPDATE uctest SET f1 = f1 + 10 WHERE CURRENT OF c1; ERROR: WHERE CURRENT OF not supported yet LINE 1: UPDATE uctest SET f1 = f1 + 10 WHERE CURRENT OF c1; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/737. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/737. React with thumbs up to raise its priority SELECT * FROM uctest; ERROR: current transaction is aborted, commands ignored until end of transaction block UPDATE uctest SET f1 = f1 + 10 WHERE CURRENT OF c1; ERROR: WHERE CURRENT OF not supported yet LINE 1: UPDATE uctest SET f1 = f1 + 10 WHERE CURRENT OF c1; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/737. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/737. React with thumbs up to raise its priority SELECT * FROM uctest; ERROR: current transaction is aborted, commands ignored until end of transaction block DELETE FROM uctest WHERE CURRENT OF c1; ERROR: WHERE CURRENT OF not supported yet LINE 1: DELETE FROM uctest WHERE CURRENT OF c1; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/737. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/737. React with thumbs up to raise its priority SELECT * FROM uctest; ERROR: current transaction is aborted, commands ignored until end of transaction block DELETE FROM uctest WHERE CURRENT OF c1; -- no-op ERROR: WHERE CURRENT OF not supported yet LINE 1: DELETE FROM uctest WHERE CURRENT OF c1; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/737. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/737. React with thumbs up to raise its priority SELECT * FROM uctest; ERROR: current transaction is aborted, commands ignored until end of transaction block UPDATE uctest SET f1 = f1 + 10 WHERE CURRENT OF c1; -- no-op ERROR: WHERE CURRENT OF not supported yet LINE 1: UPDATE uctest SET f1 = f1 + 10 WHERE CURRENT OF c1; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/737. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/737. React with thumbs up to raise its priority SELECT * FROM uctest; ERROR: current transaction is aborted, commands ignored until end of transaction block --- sensitive cursors cannot currently scroll back, so this is an error: @@ -921,7 +921,7 @@ CREATE TEMP TABLE ucchild () inherits (uctest); ERROR: INHERITS not supported yet LINE 1: CREATE TEMP TABLE ucchild () inherits (uctest); ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1129. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1129. React with thumbs up to raise its priority INSERT INTO ucchild values(100, 'hundred'); ERROR: relation "ucchild" does not exist LINE 1: INSERT INTO ucchild values(100, 'hundred'); @@ -948,21 +948,21 @@ UPDATE uctest SET f1 = f1 + 10 WHERE CURRENT OF c1; ERROR: WHERE CURRENT OF not supported yet LINE 1: UPDATE uctest SET f1 = f1 + 10 WHERE CURRENT OF c1; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/737. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/737. React with thumbs up to raise its priority FETCH 1 FROM c1; ERROR: current transaction is aborted, commands ignored until end of transaction block UPDATE uctest SET f1 = f1 + 10 WHERE CURRENT OF c1; ERROR: WHERE CURRENT OF not supported yet LINE 1: UPDATE uctest SET f1 = f1 + 10 WHERE CURRENT OF c1; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/737. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/737. React with thumbs up to raise its priority FETCH 1 FROM c1; ERROR: current transaction is aborted, commands ignored until end of transaction block UPDATE uctest SET f1 = f1 + 10 WHERE CURRENT OF c1; ERROR: WHERE CURRENT OF not supported yet LINE 1: UPDATE uctest SET f1 = f1 + 10 WHERE CURRENT OF c1; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/737. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/737. React with thumbs up to raise its priority FETCH 1 FROM c1; ERROR: current transaction is aborted, commands ignored until end of transaction block COMMIT; @@ -986,7 +986,7 @@ UPDATE uctest SET f1 = f1 + 10 WHERE CURRENT OF c1; -- fail ERROR: WHERE CURRENT OF not supported yet LINE 1: UPDATE uctest SET f1 = f1 + 10 WHERE CURRENT OF c1; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/737. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/737. React with thumbs up to raise its priority ROLLBACK; BEGIN; -- Disable 'FOR UPDATE' due to github #9915 @@ -1001,7 +1001,7 @@ UPDATE uctest SET f1 = f1 + 10 WHERE CURRENT OF c1; -- fail ERROR: WHERE CURRENT OF not supported yet LINE 1: UPDATE uctest SET f1 = f1 + 10 WHERE CURRENT OF c1; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/737. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/737. React with thumbs up to raise its priority ROLLBACK; BEGIN; DECLARE c1 CURSOR FOR SELECT * FROM uctest a, uctest b WHERE a.f1 = b.f1 + 5 FOR SHARE OF a; @@ -1014,7 +1014,7 @@ UPDATE uctest SET f1 = f1 + 10 WHERE CURRENT OF c1; ERROR: WHERE CURRENT OF not supported yet LINE 1: UPDATE uctest SET f1 = f1 + 10 WHERE CURRENT OF c1; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/737. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/737. React with thumbs up to raise its priority SELECT * FROM uctest; ERROR: current transaction is aborted, commands ignored until end of transaction block ROLLBACK; @@ -1023,20 +1023,20 @@ DELETE FROM uctest WHERE CURRENT OF c1; -- fail, no such cursor ERROR: WHERE CURRENT OF not supported yet LINE 1: DELETE FROM uctest WHERE CURRENT OF c1; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/737. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/737. React with thumbs up to raise its priority DECLARE cx CURSOR WITH HOLD FOR SELECT * FROM uctest; DELETE FROM uctest WHERE CURRENT OF cx; -- fail, can't use held cursor ERROR: WHERE CURRENT OF not supported yet LINE 1: DELETE FROM uctest WHERE CURRENT OF cx; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/737. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/737. React with thumbs up to raise its priority BEGIN; DECLARE c CURSOR FOR SELECT * FROM tenk2; DELETE FROM uctest WHERE CURRENT OF c; -- fail, cursor on wrong table ERROR: WHERE CURRENT OF not supported yet LINE 1: DELETE FROM uctest WHERE CURRENT OF c; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/737. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/737. React with thumbs up to raise its priority ROLLBACK; BEGIN; DECLARE c CURSOR FOR SELECT * FROM tenk2 FOR SHARE; @@ -1044,7 +1044,7 @@ DELETE FROM uctest WHERE CURRENT OF c; -- fail, cursor on wrong table ERROR: WHERE CURRENT OF not supported yet LINE 1: DELETE FROM uctest WHERE CURRENT OF c; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/737. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/737. React with thumbs up to raise its priority ROLLBACK; BEGIN; DECLARE c CURSOR FOR SELECT * FROM tenk1 JOIN tenk2 USING (unique1); @@ -1052,7 +1052,7 @@ DELETE FROM tenk1 WHERE CURRENT OF c; -- fail, cursor is on a join ERROR: WHERE CURRENT OF not supported yet LINE 1: DELETE FROM tenk1 WHERE CURRENT OF c; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/737. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/737. React with thumbs up to raise its priority ROLLBACK; BEGIN; DECLARE c CURSOR FOR SELECT f1,count(*) FROM uctest GROUP BY f1; @@ -1060,7 +1060,7 @@ DELETE FROM uctest WHERE CURRENT OF c; -- fail, cursor is on aggregation ERROR: WHERE CURRENT OF not supported yet LINE 1: DELETE FROM uctest WHERE CURRENT OF c; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/737. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/737. React with thumbs up to raise its priority ROLLBACK; BEGIN; DECLARE c1 CURSOR FOR SELECT * FROM uctest; @@ -1068,7 +1068,7 @@ DELETE FROM uctest WHERE CURRENT OF c1; -- fail, no current row ERROR: WHERE CURRENT OF not supported yet LINE 1: DELETE FROM uctest WHERE CURRENT OF c1; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/737. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/737. React with thumbs up to raise its priority ROLLBACK; BEGIN; -- DISABLE 'FOR UPDATE' due to github #9915 @@ -1091,7 +1091,7 @@ DELETE FROM ucview WHERE CURRENT OF c1; -- fail, views not supported ERROR: WHERE CURRENT OF not supported yet LINE 1: DELETE FROM ucview WHERE CURRENT OF c1; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/737. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/737. React with thumbs up to raise its priority ROLLBACK; -- Check WHERE CURRENT OF with an index-only scan BEGIN; @@ -1114,7 +1114,7 @@ DELETE FROM onek WHERE CURRENT OF c1; ERROR: WHERE CURRENT OF not supported yet LINE 1: DELETE FROM onek WHERE CURRENT OF c1; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/737. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/737. React with thumbs up to raise its priority SELECT stringu1 FROM onek WHERE stringu1 = 'DZAAAA'; ERROR: current transaction is aborted, commands ignored until end of transaction block ROLLBACK; @@ -1126,12 +1126,12 @@ CREATE TABLE current_check_1 () INHERITS (current_check); ERROR: INHERITS not supported yet LINE 1: CREATE TABLE current_check_1 () INHERITS (current_check); ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1129. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1129. React with thumbs up to raise its priority CREATE TABLE current_check_2 () INHERITS (current_check); ERROR: INHERITS not supported yet LINE 1: CREATE TABLE current_check_2 () INHERITS (current_check); ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1129. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1129. React with thumbs up to raise its priority INSERT INTO current_check_1 SELECT i, 'p' || i FROM generate_series(1,9) i; ERROR: current transaction is aborted, commands ignored until end of transaction block INSERT INTO current_check_2 SELECT i, 'P' || i FROM generate_series(10,19) i; @@ -1145,7 +1145,7 @@ DELETE FROM current_check WHERE CURRENT OF c1 RETURNING *; ERROR: WHERE CURRENT OF not supported yet LINE 1: DELETE FROM current_check WHERE CURRENT OF c1 RETURNING *; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/737. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/737. React with thumbs up to raise its priority -- This tests the ExecutorRewind code path -- FETCH ABSOLUTE 13 FROM c1; -- FETCH ABSOLUTE 1 FROM c1; @@ -1153,7 +1153,7 @@ DELETE FROM current_check WHERE CURRENT OF c1 RETURNING *; ERROR: WHERE CURRENT OF not supported yet LINE 1: DELETE FROM current_check WHERE CURRENT OF c1 RETURNING *; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/737. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/737. React with thumbs up to raise its priority SELECT * FROM current_check; ERROR: current transaction is aborted, commands ignored until end of transaction block ROLLBACK; @@ -1185,7 +1185,7 @@ move backward all in c; ERROR: FETCH BACKWARD not supported yet LINE 1: move backward all in c; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/6514. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/6514. React with thumbs up to raise its priority fetch all from c; ERROR: current transaction is aborted, commands ignored until end of transaction block rollback; @@ -1219,7 +1219,7 @@ fetch backward all in c1; ERROR: FETCH BACKWARD not supported yet LINE 1: fetch backward all in c1; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/6514. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/6514. React with thumbs up to raise its priority rollback; begin; explain (costs off) declare c2 cursor for select generate_series(1,3) as g; @@ -1250,5 +1250,5 @@ fetch backward all in c2; ERROR: FETCH BACKWARD not supported yet LINE 1: fetch backward all in c2; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/6514. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/6514. React with thumbs up to raise its priority rollback; diff --git a/src/postgres/src/test/regress/expected/yb_pg_rowsecurity.out b/src/postgres/src/test/regress/expected/yb_pg_rowsecurity.out index c34b48529b5b..7f31e76cb87c 100644 --- a/src/postgres/src/test/regress/expected/yb_pg_rowsecurity.out +++ b/src/postgres/src/test/regress/expected/yb_pg_rowsecurity.out @@ -667,7 +667,7 @@ CREATE TABLE t2 (c float) INHERITS (t1); ERROR: INHERITS not supported yet LINE 1: CREATE TABLE t2 (c float) INHERITS (t1); ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1129. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1129. React with thumbs up to raise its priority GRANT ALL ON t2 TO public; ERROR: relation "t2" does not exist -- TODO(dmitry): Uncomment when table t2 will be created (ie INHERITS feature will be enabled #1129) @@ -682,7 +682,7 @@ ALTER TABLE t3 INHERIT t1; ERROR: ALTER TABLE INHERIT not supported yet LINE 1: ALTER TABLE t3 INHERIT t1; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1124. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1124. React with thumbs up to raise its priority GRANT ALL ON t3 TO public; COPY t3(a,b,c) FROM stdin; CREATE POLICY p1 ON t1 FOR ALL TO PUBLIC USING (a % 2 = 0); -- be even number @@ -3072,24 +3072,24 @@ FETCH ABSOLUTE 1 FROM current_check_cursor; ERROR: FETCH ABSOLUTE not supported yet LINE 1: FETCH ABSOLUTE 1 FROM current_check_cursor; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/6514. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/6514. React with thumbs up to raise its priority -- Still cannot UPDATE row 2 through cursor UPDATE current_check SET payload = payload || '_new' WHERE CURRENT OF current_check_cursor RETURNING *; ERROR: WHERE CURRENT OF not supported yet LINE 1: ...ATE current_check SET payload = payload || '_new' WHERE CURR... ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/737. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/737. React with thumbs up to raise its priority -- Can update row 4 through cursor, which is the next visible row FETCH RELATIVE 1 FROM current_check_cursor; ERROR: FETCH RELATIVE not supported yet LINE 1: FETCH RELATIVE 1 FROM current_check_cursor; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/6514. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/6514. React with thumbs up to raise its priority UPDATE current_check SET payload = payload || '_new' WHERE CURRENT OF current_check_cursor RETURNING *; ERROR: WHERE CURRENT OF not supported yet LINE 1: ...ATE current_check SET payload = payload || '_new' WHERE CURR... ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/737. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/737. React with thumbs up to raise its priority SELECT * FROM current_check; ERROR: current transaction is aborted, commands ignored until end of transaction block -- Plan should be a subquery TID scan @@ -3097,28 +3097,28 @@ EXPLAIN (COSTS OFF) UPDATE current_check SET payload = payload WHERE CURRENT OF ERROR: WHERE CURRENT OF not supported yet LINE 1: ...S OFF) UPDATE current_check SET payload = payload WHERE CURR... ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/737. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/737. React with thumbs up to raise its priority -- Similarly can only delete row 4 FETCH ABSOLUTE 1 FROM current_check_cursor; ERROR: FETCH ABSOLUTE not supported yet LINE 1: FETCH ABSOLUTE 1 FROM current_check_cursor; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/6514. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/6514. React with thumbs up to raise its priority DELETE FROM current_check WHERE CURRENT OF current_check_cursor RETURNING *; ERROR: WHERE CURRENT OF not supported yet LINE 1: DELETE FROM current_check WHERE CURRENT OF current_check_cur... ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/737. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/737. React with thumbs up to raise its priority FETCH RELATIVE 1 FROM current_check_cursor; ERROR: FETCH RELATIVE not supported yet LINE 1: FETCH RELATIVE 1 FROM current_check_cursor; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/6514. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/6514. React with thumbs up to raise its priority DELETE FROM current_check WHERE CURRENT OF current_check_cursor RETURNING *; ERROR: WHERE CURRENT OF not supported yet LINE 1: DELETE FROM current_check WHERE CURRENT OF current_check_cur... ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/737. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/737. React with thumbs up to raise its priority SELECT * FROM current_check; ERROR: current transaction is aborted, commands ignored until end of transaction block COMMIT; diff --git a/src/postgres/src/test/regress/expected/yb_pg_triggers.out b/src/postgres/src/test/regress/expected/yb_pg_triggers.out index d49817e9136a..6d910d84f248 100644 --- a/src/postgres/src/test/regress/expected/yb_pg_triggers.out +++ b/src/postgres/src/test/regress/expected/yb_pg_triggers.out @@ -1880,7 +1880,7 @@ create trigger my_trigger after update on my_view referencing old table as old_t ERROR: REFERENCING clause (transition tables) not supported yet LINE 1: create trigger my_trigger after update on my_view referencin... ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1668. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1668. React with thumbs up to raise its priority drop function my_trigger_function(); drop view my_view; drop table my_table; @@ -1904,7 +1904,7 @@ create trigger failed after update on parted_trig ERROR: REFERENCING clause (transition tables) not supported yet LINE 2: referencing old table as old_table ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1668. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1668. React with thumbs up to raise its priority drop table parted_trig; -- -- Verify trigger creation for partitioned tables, and drop behavior @@ -1917,7 +1917,7 @@ create table trigpart3 (like trigpart); ERROR: LIKE clause not supported yet LINE 1: create table trigpart3 (like trigpart); ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1129. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1129. React with thumbs up to raise its priority alter table trigpart attach partition trigpart3 for values from (2000) to (3000); ERROR: relation "trigpart3" does not exist create table trigpart4 partition of trigpart for values from (3000) to (4000) partition by range (a); @@ -1926,7 +1926,7 @@ create table trigpart42 (like trigpart); ERROR: LIKE clause not supported yet LINE 1: create table trigpart42 (like trigpart); ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1129. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1129. React with thumbs up to raise its priority alter table trigpart4 attach partition trigpart42 for values from (3500) to (4000); ERROR: relation "trigpart42" does not exist select tgrelid::regclass, tgname, tgfoid::regproc from pg_trigger @@ -1998,7 +1998,7 @@ create table trigpart3 (like trigpart); ERROR: LIKE clause not supported yet LINE 1: create table trigpart3 (like trigpart); ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1129. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1129. React with thumbs up to raise its priority create trigger trg1 after insert on trigpart3 for each row execute procedure trigger_nothing(); ERROR: relation "trigpart3" does not exist \d trigpart3 @@ -2218,7 +2218,7 @@ create constraint trigger parted_trig after insert on parted_constr_ancestor ERROR: CREATE CONSTRAINT TRIGGER not supported yet LINE 1: create constraint trigger parted_trig after insert on parted... ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1709. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1709. React with thumbs up to raise its priority /* create constraint trigger parted_trig_two after insert on parted_constr deferrable initially deferred @@ -2279,7 +2279,7 @@ create constraint trigger parted_trigger after update on parted_trigger ERROR: CREATE CONSTRAINT TRIGGER not supported yet LINE 1: create constraint trigger parted_trigger after update on par... ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1709. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1709. React with thumbs up to raise its priority /* create constraint trigger parted_trigger after update on unparted_trigger from parted_referenced @@ -2324,7 +2324,7 @@ alter table trg_clone add constraint uniq unique (a) deferrable; ERROR: DEFERRABLE unique constraints are not supported yet LINE 1: alter table trg_clone add constraint uniq unique (a) deferra... ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1129. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1129. React with thumbs up to raise its priority /* create table trg_clone2 partition of trg_clone for values from (1000) to (2000); create table trg_clone3 partition of trg_clone for values from (2000) to (3000) @@ -2353,7 +2353,7 @@ CREATE TABLE trgfire3 (LIKE trgfire); ERROR: LIKE clause not supported yet LINE 1: CREATE TABLE trgfire3 (LIKE trgfire); ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1129. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1129. React with thumbs up to raise its priority ALTER TABLE trgfire ATTACH PARTITION trgfire3 FOR VALUES FROM (20) TO (30); ERROR: relation "trgfire3" does not exist INSERT INTO trgfire VALUES (21); @@ -2366,7 +2366,7 @@ CREATE TABLE trgfire5 (LIKE trgfire) PARTITION BY LIST (i); ERROR: LIKE clause not supported yet LINE 1: CREATE TABLE trgfire5 (LIKE trgfire) PARTITION BY LIST (i); ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1129. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1129. React with thumbs up to raise its priority CREATE TABLE trgfire5_40 PARTITION OF trgfire5 FOR VALUES IN (40); ERROR: relation "trgfire5" does not exist ALTER TABLE trgfire ATTACH PARTITION trgfire5 FOR VALUES FROM (40) TO (50); @@ -2461,7 +2461,7 @@ create trigger parent_insert_trig ERROR: REFERENCING clause (transition tables) not supported yet LINE 2: after insert on parent referencing new table as new_table ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1668. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1668. React with thumbs up to raise its priority /* create trigger parent_update_trig after update on parent referencing old table as old_table new table as new_table @@ -2764,7 +2764,7 @@ create trigger table1_trig ERROR: REFERENCING clause (transition tables) not supported yet LINE 2: after insert on table1 referencing new table as new_table ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1668. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1668. React with thumbs up to raise its priority -- TODO When transition tables ('REFERENCING' clause) are supported in YB enable the tests below. /* create trigger table2_trig diff --git a/src/postgres/src/test/regress/expected/yb_pg_tsearch.out b/src/postgres/src/test/regress/expected/yb_pg_tsearch.out index 68b53554a841..cf7f66216334 100644 --- a/src/postgres/src/test/regress/expected/yb_pg_tsearch.out +++ b/src/postgres/src/test/regress/expected/yb_pg_tsearch.out @@ -118,7 +118,7 @@ SELECT count(*) FROM test_tsvector WHERE a @@ '!no_such_lexeme'; create index wowidx on test_tsvector using gist (a); ERROR: index method "gist" not supported yet -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1337. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1337. React with thumbs up to raise its priority CREATE INDEX wowidx ON test_tsvector USING gin (a); SET enable_seqscan=OFF; -- GIN only supports bitmapscan, so no need to test plain indexscan diff --git a/src/postgres/src/test/regress/expected/yb_pg_with.out b/src/postgres/src/test/regress/expected/yb_pg_with.out index fc8109551f03..1f21b075644a 100644 --- a/src/postgres/src/test/regress/expected/yb_pg_with.out +++ b/src/postgres/src/test/regress/expected/yb_pg_with.out @@ -2126,7 +2126,7 @@ CREATE TEMP TABLE child1 ( ) INHERITS ( parent ); ERROR: INHERITS not supported yet LINE 1: CREATE TEMP TABLE child1 ( ) INHERITS ( parent ); ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1129. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1129. React with thumbs up to raise its priority /* CREATE TEMP TABLE child2 ( ) INHERITS ( parent ); INSERT INTO parent VALUES ( 1, 'p1' ); diff --git a/src/postgres/src/test/regress/expected/yb_tablespaces.out b/src/postgres/src/test/regress/expected/yb_tablespaces.out index ef2d9fdb87f8..c557133c62bf 100644 --- a/src/postgres/src/test/regress/expected/yb_tablespaces.out +++ b/src/postgres/src/test/regress/expected/yb_tablespaces.out @@ -41,7 +41,7 @@ CREATE TABLESPACE x LOCATION '/data'; WARNING: LOCATION not supported yet and will be ignored LINE 1: CREATE TABLESPACE x LOCATION '/data'; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/6569. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/6569. React with thumbs up to raise its priority -- Sum of min_num_replicas lesser than num_replicas. CREATE TABLESPACE y WITH (replica_placement='{"num_replicas":3, "placement_blocks":[{"cloud":"cloud1","region":"r1","zone":"z1","min_num_replicas":1},{"cloud":"cloud2","region":"r2", "zone":"z2", "min_num_replicas":1}]}'); NOTICE: num_replicas is 3, and the total min_num_replicas fields is 2. The location of the additional 1 replicas among the specified zones will be decided dynamically based on the cluster load @@ -86,13 +86,13 @@ CREATE TABLESPACE regress_tblspace LOCATION '/data'; WARNING: LOCATION not supported yet and will be ignored LINE 1: CREATE TABLESPACE regress_tblspace LOCATION '/data'; ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/6569. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/6569. React with thumbs up to raise its priority -- try setting and resetting some properties for the new tablespace ALTER TABLESPACE regress_tblspace SET (random_page_cost = 1.0, seq_page_cost = 1.1); ERROR: ALTER TABLESPACE not supported yet LINE 1: ALTER TABLESPACE regress_tblspace SET (random_page_cost = 1.... ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1153. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1153. React with thumbs up to raise its priority -- Enable these tests after ALTER is supported. /* ALTER TABLESPACE regress_tblspace SET (some_nonexistent_parameter = true); -- fail @@ -583,7 +583,7 @@ ALTER TABLESPACE tblspace SET (random_page_cost = 1.0, seq_page_cost = 1.1); ERROR: ALTER TABLESPACE not supported yet LINE 1: ALTER TABLESPACE tblspace SET (random_page_cost = 1.0, seq_p... ^ -HINT: See https://github.com/YugaByte/yugabyte-db/issues/1153. Click '+' on the description to raise its priority +HINT: See https://github.com/yugabyte/yugabyte-db/issues/1153. React with thumbs up to raise its priority -- Verify yb_db_admin role can DROP tablespace DROP TABLE tbl; DROP TABLE tbl_other;