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
bfd0cd55
Commit
bfd0cd55
authored
15 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Clearly document that timestamp alone means timestamp without timezone,
per SQL standard, and mention 7.3 behavior at the end.
parent
413d34be
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/datatype.sgml
+6
-4
6 additions, 4 deletions
doc/src/sgml/datatype.sgml
with
6 additions
and
4 deletions
doc/src/sgml/datatype.sgml
+
6
−
4
View file @
bfd0cd55
<!-- $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.24
4
2010/02/2
4
1
5:54:31
momjian Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.24
5
2010/02/2
5
1
8:16:53
momjian Exp $ -->
<chapter id="datatype">
<chapter id="datatype">
<title id="datatype-title">Data Types</title>
<title id="datatype-title">Data Types</title>
...
@@ -1523,9 +1523,11 @@ SELECT E'\\xDEADBEEF';
...
@@ -1523,9 +1523,11 @@ SELECT E'\\xDEADBEEF';
<note>
<note>
<para>
<para>
Prior to <productname>PostgreSQL</productname> 7.3, writing just
The SQL standard requires that writing just <type>timestamp</type>
<type>timestamp</type> was equivalent to <type>timestamp with
be equivalent to <type>timestamp <emphasis>without</> time
time zone</type>. This was changed for SQL compliance.
zone</type>, and <productname>PostgreSQL</productname> honors that
behavior. (Releases prior to 7.3 treated it as <type>timestamp
with time zone</type>.)
</para>
</para>
</note>
</note>
...
...
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