X-Original-To: pgsql-docs-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id 286D83A4E13 for ; Sat, 20 Nov 2004 20:55:22 +0000 (GMT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 45635-02 for ; Sat, 20 Nov 2004 20:55:15 +0000 (GMT) Received: from wolff.to (wolff.to [66.93.249.74]) by svr1.postgresql.org (Postfix) with SMTP id C7C353A4E24 for ; Sat, 20 Nov 2004 20:55:15 +0000 (GMT) Received: (qmail 26927 invoked by uid 500); 20 Nov 2004 21:07:05 -0000 Date: Sat, 20 Nov 2004 15:07:05 -0600 From: Bruno Wolff III To: pgsql-docs@postgresql.org Subject: Typo in 8.0 release notes Message-ID: <20041120210705.GA26901@wolff.to> Mail-Followup-To: pgsql-docs@postgresql.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.0 tagged_above=0.0 required=5.0 tests= X-Spam-Level: X-Archive-Number: 200411/46 X-Sequence-Number: 2681 In "E.1.2. Migration to version 8.0" the folowing paragraph appears to use "one less than the current year" when it should be "one less than the correct year" based on later comments about that fix. 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 function now also returns the proper values for millennium and century.