1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Mention time() and interval() are also changed in 7.2.

This commit is contained in:
Bruce Momjian
2002-03-11 16:41:44 +00:00
parent 80bbfe76d5
commit 0d2842468c
2 changed files with 7 additions and 6 deletions

View File

@ -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.