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
f8a41a0b
Commit
f8a41a0b
authored
Jan 16, 1997
by
Marc G. Fournier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
This is one of those patches that obviously fixes something, just not
sure exactly what it is it fixes...
parent
e141fc66
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
16 deletions
+16
-16
src/test/regress/expected.input
src/test/regress/expected.input
+16
-16
No files found.
src/test/regress/expected.input
View file @
f8a41a0b
...
...
@@ -3919,9 +3919,9 @@ QUERY: COPY BINARY stud_emp FROM '_CWD_/stud_emp.data';
QUERY: SELECT * FROM stud_emp;
name |age|location |salary|manager|gpa|percent
-----+---+----------+------+-------+---+-------
jeff | 23|(8,7.7) | 600|sharon |3.5|
cim | 30|(10.5,4.7)| 400| |3.4|
linda| 19|(0.9,6.1) | 100| |2.9|
jeff | 23|(8,7.7) | 600|sharon |3.5|
0
cim | 30|(10.5,4.7)| 400| |3.4|
0
linda| 19|(0.9,6.1) | 100| |2.9|
0
(3 rows)
QUERY: SELECT count(*) FROM onek;
...
...
@@ -6764,11 +6764,11 @@ xacttest
(63 rows)
QUERY: SELECT * FROM arrtest;
a |b
|c |d |e
-----------+---------------
------
+-------------+-----------------+-------------
{1,2,3,4,5}|{{{0,0}
},{{1,2}}}
|{} |{} |
{11,12,23} |{{
{3},{4}},{{4},{5}}}
|{"foobar"} |{{"elt1","elt2"}}|{"3.4","6.7"}
{} |{
{{3,4},{0,0}}} |{"foo","bar"}|{{"bar"},{"foo"}}
|
a |b |c |d |e
-----------+---------------+-------------+-----------------+-------------
{1,2,3,4,5}|{{{0,0}
,{1,2}}}
|{} |{} |
{11,12,23} |{{
3,4},{4,5}}
|{"foobar"} |{{"elt1","elt2"}}|{"3.4","6.7"}
{} |{
3,4} |{"foo","bar"}|{"bar","foo"}
|
(3 rows)
QUERY: SELECT arrtest.a[1],
...
...
@@ -6780,8 +6780,8 @@ QUERY: SELECT arrtest.a[1],
a|b|c |d |e
--+-+------+----+-
1|0| | |
11|
3
|foobar|elt1|
|
3|foo |bar
|
11|
|foobar|elt1|
|
|foo |
|
(3 rows)
QUERY: SELECT arrtest.a[1:3],
...
...
@@ -6791,17 +6791,17 @@ QUERY: SELECT arrtest.a[1:3],
FROM arrtest;
a |b |c |d
----------+---------------+-------------+-----------------
{1,2,3} |
| |
{1,2,3} |
{{{0,0},{1,2}}}
| |
{11,12,23}| | |{{"elt1","elt2"}}
|
{{{3,4},{0,0}}}
|{"foo","bar"}|
|
|{"foo","bar"}|
(3 rows)
QUERY: SELECT array_dims(arrtest.b) AS x;
x
---------------
[1:2][1:1][1:2]
[1:2][1:2][1:1]
[1:1][1:2][1:2]
[1:2][1:2]
[1:2]
(3 rows)
QUERY: SELECT *
...
...
@@ -6819,9 +6819,9 @@ QUERY: SELECT arrtest.a[1:3],
FROM arrtest;
a |b |c |d
----------+---------------+-------------+-----------------
{1,2,3} |
| |
{1,2,3} |
{{{0,0},{1,2}}}
| |
{11,12,23}| | |{{"elt1","elt2"}}
|
{{{3,4},{0,0}}}
|{"foo","bar"}|
|
|{"foo","bar"}|
(3 rows)
=============== running error queries ... =================
...
...
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