head	1.2;
access;
symbols
	REL9_0_0:1.2
	REL9_1_ALPHA1:1.2
	REL9_0_RC1:1.2
	REL9_0_BETA4:1.2
	REL9_0_STABLE:1.2.0.18
	REL9_0_BETA3:1.2
	REL9_0_BETA2:1.2
	REL8_2_17:1.2
	REL8_3_11:1.2
	REL8_4_4:1.2
	REL9_0_BETA1:1.2
	REL9_0_ALPHA5_BRANCH:1.2.0.16
	REL9_0_ALPHA5:1.2
	REL8_2_16:1.2
	REL8_3_10:1.2
	REL8_4_3:1.2
	REL9_0_ALPHA4:1.2
	REL9_0_ALPHA4_BRANCH:1.2.0.14
	REL8_5_ALPHA3:1.2
	REL8_5_ALPHA3_BRANCH:1.2.0.12
	REL8_2_15:1.2
	REL8_3_9:1.2
	REL8_4_2:1.2
	REL8_5_ALPHA2:1.2
	REL8_5_ALPHA2_BRANCH:1.2.0.10
	REL8_2_14:1.2
	REL8_3_8:1.2
	REL8_4_1:1.2
	REL8_5_ALPHA1:1.2
	REL8_5_ALPHA1_BRANCH:1.2.0.8
	REL8_4_STABLE:1.2.0.6
	REL8_4_0:1.2
	REL8_4_RC2:1.2
	REL8_4_RC1:1.2
	REL8_4_BETA2:1.2
	REL8_4_BETA1:1.2
	REL8_2_13:1.2
	REL8_3_7:1.2
	REL8_2_12:1.2
	REL8_3_6:1.2
	REL8_2_11:1.2
	REL8_3_5:1.2
	REL8_2_10:1.2
	REL8_3_4:1.2
	REL8_2_9:1.2
	REL8_3_3:1.2
	REL8_2_8:1.2
	REL8_3_2:1.2
	REL8_2_7:1.2
	REL8_3_1:1.2
	REL8_3_STABLE:1.2.0.4
	REL8_3_0:1.2
	REL8_3_RC2:1.2
	REL8_2_6:1.2
	REL8_3_RC1:1.2
	REL8_3_BETA4:1.2
	REL8_3_BETA3:1.2
	REL8_3_BETA2:1.2
	REL8_3_BETA1:1.2
	REL8_2_5:1.2
	REL8_2_4:1.2
	REL8_2_3:1.2
	REL8_2_2:1.2
	REL8_2_1:1.2
	REL8_2_STABLE:1.2.0.2
	REL8_2_0:1.2
	REL8_2_RC1:1.2
	REL8_2_BETA3:1.2
	REL8_2_BETA2:1.2
	REL8_2_BETA1:1.2;
locks; strict;
comment	@# @;


1.2
date	2006.07.25.13.49.21;	author tgl;	state Exp;
branches;
next	1.1;

1.1
date	2006.07.25.03.51.22;	author tgl;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Add missing @@OVERRIDE to 'India' config file, per Michael Fuhr.
Add $PostgreSQL$ lines for CVS identity, too.
@
text
@# Time zone configuration file for set "Australia"

# In order to use this file, you need to set the run-time parameter
# timezone_abbreviations to 'Australia'.  See the `Date/Time Support'
#   appendix in the PostgreSQL documentation for more information.
#
# $PostgreSQL$


# include the default set
@@INCLUDE Default

# most timezones are already defined in the default set. With the OVERRIDE
# option, PostgreSQL will use the new definitions instead of throwing an error
# in case of a conflict.
@@OVERRIDE

ACST    34200    # Central Australia Standard Time (not in zic)
CST     34200    # Central Standard Time (Australia)
                 #     (Australia/Adelaide)
                 #     (Australia/Broken_Hill)
EAST    36000    # East Australian Standard Time (Australia) (not in zic)
EST     36000    # Eastern Standard Time (Australia)
                 #     (Australia/Currie)
                 #     (Australia/Hobart)
                 #     (Australia/Melbourne)
                 #     (Australia/Sydney)
                 #     (Australia/Currie)
                 #     (Australia/Hobart)
                 #     (Australia/Melbourne)
                 #     (Australia/Sydney)
SAT     34200    # South Australian Standard Time (not in zic)
WST     28800    # Western Standard Time (Australia)
                 #     (Antarctica/Casey)
                 #     (Australia/Perth)
@


1.1
log
@Remove hard-wired lists of timezone abbreviations in favor of providing
configuration files that can be altered by a DBA.  The australian_timezones
GUC setting disappears, replaced by a timezone_abbreviations setting (set this
to 'Australia' to get the effect of australian_timezones).  The list of zone
names defined by default has undergone a bit of cleanup, too.  Documentation
still needs some work --- in particular, should we fix Table B-4, or just get
rid of it?  Joachim Wieland, with some editorializing by moi.
@
text
@d6 2
@

