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
0e1043b7
Commit
0e1043b7
authored
Mar 16, 2000
by
Tatsuo Ishii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes for char_length() change.
parent
805e0c45
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
269 additions
and
269 deletions
+269
-269
src/test/regress/expected/euc_cn.out
src/test/regress/expected/euc_cn.out
+5
-5
src/test/regress/expected/euc_kr.out
src/test/regress/expected/euc_kr.out
+5
-5
src/test/regress/expected/euc_tw.out
src/test/regress/expected/euc_tw.out
+5
-5
src/test/regress/expected/mule_internal.out
src/test/regress/expected/mule_internal.out
+249
-249
src/test/regress/expected/sql_ascii.out
src/test/regress/expected/sql_ascii.out
+5
-5
No files found.
src/test/regress/expected/euc_cn.out
View file @
0e1043b7
...
...
@@ -54,11 +54,11 @@ select * from
(2 rows)
select *,character_length(术语) from 计算机术语;
术语 | 分类号 | 备注1a | length
------------+---------+--------+--------
电脑显示屏 | 机A01上 | | 5
电脑图形 | 分B01中 | | 4
电脑程序员 | 人Z01下 | | 5
术语 | 分类号 | 备注1a |
char_
length
------------+---------+--------+--------
-----
电脑显示屏 | 机A01上 | |
5
电脑图形 | 分B01中 | |
4
电脑程序员 | 人Z01下 | |
5
(3 rows)
select *,octet_length(术语) from 计算机术语;
...
...
src/test/regress/expected/euc_kr.out
View file @
0e1043b7
...
...
@@ -54,11 +54,11 @@ select * from 計算機
(2 rows)
select *,character_length(용어) from 計算機용어;
용어 | 分類코드 | 비고1a라구 | length
------------------+----------+------------+--------
컴퓨터디스플레이 | 機A01上 | | 8
컴퓨터그래픽스 | 分B10中 | | 7
컴퓨터프로그래머 | 人Z01下 | | 8
용어 | 分類코드 | 비고1a라구 |
char_
length
------------------+----------+------------+--------
-----
컴퓨터디스플레이 | 機A01上 | |
8
컴퓨터그래픽스 | 分B10中 | |
7
컴퓨터프로그래머 | 人Z01下 | |
8
(3 rows)
select *,octet_length(용어) from 計算機용어;
...
...
src/test/regress/expected/euc_tw.out
View file @
0e1043b7
...
...
@@ -52,11 +52,11 @@ select * from
(1 row)
select *, character_length(如淦杀) from 燹俑骜砧;
如淦杀 | 狞瞥婉螭 | 氢蛇 | length
--------+------------------+---------+--------
缳妾淦 | 绠绠绎世 | 啤A01念 | 3
犒葸淦 | 芈溷却宇狞瞥 | 你B10你 | 3
螫悖淦 | 印汤洗枪却宇狞瞥 | 仨Z01摩 | 3
如淦杀 | 狞瞥婉螭 | 氢蛇 |
char_
length
--------+------------------+---------+--------
-----
缳妾淦 | 绠绠绎世 | 啤A01念 |
3
犒葸淦 | 芈溷却宇狞瞥 | 你B10你 |
3
螫悖淦 | 印汤洗枪却宇狞瞥 | 仨Z01摩 |
3
(3 rows)
select *, octet_length(如淦杀) from 燹俑骜砧;
...
...
src/test/regress/expected/mule_internal.out
View file @
0e1043b7
This diff is collapsed.
Click to expand it.
src/test/regress/expected/sql_ascii.out
View file @
0e1043b7
...
...
@@ -54,11 +54,11 @@ select * from computer_terms where term ~* 'computer [DG]';
(2 rows)
select *,character_length(term) from computer_terms;
term | category | comments | length
---------------------+----------+------------------+--------
computer display | X-A01-Y | a comment 1 | 16
computer graphics | T-B01-Y | a comment 2 | 17
computer programmer | S-Z01-Y | a comment 3 | 19
term | category | comments |
char_
length
---------------------+----------+------------------+--------
-----
computer display | X-A01-Y | a comment 1 |
16
computer graphics | T-B01-Y | a comment 2 |
17
computer programmer | S-Z01-Y | a comment 3 |
19
(3 rows)
select *,octet_length(term) from computer_terms;
...
...
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