Change Does Not Exist to 'does not exist'.

This commit is contained in:
Bruce Momjian 1999-03-16 02:57:10 +00:00
parent 3a03e3cd30
commit d4ff6c3093
4 changed files with 7 additions and 7 deletions

View File

@ -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(分类号);

View File

@ -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 (分類코드);

View 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 (狞瞥婉螭);

View File

@ -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<41>ÇAIS');