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
2a559349
Commit
2a559349
authored
Mar 09, 2000
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove SHOW after datestyle reset.
parent
de62329a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
9 deletions
+0
-9
src/test/regress/expected/horology-no-DST-before-1970.out
src/test/regress/expected/horology-no-DST-before-1970.out
+0
-2
src/test/regress/expected/horology-solaris-1947.out
src/test/regress/expected/horology-solaris-1947.out
+0
-2
src/test/regress/expected/horology.out
src/test/regress/expected/horology.out
+0
-2
src/test/regress/sql/horology.sql
src/test/regress/sql/horology.sql
+0
-3
No files found.
src/test/regress/expected/horology-no-DST-before-1970.out
View file @
2a559349
...
...
@@ -1124,5 +1124,3 @@ SELECT '' AS eight, f1 AS european_sql FROM ABSTIME_TBL;
(8 rows)
RESET DateStyle;
SHOW DateStyle;
NOTICE: DateStyle is ISO with US (NonEuropean) conventions
src/test/regress/expected/horology-solaris-1947.out
View file @
2a559349
...
...
@@ -1124,5 +1124,3 @@ SELECT '' AS eight, f1 AS european_sql FROM ABSTIME_TBL;
(8 rows)
RESET DateStyle;
SHOW DateStyle;
NOTICE: DateStyle is ISO with US (NonEuropean) conventions
src/test/regress/expected/horology.out
View file @
2a559349
...
...
@@ -1124,5 +1124,3 @@ SELECT '' AS eight, f1 AS european_sql FROM ABSTIME_TBL;
(8 rows)
RESET DateStyle;
SHOW DateStyle;
NOTICE: DateStyle is ISO with US (NonEuropean) conventions
src/test/regress/sql/horology.sql
View file @
2a559349
...
...
@@ -149,6 +149,3 @@ SELECT '' AS sixty_three, d1 AS european_sql FROM TIMESTAMP_TBL;
SELECT
''
AS
eight
,
f1
AS
european_sql
FROM
ABSTIME_TBL
;
RESET
DateStyle
;
SHOW
DateStyle
;
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