From d69344c52022676ac0131eaf0d3f93a2fd10e74c Mon Sep 17 00:00:00 2001 From: Tom Lane <tgl@sss.pgh.pa.us> Date: Sun, 25 Apr 1999 23:16:23 +0000 Subject: [PATCH] More multibyte tests with obsolete spelling of error message... --- src/test/regress/expected/euc_cn.out | 2 +- src/test/regress/expected/euc_kr.out | 2 +- src/test/regress/expected/euc_tw.out | 2 +- src/test/regress/expected/mule_internal.out | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/test/regress/expected/euc_cn.out b/src/test/regress/expected/euc_cn.out index 1a378d1589b..b9944f48fd8 100644 --- a/src/test/regress/expected/euc_cn.out +++ b/src/test/regress/expected/euc_cn.out @@ -1,5 +1,5 @@ QUERY: drop table ���������; -ERROR: Relation ��������� does not exist! +ERROR: Relation '���������' does not exist QUERY: create table ���������(���� text, ����� varchar, ��ע1A char(16)); QUERY: create index ���������index1 on ��������� using btree(����); QUERY: create index ���������index2 on ��������� using btree(�����); diff --git a/src/test/regress/expected/euc_kr.out b/src/test/regress/expected/euc_kr.out index f1643ffdc78..9d3ca8ce3dd 100644 --- a/src/test/regress/expected/euc_kr.out +++ b/src/test/regress/expected/euc_kr.out @@ -1,5 +1,5 @@ QUERY: drop table ͪߩѦ���; -ERROR: Relation ͪߩѦ��� does not exist! +ERROR: Relation 'ͪߩѦ���' does not exist QUERY: create table ͪߩѦ��� (��� text, ���ڵ� varchar, ���1A�� char(16)); QUERY: create index ͪߩѦ���index1 on ͪߩѦ��� using btree (���); QUERY: create index ͪߩѦ���index2 on ͪߩѦ��� using hash (���ڵ�); diff --git a/src/test/regress/expected/euc_tw.out b/src/test/regress/expected/euc_tw.out index b7846efe24d..a7d2b940695 100644 --- a/src/test/regress/expected/euc_tw.out +++ b/src/test/regress/expected/euc_tw.out @@ -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 (��Ƴ���); diff --git a/src/test/regress/expected/mule_internal.out b/src/test/regress/expected/mule_internal.out index c28f6356ab5..09f5489ee5f 100644 --- a/src/test/regress/expected/mule_internal.out +++ b/src/test/regress/expected/mule_internal.out @@ -1,5 +1,5 @@ QUERY: drop table ��ג�������ђ��; -ERROR: Relation ��ג�������ђ�� does not exist! +ERROR: Relation '��ג�������ђ��' does not exist QUERY: create table ��ג�������ђ�� (��ђ�� text, �ʬ������������ varchar, ������1A������ char(16)); QUERY: create index ��ג�������ђ��index1 on ��ג�������ђ�� using btree (��ђ��); QUERY: create index ��ג�������ђ��index2 on ��ג�������ђ�� using hash (�ʬ������������); @@ -86,7 +86,7 @@ QUERY: select *,substring( (3 rows) QUERY: drop table ��Ƒ�㑻�������; -ERROR: Relation ��Ƒ�㑻������� does not exist! +ERROR: Relation '��Ƒ�㑻�������' does not exist QUERY: create table ��Ƒ�㑻�������(������ text, ��֑����� varchar, ����ע1A char(16)); QUERY: create index ��Ƒ�㑻�������index1 on ��Ƒ�㑻������� using btree(������); QUERY: create index ��Ƒ�㑻�������index2 on ��Ƒ�㑻������� using btree(��֑�����); @@ -173,7 +173,7 @@ QUERY: select *,substring( (3 rows) QUERY: drop table �ͪ�ߩ�Ѧ��듾�; -ERROR: Relation �ͪ�ߩ�Ѧ��듾� does not exist! +ERROR: Relation '�ͪ�ߩ�Ѧ��듾�' does not exist QUERY: create table �ͪ�ߩ�Ѧ��듾� (��듾� text, ����ړ�� varchar, ����1A�� char(16)); QUERY: create index �ͪ�ߩ�Ѧ��듾�index1 on �ͪ�ߩ�Ѧ��듾� using btree (��듾�); QUERY: create index �ͪ�ߩ�Ѧ��듾�index2 on �ͪ�ߩ�Ѧ��듾� using hash (����ړ��); @@ -260,7 +260,7 @@ QUERY: select *,substring( (3 rows) QUERY: drop table test; -ERROR: Relation test does not exist! +ERROR: Relation 'test' does not exist QUERY: create table test (t text); QUERY: insert into test values('ENGLISH'); QUERY: insert into test values('FRAN��AIS');