From 261f184f0cf698ddad61c21476406c8d046bc9f0 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 24 Oct 2004 15:01:54 +0000 Subject: Update RELEASE_CHANGES to mention updating the timezone database as a routine part of release prep. --- src/timezone/README | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'src/timezone') diff --git a/src/timezone/README b/src/timezone/README index 452ecd739c..5204ccba85 100644 --- a/src/timezone/README +++ b/src/timezone/README @@ -1,5 +1,13 @@ This is a PostgreSQL adapted version of the timezone library from: - ftp://elsie.nci.nih.gov/pub/tz*.tar.gz + ftp://elsie.nci.nih.gov/pub/tzcode*.tar.gz +The data files under data/ are an exact copy of the latest data set +from + + ftp://elsie.nci.nih.gov/pub/tzdata*.tar.gz + +Since time zone rules change frequently in some parts of the world, +we should endeavor to update the data files before each PostgreSQL +release. -- cgit v1.2.1