projects
/
postgresql.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
Fri, 27 Oct 2000 02:25:34 +0000
(
02:25
+0000)
committer
Tatsuo Ishii
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 (ʬÎॳ¡¼¥É);