Typo in 8.0 release notes

Started by Bruno Wolff IIIover 21 years ago2 messagesdocs
Jump to latest
#1Bruno Wolff III
bruno@wolff.to

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.

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruno Wolff III (#1)
Re: Typo in 8.0 release notes

Bruno Wolff III <bruno@wolff.to> writes:

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.

Yeah, I think you're right. Change made.

regards, tom lane