Skip to content
Snippets Groups Projects
Commit 29f6c8df authored by Tatsuo Ishii's avatar Tatsuo Ishii
Browse files

Fix for drop db message format changes

parent 2969c01d
No related branches found
No related tags found
No related merge requests found
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 (分類コード);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment