We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2969c01 commit 29f6c8dCopy full SHA for 29f6c8d
src/test/regress/expected/euc_jp.out
@@ -1,5 +1,5 @@
1
drop table �����Ѹ�;
2
-ERROR: Relation '�����Ѹ�' does not exist
+ERROR: table "�����Ѹ�" is nonexistent
3
create table �����Ѹ� (�Ѹ� text, ʬ�ॳ���� varchar, ����1A���� char(16));
4
create index �����Ѹ�index1 on �����Ѹ� using btree (�Ѹ�);
5
create index �����Ѹ�index2 on �����Ѹ� using hash (ʬ�ॳ����);
0 commit comments