projects
/
users
/
andresfreund
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2969c01
)
Fix for drop db message format changes
author
Tatsuo Ishii
<ishii@postgresql.org>
Fri, 27 Oct 2000 02:25:34 +0000
(
02:25
+0000)
committer
Tatsuo Ishii
<ishii@postgresql.org>
Fri, 27 Oct 2000 02:25:34 +0000
(
02:25
+0000)
src/test/regress/expected/euc_jp.out
patch
|
blob
|
blame
|
history
diff --git
a/src/test/regress/expected/euc_jp.out
b/src/test/regress/expected/euc_jp.out
index 190f631fe0484c36396c45f8cfe765db4d7f911b..f95d283501bd5eba936250b62883a7c6a0cf0fe2 100644
(file)
--- 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 exis
t
+ERROR:
table "Β·Γ»»¡‘ΓΓΒΈΓ¬" is nonexisten
t
create table Β·Γ»»¡‘ΓΓΒΈΓ¬ (ΓΓΒΈΓ¬ text, ΓΒ¬ΓΓ Β₯³‘¼Β₯Γ varchar, ΓΓ·ΒΉΓ1AΒ€Γۏ char(16));
create index Β·Γ»»¡‘ΓΓΒΈΓ¬index1 on Β·Γ»»¡‘ΓΓΒΈΓ¬ using btree (ΓΓΒΈΓ¬);
create index Β·Γ»»¡‘ΓΓΒΈΓ¬index2 on Β·Γ»»¡‘ΓΓΒΈΓ¬ using hash (ΓΒ¬ΓΓ Β₯³‘¼Β₯Γ);