mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-07 11:27:45 +08:00
Fix for drop db message format changes
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
drop table �����Ѹ�;
|
||||
ERROR: Relation '�����Ѹ�' does not exist
|
||||
ERROR: table "�����Ѹ�" is nonexistent
|
||||
create table �����Ѹ� (�Ѹ� text, ʬ�ॳ���� varchar, ����1A���� char(16));
|
||||
create index �����Ѹ�index1 on �����Ѹ� using btree (�Ѹ�);
|
||||
create index �����Ѹ�index2 on �����Ѹ� using hash (ʬ�ॳ����);
|
||||
|
||||
Reference in New Issue
Block a user