mirror of
https://github.com/postgres/postgres.git
synced 2025-05-11 05:41:32 +03:00
Fix typo, per Bruno Wolff.
This commit is contained in:
parent
a34d76ef65
commit
19dacd4492
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.308 2004/11/11 04:11:07 neilc Exp $
|
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.309 2004/11/20 21:44:24 tgl Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<appendix id="release">
|
<appendix id="release">
|
||||||
@ -289,7 +289,7 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.308 2004/11/11 04:11:07 neilc E
|
|||||||
<para>
|
<para>
|
||||||
The <function>extract()</> function (also called
|
The <function>extract()</> function (also called
|
||||||
<function>date_part</>) now returns the proper year for BC dates.
|
<function>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
|
function now also returns the proper values for millennium and
|
||||||
century.
|
century.
|
||||||
</para>
|
</para>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user