From: Tatsuo Ishii Date: Fri, 27 Oct 2000 02:25:34 +0000 (+0000) Subject: Fix for drop db message format changes X-Git-Tag: REL7_1_BETA~336 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=29f6c8dff8569330c09c2f12a515f624907fce52;p=thirdparty%2Fpostgresql.git Fix for drop db message format changes --- diff --git a/src/test/regress/expected/euc_jp.out b/src/test/regress/expected/euc_jp.out index 190f631fe04..f95d283501b 100644 --- a/src/test/regress/expected/euc_jp.out +++ b/src/test/regress/expected/euc_jp.out @@ -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 (ʬÎॳ¡¼¥É);