|
1 | 1 | QUERY: drop table ��ג�������ђ��;
|
2 |
| -ERROR: Relation ��ג�������ђ�� Does Not Exist! |
| 2 | +ERROR: Relation '��ג�������ђ��' does not exist |
3 | 3 | QUERY: create table ��ג�������ђ�� (��ђ�� text, �ʬ������������ varchar, ������1A������ char(16));
|
4 | 4 | QUERY: create index ��ג�������ђ��index1 on ��ג�������ђ�� using btree (��ђ��);
|
5 | 5 | QUERY: create index ��ג�������ђ��index2 on ��ג�������ђ�� using hash (�ʬ������������);
|
@@ -86,7 +86,7 @@ QUERY: select *,substring(
|
86 | 86 | (3 rows)
|
87 | 87 |
|
88 | 88 | QUERY: drop table ��Ƒ�㑻�������;
|
89 |
| -ERROR: Relation ��Ƒ�㑻������� Does Not Exist! |
| 89 | +ERROR: Relation '��Ƒ�㑻�������' does not exist |
90 | 90 | QUERY: create table ��Ƒ�㑻�������(������ text, ��֑����� varchar, ����ע1A char(16));
|
91 | 91 | QUERY: create index ��Ƒ�㑻�������index1 on ��Ƒ�㑻������� using btree(������);
|
92 | 92 | QUERY: create index ��Ƒ�㑻�������index2 on ��Ƒ�㑻������� using btree(��֑�����);
|
@@ -173,7 +173,7 @@ QUERY: select *,substring(
|
173 | 173 | (3 rows)
|
174 | 174 |
|
175 | 175 | QUERY: drop table �ͪ�ߩ�Ѧ��듾�;
|
176 |
| -ERROR: Relation �ͪ�ߩ�Ѧ��듾� Does Not Exist! |
| 176 | +ERROR: Relation '�ͪ�ߩ�Ѧ��듾�' does not exist |
177 | 177 | QUERY: create table �ͪ�ߩ�Ѧ��듾� (��듾� text, ����ړ�� varchar, ����1A�� char(16));
|
178 | 178 | QUERY: create index �ͪ�ߩ�Ѧ��듾�index1 on �ͪ�ߩ�Ѧ��듾� using btree (��듾�);
|
179 | 179 | QUERY: create index �ͪ�ߩ�Ѧ��듾�index2 on �ͪ�ߩ�Ѧ��듾� using hash (����ړ��);
|
@@ -260,7 +260,7 @@ QUERY: select *,substring(
|
260 | 260 | (3 rows)
|
261 | 261 |
|
262 | 262 | QUERY: drop table test;
|
263 |
| -ERROR: Relation test Does Not Exist! |
| 263 | +ERROR: Relation 'test' does not exist |
264 | 264 | QUERY: create table test (t text);
|
265 | 265 | QUERY: insert into test values('ENGLISH');
|
266 | 266 | QUERY: insert into test values('FRAN��AIS');
|
|
0 commit comments