@@ -112,7 +112,7 @@ diff -U3 --label=/mnt/data1/postgres/src/test/regress/expected/functional_deps.o
112112-ERROR: cannot drop constraint articles_pkey on table articles because other objects depend on it
113113-DETAIL: view fdv1 depends on constraint articles_pkey on table articles
114114-HINT: Use DROP ... CASCADE to drop the dependent objects too.
115- +ERROR: relation "articles" (1613) : unimplemented: primary key dropped without subsequent addition of new primary key in same transaction
115+ +ERROR: relation "articles": unimplemented: primary key dropped without subsequent addition of new primary key in same transaction
116116+HINT: You have attempted to use a feature that is not yet implemented.
117117+See: https://go.crdb.dev/issue-v/48026/_version_
118118 DROP VIEW fdv1;
@@ -125,14 +125,14 @@ diff -U3 --label=/mnt/data1/postgres/src/test/regress/expected/functional_deps.o
125125-ERROR: cannot drop constraint articles_pkey on table articles because other objects depend on it
126126-DETAIL: view fdv2 depends on constraint articles_pkey on table articles
127127-HINT: Use DROP ... CASCADE to drop the dependent objects too.
128- +ERROR: relation "articles" (1613) : unimplemented: primary key dropped without subsequent addition of new primary key in same transaction
128+ +ERROR: relation "articles": unimplemented: primary key dropped without subsequent addition of new primary key in same transaction
129129+HINT: You have attempted to use a feature that is not yet implemented.
130130+See: https://go.crdb.dev/issue-v/48026/_version_
131131 ALTER TABLE articles_in_category DROP CONSTRAINT articles_in_category_pkey RESTRICT; --fail
132132-ERROR: cannot drop constraint articles_in_category_pkey on table articles_in_category because other objects depend on it
133133-DETAIL: view fdv2 depends on constraint articles_in_category_pkey on table articles_in_category
134134-HINT: Use DROP ... CASCADE to drop the dependent objects too.
135- +ERROR: relation "articles_in_category" (1614) : unimplemented: primary key dropped without subsequent addition of new primary key in same transaction
135+ +ERROR: relation "articles_in_category": unimplemented: primary key dropped without subsequent addition of new primary key in same transaction
136136+HINT: You have attempted to use a feature that is not yet implemented.
137137+See: https://go.crdb.dev/issue-v/48026/_version_
138138 DROP VIEW fdv2;
@@ -145,7 +145,7 @@ diff -U3 --label=/mnt/data1/postgres/src/test/regress/expected/functional_deps.o
145145-ERROR: cannot drop constraint articles_pkey on table articles because other objects depend on it
146146-DETAIL: view fdv3 depends on constraint articles_pkey on table articles
147147-HINT: Use DROP ... CASCADE to drop the dependent objects too.
148- +ERROR: relation "articles" (1613) : unimplemented: primary key dropped without subsequent addition of new primary key in same transaction
148+ +ERROR: relation "articles": unimplemented: primary key dropped without subsequent addition of new primary key in same transaction
149149+HINT: You have attempted to use a feature that is not yet implemented.
150150+See: https://go.crdb.dev/issue-v/48026/_version_
151151 DROP VIEW fdv3;
@@ -155,7 +155,7 @@ diff -U3 --label=/mnt/data1/postgres/src/test/regress/expected/functional_deps.o
155155-ERROR: cannot drop constraint articles_pkey on table articles because other objects depend on it
156156-DETAIL: view fdv4 depends on constraint articles_pkey on table articles
157157-HINT: Use DROP ... CASCADE to drop the dependent objects too.
158- +ERROR: relation "articles" (1613) : unimplemented: primary key dropped without subsequent addition of new primary key in same transaction
158+ +ERROR: relation "articles": unimplemented: primary key dropped without subsequent addition of new primary key in same transaction
159159+HINT: You have attempted to use a feature that is not yet implemented.
160160+See: https://go.crdb.dev/issue-v/48026/_version_
161161 DROP VIEW fdv4;
@@ -165,7 +165,7 @@ diff -U3 --label=/mnt/data1/postgres/src/test/regress/expected/functional_deps.o
165165 (0 rows)
166166
167167 ALTER TABLE articles DROP CONSTRAINT articles_pkey RESTRICT;
168- +ERROR: relation "articles" (1613) : unimplemented: primary key dropped without subsequent addition of new primary key in same transaction
168+ +ERROR: relation "articles": unimplemented: primary key dropped without subsequent addition of new primary key in same transaction
169169+HINT: You have attempted to use a feature that is not yet implemented.
170170+See: https://go.crdb.dev/issue-v/48026/_version_
171171 EXECUTE foo; -- fail
0 commit comments