File tree 2 files changed +12
-2
lines changed
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
This is a PostgreSQL adapted version of the timezone library
2
2
from:
3
3
4
- ftp://elsie.nci.nih.gov/pub/tz *.tar.gz
4
+ ftp://elsie.nci.nih.gov/pub/tzcode *.tar.gz
5
5
6
+ The data files under data/ are an exact copy of the latest data set
7
+ from
8
+
9
+ ftp://elsie.nci.nih.gov/pub/tzdata*.tar.gz
10
+
11
+ Since time zone rules change frequently in some parts of the world,
12
+ we should endeavor to update the data files before each PostgreSQL
13
+ release.
Original file line number Diff line number Diff line change 29
29
update INSTALL
30
30
platform-specific FAQ's, if needed
31
31
32
+ * Update timezone data to match latest zic database (see src/timezone/README)
33
+
32
34
* Update pg_upgrade to handle new version, or disable
33
35
34
- * Update copyright year?
36
+ * Update copyright year when needed
35
37
36
38
37
39
---------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments