mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-05 19:09:58 +08:00
Fix for drop db message format changes
This commit is contained in:
parent
2969c01d55
commit
29f6c8dff8
@ -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 (分類コード);
|
||||
|
Loading…
Reference in New Issue
Block a user