Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
d4ff6c30
Commit
d4ff6c30
authored
Mar 16, 1999
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change Does Not Exist to 'does not exist'.
parent
3a03e3cd
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
src/test/regress/expected/euc_cn.out
src/test/regress/expected/euc_cn.out
+1
-1
src/test/regress/expected/euc_kr.out
src/test/regress/expected/euc_kr.out
+1
-1
src/test/regress/expected/euc_tw.out
src/test/regress/expected/euc_tw.out
+1
-1
src/test/regress/expected/mule_internal.out
src/test/regress/expected/mule_internal.out
+4
-4
No files found.
src/test/regress/expected/euc_cn.out
View file @
d4ff6c30
QUERY: drop table 计算机术语;
ERROR: Relation 计算机术语
Does Not E
xist!
ERROR: Relation 计算机术语
does not e
xist!
QUERY: create table 计算机术语(术语 text, 分类号 varchar, 备注1A char(16));
QUERY: create index 计算机术语index1 on 计算机术语 using btree(术语);
QUERY: create index 计算机术语index2 on 计算机术语 using btree(分类号);
...
...
src/test/regress/expected/euc_kr.out
View file @
d4ff6c30
QUERY: drop table 計算機용어;
ERROR: Relation 計算機용어
Does Not E
xist!
ERROR: Relation 計算機용어
does not e
xist!
QUERY: create table 計算機용어 (용어 text, 分類코드 varchar, 비고1A라구 char(16));
QUERY: create index 計算機용어index1 on 計算機용어 using btree (용어);
QUERY: create index 計算機용어index2 on 計算機용어 using hash (分類코드);
...
...
src/test/regress/expected/euc_tw.out
View file @
d4ff6c30
QUERY: drop table 燹俑骜砧;
ERROR: Relation 燹俑
骜砧 Does No
t Exist!
ERROR: Relation 燹俑
骜砧 does no
t exist!
QUERY: create table 燹俑骜砧 (如淦杀 text, 狞瞥婉螭 varchar, 氢蛇 varchar(16));
QUERY: create index 燹俑骜砧index1 on 燹俑骜砧 using btree (如淦杀);
QUERY: create index 燹俑骜砧index2 on 燹俑骜砧 using hash (狞瞥婉螭);
...
...
src/test/regress/expected/mule_internal.out
View file @
d4ff6c30
QUERY: drop table גђ;
ERROR: Relation גђ
Does Not E
xist!
ERROR: Relation גђ
does not e
xist!
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 E
xist!
ERROR: Relation Ƒ㑻
does not e
xist!
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 E
xist!
ERROR: Relation ͪߩѦ듾
does not e
xist!
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 E
xist!
ERROR: Relation test
does not e
xist!
QUERY: create table test (t text);
QUERY: insert into test values('ENGLISH');
QUERY: insert into test values('FRANAIS');
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment