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 (ʬÎàΒ₯³‘¼Β₯Γ‰);