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
0d284246
Commit
0d284246
authored
Mar 11, 2002
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mention time() and interval() are also changed in 7.2.
parent
80bbfe76
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
HISTORY
HISTORY
+2
-2
doc/src/sgml/release.sgml
doc/src/sgml/release.sgml
+5
-4
No files found.
HISTORY
View file @
0d284246
...
...
@@ -74,8 +74,8 @@ Migration to version 7.2
* The date/time value 'current' is no longer available. You will need to
rewrite your applications.
* The timestamp()
function is no longer available. Use timestamp
'string' instead
, or CAST.
* The timestamp()
, time(), and inverval() functions are no longer
available. Instead of timestamp(), use timestamp 'string'
, or CAST.
The SELECT ... LIMIT #,# syntax will be removed in the next release. You
should change your queries to use separate LIMIT and OFFSET clauses, e.g.
...
...
doc/src/sgml/release.sgml
View file @
0d284246
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.1
19 2002/03/01 22:45:04 petere
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.1
20 2002/03/11 16:41:44 momjian
Exp $
-->
<appendix id="release">
...
...
@@ -183,9 +183,10 @@ Database and user-specific session defaults of run-time configurations variables
<listitem>
<para>
The <literal>timestamp()</literal> function is no longer
available. Use <literal>timestamp 'string'</literal> instead,
or <literal>CAST</literal>.
The <literal>timestamp()</literal>, <literal>time()</literal>,
and <literal>interval()</literal> functions are no longer
available. Instead of <literal>timestamp()</literal>, use
<literal>timestamp 'string'</literal> or <literal>CAST</literal>.
</para>
</listitem>
...
...
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