spqr icon indicating copy to clipboard operation
spqr copied to clipboard

prefixed reference relation drop bug

Open reshke opened this issue 5 months ago • 1 comments

spqr-console=> show reference_relations;
 table name | schema version | shards
------------+----------------+--------
 zz         | 1              | []
 zzx        | 1              | []
(2 rows)

spqr-console=> drop reference relation zz;
ERROR:  too much distributions matched: 2
spqr-console=> drop reference relation zzx;
 drop reference table
----------------------
 table -> zzx
(1 row)

spqr-console=> drop reference relation zz;
 drop reference table
----------------------
 table -> zz
(1 row)

reshke avatar Jul 03 '25 07:07 reshke

It is still actual

Denchick avatar Aug 12 '25 10:08 Denchick