]> granicus.if.org Git - postgresql/blobdiff - src/test/mb/expected/euc_tw.out
Multibyte tests were all 'failing' because of change of
[postgresql] / src / test / mb / expected / euc_tw.out
index c0aff468d0f75cd070ec633a1280db50ec800434..a7d2b940695d88ead7afd96fc5b42a8f0cc5001e 100644 (file)
@@ -1,5 +1,5 @@
 QUERY: drop table ìÞÙ¸æñÕè;
-ERROR:  Relation ìÞÙ¸æñÕè Does Not Exist!
+ERROR:  Relation 'ìÞÙ¸æñÕè' does not exist
 QUERY: create table ìÞÙ¸æñÕè (ÈçäÆɱ text, ÄüƳÍñó¤ varchar, ÇâÉß varchar(16));
 QUERY: create index ìÞÙ¸æñÕèindex1 on ìÞÙ¸æñÕè using btree (ÈçäÆɱ);
 QUERY: create index ìÞÙ¸æñÕèindex2 on ìÞÙ¸æñÕè using hash (ÄüƳÍñó¤);