Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
0275b3f7
Commit
0275b3f7
authored
20 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Update INTERVAL items.
parent
0ca91482
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/TODO
+6
-4
6 additions, 4 deletions
doc/TODO
with
6 additions
and
4 deletions
doc/TODO
+
6
−
4
View file @
0275b3f7
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
TODO list for PostgreSQL
TODO list for PostgreSQL
========================
========================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Last updated: Wed Mar 23 2
1:11:00
EST 2005
Last updated: Wed Mar 23 2
2:50:24
EST 2005
The most recent version of this document can be viewed at the PostgreSQL web
The most recent version of this document can be viewed at the PostgreSQL web
site, http://www.PostgreSQL.org.
site, http://www.PostgreSQL.org.
...
@@ -185,9 +185,11 @@ Data Types
...
@@ -185,9 +185,11 @@ Data Types
o Add support for day-time syntax, INTERVAL '1 2:03:04'
o Add support for day-time syntax, INTERVAL '1 2:03:04'
DAY TO SECOND
DAY TO SECOND
o Add support for year-month syntax, INTERVAL '50-6' YEAR TO MONTH
o Add support for year-month syntax, INTERVAL '50-6' YEAR TO MONTH
o Interpret syntax that isn't uniquely ISO or PG, like '1:30' or
o For syntax that isn't uniquely ISO or PG syntax, like '1:30' or
'1' as ISO syntax, e.g. interpret '1:30' MINUTE TO SECOND as
'1', treat as ISO if there is a range specification clause,
'1 minute 30 seconds'
and as PG if there no clause is present, e.g. interpret '1:30'
MINUTE TO SECOND as '1 minute 30 seconds', and interpret '1:30'
as '1 hour, 30 minutes'
o Interpret INTERVAL '1 year' MONTH as CAST (INTERVAL '1 year' AS
o Interpret INTERVAL '1 year' MONTH as CAST (INTERVAL '1 year' AS
INTERVAL MONTH), and this should return '12 months'
INTERVAL MONTH), and this should return '12 months'
o Round or truncate values to the requested precision, e.g.
o Round or truncate values to the requested precision, e.g.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment