]> granicus.if.org Git - postgresql/commitdiff
Fix for drop db message format changes
authorTatsuo Ishii <ishii@postgresql.org>
Fri, 27 Oct 2000 02:25:34 +0000 (02:25 +0000)
committerTatsuo Ishii <ishii@postgresql.org>
Fri, 27 Oct 2000 02:25:34 +0000 (02:25 +0000)
src/test/regress/expected/euc_jp.out

index 190f631fe0484c36396c45f8cfe765db4d7f911b..f95d283501bd5eba936250b62883a7c6a0cf0fe2 100644 (file)
@@ -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 (ʬÎॳ¡¼¥É);