From 19dacd44929ae2679ffb708a2386f708b70da11f Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sat, 20 Nov 2004 21:44:24 +0000 Subject: [PATCH] Fix typo, per Bruno Wolff. --- doc/src/sgml/release.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index f445df5aa5..e0d58a0ee0 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ @@ -289,7 +289,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.308 2004/11/11 04:11:07 neilc E The extract() function (also called date_part) now returns the proper year for BC dates. - It previously returned one less than the current year. The + It previously returned one less than the correct year. The function now also returns the proper values for millennium and century.