Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit bd11277

Browse files
committed
Add missing @OverRide to 'India' config file, per Michael Fuhr.
Add $PostgreSQL$ lines for CVS identity, too.
1 parent a859695 commit bd11277

14 files changed

+35
-0
lines changed

src/timezone/tznames/Africa.txt

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
# a template for timezones you could need. See the `Date/Time Support'
55
# appendix in the PostgreSQL documentation for more information.
66
#
7+
# $PostgreSQL: pgsql/src/timezone/tznames/Africa.txt,v 1.2 2006/07/25 13:49:21 tgl Exp $
8+
#
79

810
CAT 7200 # Central Africa Time
911
# (Africa/Blantyre)

src/timezone/tznames/America.txt

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
# a template for timezones you could need. See the `Date/Time Support'
55
# appendix in the PostgreSQL documentation for more information.
66
#
7+
# $PostgreSQL: pgsql/src/timezone/tznames/America.txt,v 1.2 2006/07/25 13:49:21 tgl Exp $
8+
#
79

810
# Acre time is sometimes called Acre Standard Time (AST) which leads to a
911
# conflict with AST (see below at AST)

src/timezone/tznames/Antarctica.txt

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
# a template for timezones you could need. See the `Date/Time Support'
55
# appendix in the PostgreSQL documentation for more information.
66
#
7+
# $PostgreSQL: pgsql/src/timezone/tznames/Antarctica.txt,v 1.2 2006/07/25 13:49:21 tgl Exp $
8+
#
79

810
CLST -10800 D # Chile Summer Time
911
# (America/Santiago)

src/timezone/tznames/Asia.txt

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
# a template for timezones you could need. See the `Date/Time Support'
55
# appendix in the PostgreSQL documentation for more information.
66
#
7+
# $PostgreSQL: pgsql/src/timezone/tznames/Asia.txt,v 1.2 2006/07/25 13:49:21 tgl Exp $
8+
#
79

810
# CONFLICT! ADT is not unique
911
# Other timezones:

src/timezone/tznames/Atlantic.txt

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
# a template for timezones you could need. See the `Date/Time Support'
55
# appendix in the PostgreSQL documentation for more information.
66
#
7+
# $PostgreSQL: pgsql/src/timezone/tznames/Atlantic.txt,v 1.2 2006/07/25 13:49:21 tgl Exp $
8+
#
79

810
# CONFLICT! ADT is not unique
911
# Other timezones:

src/timezone/tznames/Australia

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
# In order to use this file, you need to set the run-time parameter
44
# timezone_abbreviations to 'Australia'. See the `Date/Time Support'
55
# appendix in the PostgreSQL documentation for more information.
6+
#
7+
# $PostgreSQL: pgsql/src/timezone/tznames/Australia,v 1.2 2006/07/25 13:49:21 tgl Exp $
68

79

810
# include the default set

src/timezone/tznames/Australia.txt

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
# a template for timezones you could need. See the `Date/Time Support'
55
# appendix in the PostgreSQL documentation for more information.
66
#
7+
# $PostgreSQL: pgsql/src/timezone/tznames/Australia.txt,v 1.2 2006/07/25 13:49:21 tgl Exp $
8+
#
79

810
ACSST 37800 D # Central Australia (not in zic)
911
# CONFLICT! ACST is not unique

src/timezone/tznames/Default

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
# In order to use this file, you need to set the run-time parameter
44
# timezone_abbreviations to 'Default'. See the `Date/Time Support'
55
# appendix in the PostgreSQL documentation for more information.
6+
#
7+
# $PostgreSQL: pgsql/src/timezone/tznames/Default,v 1.2 2006/07/25 13:49:21 tgl Exp $
68

79

810
#################### AFRICA ####################

src/timezone/tznames/Etc.txt

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
# a template for timezones you could need. See the `Date/Time Support'
55
# appendix in the PostgreSQL documentation for more information.
66
#
7+
# $PostgreSQL: pgsql/src/timezone/tznames/Etc.txt,v 1.2 2006/07/25 13:49:21 tgl Exp $
8+
#
79

810
GMT 0 # Greenwich Mean Time
911
# (Africa/Abidjan)

src/timezone/tznames/Europe.txt

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
# a template for timezones you could need. See the `Date/Time Support'
55
# appendix in the PostgreSQL documentation for more information.
66
#
7+
# $PostgreSQL: pgsql/src/timezone/tznames/Europe.txt,v 1.2 2006/07/25 13:49:21 tgl Exp $
8+
#
79

810
BST 3600 D # British Summer Time
911
# Brazil Standard Time

src/timezone/tznames/India

+7
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,17 @@
33
# In order to use this file, you need to set the run-time parameter
44
# timezone_abbreviations to 'India'. See the `Date/Time Support'
55
# appendix in the PostgreSQL documentation for more information.
6+
#
7+
# $PostgreSQL: pgsql/src/timezone/tznames/India,v 1.2 2006/07/25 13:49:21 tgl Exp $
68

79

810
# include the default set
911
@INCLUDE Default
1012

13+
# most timezones are already defined in the default set. With the OVERRIDE
14+
# option, PostgreSQL will use the new definitions instead of throwing an error
15+
# in case of a conflict.
16+
@OVERRIDE
17+
1118
IST 19800 # Indian Standard Time
1219
# (Asia/Calcutta)

src/timezone/tznames/Indian.txt

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
# a template for timezones you could need. See the `Date/Time Support'
55
# appendix in the PostgreSQL documentation for more information.
66
#
7+
# $PostgreSQL: pgsql/src/timezone/tznames/Indian.txt,v 1.2 2006/07/25 13:49:21 tgl Exp $
8+
#
79

810
CCT 23400 # Cocos Islands Time (Indian Ocean)
911
# (Indian/Cocos)

src/timezone/tznames/Pacific.txt

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
# a template for timezones you could need. See the `Date/Time Support'
55
# appendix in the PostgreSQL documentation for more information.
66
#
7+
# $PostgreSQL: pgsql/src/timezone/tznames/Pacific.txt,v 1.2 2006/07/25 13:49:21 tgl Exp $
8+
#
79

810
CHADT 49500 D # Chatham Daylight Time (New Zealand)
911
# (Pacific/Chatham)

src/timezone/tznames/README

+4
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,7 @@ If you do not find an appropriate set of time zone names for your geographic
1616
location supplied here, please report this to <pgsql-hackers@postgresql.org>.
1717
Your set of time zone names can then be included in future releases.
1818
For the time being you can always add your own set.
19+
20+
The files named Africa.txt, etc, are not intended to be used directly as
21+
timezone abbreviation files. They contain reference definitions of timezone
22+
names that can be copied into a custom abbreviation file as needed.

0 commit comments

Comments
 (0)