diff --git a/HISTORY b/HISTORY index e9f5ff0674..12d26e1d95 100644 --- a/HISTORY +++ b/HISTORY @@ -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. diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 3801b8d1ea..849c6ba7db 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ @@ -183,9 +183,10 @@ Database and user-specific session defaults of run-time configurations variables - The timestamp() function is no longer - available. Use timestamp 'string' instead, - or CAST. + The timestamp(), time(), + and interval() functions are no longer + available. Instead of timestamp(), use + timestamp 'string' or CAST.