]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Update docs to point to the timezone library's new home at IANA.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 28 Oct 2011 03:09:30 +0000 (23:09 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 28 Oct 2011 03:09:30 +0000 (23:09 -0400)
The recent unpleasantness with copyrights has accelerated a move that
was already in planning.

src/timezone/README

index 564f8e0e75fefd8c7d31fe2f363d918649a1fa67..23a38bd27d9624a3ea0b801e5148a49aa69a0a8d 100644 (file)
@@ -1,12 +1,18 @@
-This is a PostgreSQL adapted version of the timezone library
-from:
+src/timezone/README
 
-       ftp://elsie.nci.nih.gov/pub/tzcode*.tar.gz
+Timezone
+========
 
-The data files under data/ are an exact copy of the latest data set
-from
+This is a PostgreSQL adapted version of the timezone library from
+http://www.iana.org/time-zones
 
-       ftp://elsie.nci.nih.gov/pub/tzdata*.tar.gz
+The source code can be found at:
+
+       ftp://ftp.iana.org/tz/releases/tzcode*.tar.gz
+
+The data files under data/ are an exact copy of the latest data set from:
+
+       ftp://ftp.iana.org/tz/releases/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