freebsd-ports/databases/postgresql92-server/pkg-plist-server

790 lines
35 KiB
Text
Raw Normal View History

bin/initdb
bin/pg_basebackup
bin/pg_controldata
bin/pg_ctl
The PostgreSQL Global Development Group announces the beta release of PostgreSQL 9.2, which will include major increases in performance and both vertical and horizontal scalability. The PostgreSQL Project asks all users to download and begin testing 9.2 Beta as soon as possible. Major performance and scalability advances in this version include: * Index-only scans, allowing users to avoid inefficient scans of base tables * Enhanced read-only workload scaling to 64 cores and over 300,000 queries per second * Improvements to data write speeds, including group commit * Reductions in CPU power consumption * Cascading replication, supporting geographically distributed standby databases PostgreSQL 9.2 will also offer many new features for application developers, including: * JSON data support, enabling hybrid document-relational databases * Range types, supporting new types of calendar, time-series and * analytic applications * Multiple improvements to ALTER and other statements, easing runtime * database updates For a full listing of the features in version 9.2 Beta, please see the release notes: http://www.postgresql.org/docs/devel/static/release-9-2.html We depend on our community to help test the next version in order to guarantee that it is high-performance and bug-free. Please install PostgreSQL 9.2 Beta and try it with your workloads and applications as soon as you can, and give feedback to the PostgreSQL developers. More information on how to test and report issues: http://www.postgresql.org/developer/beta
2012-05-16 00:14:55 +02:00
bin/pg_receivexlog
bin/pg_resetxlog
bin/postmaster
bin/postgres
etc/periodic/daily/502.pgsql
The PostgreSQL Global Development Group announces the beta release of PostgreSQL 9.2, which will include major increases in performance and both vertical and horizontal scalability. The PostgreSQL Project asks all users to download and begin testing 9.2 Beta as soon as possible. Major performance and scalability advances in this version include: * Index-only scans, allowing users to avoid inefficient scans of base tables * Enhanced read-only workload scaling to 64 cores and over 300,000 queries per second * Improvements to data write speeds, including group commit * Reductions in CPU power consumption * Cascading replication, supporting geographically distributed standby databases PostgreSQL 9.2 will also offer many new features for application developers, including: * JSON data support, enabling hybrid document-relational databases * Range types, supporting new types of calendar, time-series and * analytic applications * Multiple improvements to ALTER and other statements, easing runtime * database updates For a full listing of the features in version 9.2 Beta, please see the release notes: http://www.postgresql.org/docs/devel/static/release-9-2.html We depend on our community to help test the next version in order to guarantee that it is high-performance and bug-free. Please install PostgreSQL 9.2 Beta and try it with your workloads and applications as soon as you can, and give feedback to the PostgreSQL developers. More information on how to test and report issues: http://www.postgresql.org/developer/beta
2012-05-16 00:14:55 +02:00
include/postgresql/server/plpgsql.h
lib/postgresql/ascii_and_mic.so
lib/postgresql/cyrillic_and_mic.so
lib/postgresql/dict_snowball.so
lib/postgresql/euc2004_sjis2004.so
lib/postgresql/euc_cn_and_mic.so
lib/postgresql/euc_jp_and_sjis.so
lib/postgresql/euc_kr_and_mic.so
lib/postgresql/euc_tw_and_big5.so
lib/postgresql/latin2_and_win1250.so
lib/postgresql/latin_and_mic.so
lib/postgresql/libpqwalreceiver.so
lib/postgresql/plpgsql.so
lib/postgresql/utf8_and_ascii.so
lib/postgresql/utf8_and_big5.so
lib/postgresql/utf8_and_cyrillic.so
lib/postgresql/utf8_and_euc_cn.so
lib/postgresql/utf8_and_euc_jp.so
lib/postgresql/utf8_and_euc_kr.so
lib/postgresql/utf8_and_euc_tw.so
lib/postgresql/utf8_and_euc2004.so
lib/postgresql/utf8_and_gb18030.so
lib/postgresql/utf8_and_gbk.so
lib/postgresql/utf8_and_iso8859.so
lib/postgresql/utf8_and_iso8859_1.so
lib/postgresql/utf8_and_johab.so
lib/postgresql/utf8_and_sjis.so
lib/postgresql/utf8_and_sjis2004.so
lib/postgresql/utf8_and_uhc.so
lib/postgresql/utf8_and_win.so
%%DOCSDIR%%/README-server
@dir %%DOCSDIR%%
%%DATADIR%%/conversion_create.sql
%%DATADIR%%/information_schema.sql
%%DATADIR%%/pg_hba.conf.sample
%%DATADIR%%/pg_ident.conf.sample
%%DATADIR%%/postgres.bki
%%DATADIR%%/postgres.description
%%DATADIR%%/postgresql.conf.sample
%%DATADIR%%/recovery.conf.sample
%%DATADIR%%/sql_features.txt
%%DATADIR%%/system_views.sql
%%DATADIR%%/extension/plpgsql--1.0.sql
%%DATADIR%%/extension/plpgsql--unpackaged--1.0.sql
%%DATADIR%%/extension/plpgsql.control
@dir %%DATADIR%%/extension
The PostgreSQL Global Development Group announces the beta release of PostgreSQL 9.2, which will include major increases in performance and both vertical and horizontal scalability. The PostgreSQL Project asks all users to download and begin testing 9.2 Beta as soon as possible. Major performance and scalability advances in this version include: * Index-only scans, allowing users to avoid inefficient scans of base tables * Enhanced read-only workload scaling to 64 cores and over 300,000 queries per second * Improvements to data write speeds, including group commit * Reductions in CPU power consumption * Cascading replication, supporting geographically distributed standby databases PostgreSQL 9.2 will also offer many new features for application developers, including: * JSON data support, enabling hybrid document-relational databases * Range types, supporting new types of calendar, time-series and * analytic applications * Multiple improvements to ALTER and other statements, easing runtime * database updates For a full listing of the features in version 9.2 Beta, please see the release notes: http://www.postgresql.org/docs/devel/static/release-9-2.html We depend on our community to help test the next version in order to guarantee that it is high-performance and bug-free. Please install PostgreSQL 9.2 Beta and try it with your workloads and applications as soon as you can, and give feedback to the PostgreSQL developers. More information on how to test and report issues: http://www.postgresql.org/developer/beta
2012-05-16 00:14:55 +02:00
%%GETTEXT%%share/locale/cs/LC_MESSAGES/initdb-9.2.mo
%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_basebackup-9.2.mo
%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_controldata-9.2.mo
%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_ctl-9.2.mo
%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_resetxlog-9.2.mo
%%GETTEXT%%share/locale/cs/LC_MESSAGES/plpgsql-9.2.mo
The PostgreSQL Global Development Group announces the beta release of PostgreSQL 9.2, which will include major increases in performance and both vertical and horizontal scalability. The PostgreSQL Project asks all users to download and begin testing 9.2 Beta as soon as possible. Major performance and scalability advances in this version include: * Index-only scans, allowing users to avoid inefficient scans of base tables * Enhanced read-only workload scaling to 64 cores and over 300,000 queries per second * Improvements to data write speeds, including group commit * Reductions in CPU power consumption * Cascading replication, supporting geographically distributed standby databases PostgreSQL 9.2 will also offer many new features for application developers, including: * JSON data support, enabling hybrid document-relational databases * Range types, supporting new types of calendar, time-series and * analytic applications * Multiple improvements to ALTER and other statements, easing runtime * database updates For a full listing of the features in version 9.2 Beta, please see the release notes: http://www.postgresql.org/docs/devel/static/release-9-2.html We depend on our community to help test the next version in order to guarantee that it is high-performance and bug-free. Please install PostgreSQL 9.2 Beta and try it with your workloads and applications as soon as you can, and give feedback to the PostgreSQL developers. More information on how to test and report issues: http://www.postgresql.org/developer/beta
2012-05-16 00:14:55 +02:00
%%GETTEXT%%share/locale/de/LC_MESSAGES/initdb-9.2.mo
%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_basebackup-9.2.mo
%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_controldata-9.2.mo
%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_ctl-9.2.mo
%%GETTEXT%%share/locale/de/LC_MESSAGES/pg_resetxlog-9.2.mo
%%GETTEXT%%share/locale/de/LC_MESSAGES/plpgsql-9.2.mo
%%GETTEXT%%share/locale/de/LC_MESSAGES/postgres-9.2.mo
%%GETTEXT%%share/locale/es/LC_MESSAGES/initdb-9.2.mo
%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_basebackup-9.2.mo
%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_controldata-9.2.mo
%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_ctl-9.2.mo
%%GETTEXT%%share/locale/es/LC_MESSAGES/pg_resetxlog-9.2.mo
%%GETTEXT%%share/locale/es/LC_MESSAGES/plpgsql-9.2.mo
%%GETTEXT%%share/locale/es/LC_MESSAGES/postgres-9.2.mo
%%GETTEXT%%share/locale/fr/LC_MESSAGES/initdb-9.2.mo
%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_basebackup-9.2.mo
%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_controldata-9.2.mo
%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_ctl-9.2.mo
%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_resetxlog-9.2.mo
%%GETTEXT%%share/locale/fr/LC_MESSAGES/plpgsql-9.2.mo
%%GETTEXT%%share/locale/fr/LC_MESSAGES/postgres-9.2.mo
%%GETTEXT%%share/locale/it/LC_MESSAGES/initdb-9.2.mo
%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_basebackup-9.2.mo
%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_controldata-9.2.mo
%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_ctl-9.2.mo
The PostgreSQL Global Development Group announces the beta release of PostgreSQL 9.2, which will include major increases in performance and both vertical and horizontal scalability. The PostgreSQL Project asks all users to download and begin testing 9.2 Beta as soon as possible. Major performance and scalability advances in this version include: * Index-only scans, allowing users to avoid inefficient scans of base tables * Enhanced read-only workload scaling to 64 cores and over 300,000 queries per second * Improvements to data write speeds, including group commit * Reductions in CPU power consumption * Cascading replication, supporting geographically distributed standby databases PostgreSQL 9.2 will also offer many new features for application developers, including: * JSON data support, enabling hybrid document-relational databases * Range types, supporting new types of calendar, time-series and * analytic applications * Multiple improvements to ALTER and other statements, easing runtime * database updates For a full listing of the features in version 9.2 Beta, please see the release notes: http://www.postgresql.org/docs/devel/static/release-9-2.html We depend on our community to help test the next version in order to guarantee that it is high-performance and bug-free. Please install PostgreSQL 9.2 Beta and try it with your workloads and applications as soon as you can, and give feedback to the PostgreSQL developers. More information on how to test and report issues: http://www.postgresql.org/developer/beta
2012-05-16 00:14:55 +02:00
%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_resetxlog-9.2.mo
%%GETTEXT%%share/locale/it/LC_MESSAGES/plpgsql-9.2.mo
%%GETTEXT%%share/locale/it/LC_MESSAGES/postgres-9.2.mo
The PostgreSQL Global Development Group announces the beta release of PostgreSQL 9.2, which will include major increases in performance and both vertical and horizontal scalability. The PostgreSQL Project asks all users to download and begin testing 9.2 Beta as soon as possible. Major performance and scalability advances in this version include: * Index-only scans, allowing users to avoid inefficient scans of base tables * Enhanced read-only workload scaling to 64 cores and over 300,000 queries per second * Improvements to data write speeds, including group commit * Reductions in CPU power consumption * Cascading replication, supporting geographically distributed standby databases PostgreSQL 9.2 will also offer many new features for application developers, including: * JSON data support, enabling hybrid document-relational databases * Range types, supporting new types of calendar, time-series and * analytic applications * Multiple improvements to ALTER and other statements, easing runtime * database updates For a full listing of the features in version 9.2 Beta, please see the release notes: http://www.postgresql.org/docs/devel/static/release-9-2.html We depend on our community to help test the next version in order to guarantee that it is high-performance and bug-free. Please install PostgreSQL 9.2 Beta and try it with your workloads and applications as soon as you can, and give feedback to the PostgreSQL developers. More information on how to test and report issues: http://www.postgresql.org/developer/beta
2012-05-16 00:14:55 +02:00
%%GETTEXT%%share/locale/ja/LC_MESSAGES/initdb-9.2.mo
%%GETTEXT%%share/locale/ja/LC_MESSAGES/pg_basebackup-9.2.mo
%%GETTEXT%%share/locale/ja/LC_MESSAGES/pg_controldata-9.2.mo
%%GETTEXT%%share/locale/ja/LC_MESSAGES/pg_ctl-9.2.mo
%%GETTEXT%%share/locale/ja/LC_MESSAGES/pg_resetxlog-9.2.mo
%%GETTEXT%%share/locale/ja/LC_MESSAGES/plpgsql-9.2.mo
%%GETTEXT%%share/locale/ja/LC_MESSAGES/postgres-9.2.mo
%%GETTEXT%%share/locale/ko/LC_MESSAGES/initdb-9.2.mo
%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_resetxlog-9.2.mo
%%GETTEXT%%share/locale/pl/LC_MESSAGES/initdb-9.2.mo
%%GETTEXT%%share/locale/pl/LC_MESSAGES/pg_basebackup-9.2.mo
%%GETTEXT%%share/locale/pl/LC_MESSAGES/pg_controldata-9.2.mo
%%GETTEXT%%share/locale/pl/LC_MESSAGES/pg_ctl-9.2.mo
%%GETTEXT%%share/locale/pl/LC_MESSAGES/pg_resetxlog-9.2.mo
The PostgreSQL Global Development Group announces the beta release of PostgreSQL 9.2, which will include major increases in performance and both vertical and horizontal scalability. The PostgreSQL Project asks all users to download and begin testing 9.2 Beta as soon as possible. Major performance and scalability advances in this version include: * Index-only scans, allowing users to avoid inefficient scans of base tables * Enhanced read-only workload scaling to 64 cores and over 300,000 queries per second * Improvements to data write speeds, including group commit * Reductions in CPU power consumption * Cascading replication, supporting geographically distributed standby databases PostgreSQL 9.2 will also offer many new features for application developers, including: * JSON data support, enabling hybrid document-relational databases * Range types, supporting new types of calendar, time-series and * analytic applications * Multiple improvements to ALTER and other statements, easing runtime * database updates For a full listing of the features in version 9.2 Beta, please see the release notes: http://www.postgresql.org/docs/devel/static/release-9-2.html We depend on our community to help test the next version in order to guarantee that it is high-performance and bug-free. Please install PostgreSQL 9.2 Beta and try it with your workloads and applications as soon as you can, and give feedback to the PostgreSQL developers. More information on how to test and report issues: http://www.postgresql.org/developer/beta
2012-05-16 00:14:55 +02:00
%%GETTEXT%%share/locale/pl/LC_MESSAGES/plpgsql-9.2.mo
%%GETTEXT%%share/locale/pl/LC_MESSAGES/postgres-9.2.mo
The PostgreSQL Global Development Group announces the beta release of PostgreSQL 9.2, which will include major increases in performance and both vertical and horizontal scalability. The PostgreSQL Project asks all users to download and begin testing 9.2 Beta as soon as possible. Major performance and scalability advances in this version include: * Index-only scans, allowing users to avoid inefficient scans of base tables * Enhanced read-only workload scaling to 64 cores and over 300,000 queries per second * Improvements to data write speeds, including group commit * Reductions in CPU power consumption * Cascading replication, supporting geographically distributed standby databases PostgreSQL 9.2 will also offer many new features for application developers, including: * JSON data support, enabling hybrid document-relational databases * Range types, supporting new types of calendar, time-series and * analytic applications * Multiple improvements to ALTER and other statements, easing runtime * database updates For a full listing of the features in version 9.2 Beta, please see the release notes: http://www.postgresql.org/docs/devel/static/release-9-2.html We depend on our community to help test the next version in order to guarantee that it is high-performance and bug-free. Please install PostgreSQL 9.2 Beta and try it with your workloads and applications as soon as you can, and give feedback to the PostgreSQL developers. More information on how to test and report issues: http://www.postgresql.org/developer/beta
2012-05-16 00:14:55 +02:00
%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/initdb-9.2.mo
%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_basebackup-9.2.mo
The PostgreSQL Global Development Group announces the beta release of PostgreSQL 9.2, which will include major increases in performance and both vertical and horizontal scalability. The PostgreSQL Project asks all users to download and begin testing 9.2 Beta as soon as possible. Major performance and scalability advances in this version include: * Index-only scans, allowing users to avoid inefficient scans of base tables * Enhanced read-only workload scaling to 64 cores and over 300,000 queries per second * Improvements to data write speeds, including group commit * Reductions in CPU power consumption * Cascading replication, supporting geographically distributed standby databases PostgreSQL 9.2 will also offer many new features for application developers, including: * JSON data support, enabling hybrid document-relational databases * Range types, supporting new types of calendar, time-series and * analytic applications * Multiple improvements to ALTER and other statements, easing runtime * database updates For a full listing of the features in version 9.2 Beta, please see the release notes: http://www.postgresql.org/docs/devel/static/release-9-2.html We depend on our community to help test the next version in order to guarantee that it is high-performance and bug-free. Please install PostgreSQL 9.2 Beta and try it with your workloads and applications as soon as you can, and give feedback to the PostgreSQL developers. More information on how to test and report issues: http://www.postgresql.org/developer/beta
2012-05-16 00:14:55 +02:00
%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_controldata-9.2.mo
%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_ctl-9.2.mo
%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_resetxlog-9.2.mo
%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/plpgsql-9.2.mo
%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/postgres-9.2.mo
%%GETTEXT%%share/locale/ro/LC_MESSAGES/initdb-9.2.mo
%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_controldata-9.2.mo
%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_resetxlog-9.2.mo
%%GETTEXT%%share/locale/ro/LC_MESSAGES/plpgsql-9.2.mo
%%GETTEXT%%share/locale/ru/LC_MESSAGES/initdb-9.2.mo
%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_basebackup-9.2.mo
The PostgreSQL Global Development Group announces the beta release of PostgreSQL 9.2, which will include major increases in performance and both vertical and horizontal scalability. The PostgreSQL Project asks all users to download and begin testing 9.2 Beta as soon as possible. Major performance and scalability advances in this version include: * Index-only scans, allowing users to avoid inefficient scans of base tables * Enhanced read-only workload scaling to 64 cores and over 300,000 queries per second * Improvements to data write speeds, including group commit * Reductions in CPU power consumption * Cascading replication, supporting geographically distributed standby databases PostgreSQL 9.2 will also offer many new features for application developers, including: * JSON data support, enabling hybrid document-relational databases * Range types, supporting new types of calendar, time-series and * analytic applications * Multiple improvements to ALTER and other statements, easing runtime * database updates For a full listing of the features in version 9.2 Beta, please see the release notes: http://www.postgresql.org/docs/devel/static/release-9-2.html We depend on our community to help test the next version in order to guarantee that it is high-performance and bug-free. Please install PostgreSQL 9.2 Beta and try it with your workloads and applications as soon as you can, and give feedback to the PostgreSQL developers. More information on how to test and report issues: http://www.postgresql.org/developer/beta
2012-05-16 00:14:55 +02:00
%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_controldata-9.2.mo
%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_ctl-9.2.mo
%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_resetxlog-9.2.mo
%%GETTEXT%%share/locale/ru/LC_MESSAGES/plpgsql-9.2.mo
%%GETTEXT%%share/locale/ru/LC_MESSAGES/postgres-9.2.mo
The PostgreSQL Global Development Group announces the beta release of PostgreSQL 9.2, which will include major increases in performance and both vertical and horizontal scalability. The PostgreSQL Project asks all users to download and begin testing 9.2 Beta as soon as possible. Major performance and scalability advances in this version include: * Index-only scans, allowing users to avoid inefficient scans of base tables * Enhanced read-only workload scaling to 64 cores and over 300,000 queries per second * Improvements to data write speeds, including group commit * Reductions in CPU power consumption * Cascading replication, supporting geographically distributed standby databases PostgreSQL 9.2 will also offer many new features for application developers, including: * JSON data support, enabling hybrid document-relational databases * Range types, supporting new types of calendar, time-series and * analytic applications * Multiple improvements to ALTER and other statements, easing runtime * database updates For a full listing of the features in version 9.2 Beta, please see the release notes: http://www.postgresql.org/docs/devel/static/release-9-2.html We depend on our community to help test the next version in order to guarantee that it is high-performance and bug-free. Please install PostgreSQL 9.2 Beta and try it with your workloads and applications as soon as you can, and give feedback to the PostgreSQL developers. More information on how to test and report issues: http://www.postgresql.org/developer/beta
2012-05-16 00:14:55 +02:00
%%GETTEXT%%share/locale/sv/LC_MESSAGES/initdb-9.2.mo
The PostgreSQL Global Development Group has released a security update to all current versions of the PostgreSQL database system, including versions 9.2.4, 9.1.9, 9.0.13, and 8.4.17. This update fixes a high-exposure security vulnerability in versions 9.0 and later. All users of the affected versions are strongly urged to apply the update *immediately*. A major security issue (for versions 9.x only) fixed in this release, [CVE-2013-1899](http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1899), makes it possible for a connection request containing a database name that begins with "-" to be crafted that can damage or destroy files within a server's data directory. Anyone with access to the port the PostgreSQL server listens on can initiate this request. This issue was discovered by Mitsumasa Kondo and Kyotaro Horiguchi of NTT Open Source Software Center. Two lesser security fixes are also included in this release: [CVE-2013-1900](http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1900), wherein random numbers generated by contrib/pgcrypto functions may be easy for another database user to guess (all versions), and [CVE-2013-1901](http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1901), which mistakenly allows an unprivileged user to run commands that could interfere with in-progress backups (for versions 9.x only). Approved by: portmgr (bdrewery) URL: http://www.postgresql.org/about/news/1456/ Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1899 Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1900 Security: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1901
2013-04-04 15:21:22 +02:00
%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_ctl-9.2.mo
The PostgreSQL Global Development Group announces the beta release of PostgreSQL 9.2, which will include major increases in performance and both vertical and horizontal scalability. The PostgreSQL Project asks all users to download and begin testing 9.2 Beta as soon as possible. Major performance and scalability advances in this version include: * Index-only scans, allowing users to avoid inefficient scans of base tables * Enhanced read-only workload scaling to 64 cores and over 300,000 queries per second * Improvements to data write speeds, including group commit * Reductions in CPU power consumption * Cascading replication, supporting geographically distributed standby databases PostgreSQL 9.2 will also offer many new features for application developers, including: * JSON data support, enabling hybrid document-relational databases * Range types, supporting new types of calendar, time-series and * analytic applications * Multiple improvements to ALTER and other statements, easing runtime * database updates For a full listing of the features in version 9.2 Beta, please see the release notes: http://www.postgresql.org/docs/devel/static/release-9-2.html We depend on our community to help test the next version in order to guarantee that it is high-performance and bug-free. Please install PostgreSQL 9.2 Beta and try it with your workloads and applications as soon as you can, and give feedback to the PostgreSQL developers. More information on how to test and report issues: http://www.postgresql.org/developer/beta
2012-05-16 00:14:55 +02:00
%%GETTEXT%%share/locale/tr/LC_MESSAGES/initdb-9.2.mo
%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_controldata-9.2.mo
%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_resetxlog-9.2.mo
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/initdb-9.2.mo
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_basebackup-9.2.mo
The PostgreSQL Global Development Group announces the beta release of PostgreSQL 9.2, which will include major increases in performance and both vertical and horizontal scalability. The PostgreSQL Project asks all users to download and begin testing 9.2 Beta as soon as possible. Major performance and scalability advances in this version include: * Index-only scans, allowing users to avoid inefficient scans of base tables * Enhanced read-only workload scaling to 64 cores and over 300,000 queries per second * Improvements to data write speeds, including group commit * Reductions in CPU power consumption * Cascading replication, supporting geographically distributed standby databases PostgreSQL 9.2 will also offer many new features for application developers, including: * JSON data support, enabling hybrid document-relational databases * Range types, supporting new types of calendar, time-series and * analytic applications * Multiple improvements to ALTER and other statements, easing runtime * database updates For a full listing of the features in version 9.2 Beta, please see the release notes: http://www.postgresql.org/docs/devel/static/release-9-2.html We depend on our community to help test the next version in order to guarantee that it is high-performance and bug-free. Please install PostgreSQL 9.2 Beta and try it with your workloads and applications as soon as you can, and give feedback to the PostgreSQL developers. More information on how to test and report issues: http://www.postgresql.org/developer/beta
2012-05-16 00:14:55 +02:00
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_controldata-9.2.mo
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_ctl-9.2.mo
The PostgreSQL Global Development Group announces the beta release of PostgreSQL 9.2, which will include major increases in performance and both vertical and horizontal scalability. The PostgreSQL Project asks all users to download and begin testing 9.2 Beta as soon as possible. Major performance and scalability advances in this version include: * Index-only scans, allowing users to avoid inefficient scans of base tables * Enhanced read-only workload scaling to 64 cores and over 300,000 queries per second * Improvements to data write speeds, including group commit * Reductions in CPU power consumption * Cascading replication, supporting geographically distributed standby databases PostgreSQL 9.2 will also offer many new features for application developers, including: * JSON data support, enabling hybrid document-relational databases * Range types, supporting new types of calendar, time-series and * analytic applications * Multiple improvements to ALTER and other statements, easing runtime * database updates For a full listing of the features in version 9.2 Beta, please see the release notes: http://www.postgresql.org/docs/devel/static/release-9-2.html We depend on our community to help test the next version in order to guarantee that it is high-performance and bug-free. Please install PostgreSQL 9.2 Beta and try it with your workloads and applications as soon as you can, and give feedback to the PostgreSQL developers. More information on how to test and report issues: http://www.postgresql.org/developer/beta
2012-05-16 00:14:55 +02:00
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_resetxlog-9.2.mo
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/plpgsql-9.2.mo
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/postgres-9.2.mo
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/initdb-9.2.mo
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_controldata-9.2.mo
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_ctl-9.2.mo
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_resetxlog-9.2.mo
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/plpgsql-9.2.mo
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/postgres-9.2.mo
%%DATADIR%%/postgres.shdescription
%%DATADIR%%/snowball_create.sql
%%TZDATA%%%%DATADIR%%/timezone/Africa/Abidjan
%%TZDATA%%%%DATADIR%%/timezone/Africa/Accra
%%TZDATA%%%%DATADIR%%/timezone/Africa/Addis_Ababa
%%TZDATA%%%%DATADIR%%/timezone/Africa/Algiers
%%TZDATA%%%%DATADIR%%/timezone/Africa/Asmara
%%TZDATA%%%%DATADIR%%/timezone/Africa/Asmera
%%TZDATA%%%%DATADIR%%/timezone/Africa/Bamako
%%TZDATA%%%%DATADIR%%/timezone/Africa/Bangui
%%TZDATA%%%%DATADIR%%/timezone/Africa/Banjul
%%TZDATA%%%%DATADIR%%/timezone/Africa/Bissau
%%TZDATA%%%%DATADIR%%/timezone/Africa/Blantyre
%%TZDATA%%%%DATADIR%%/timezone/Africa/Brazzaville
%%TZDATA%%%%DATADIR%%/timezone/Africa/Bujumbura
%%TZDATA%%%%DATADIR%%/timezone/Africa/Cairo
%%TZDATA%%%%DATADIR%%/timezone/Africa/Casablanca
%%TZDATA%%%%DATADIR%%/timezone/Africa/Ceuta
%%TZDATA%%%%DATADIR%%/timezone/Africa/Conakry
%%TZDATA%%%%DATADIR%%/timezone/Africa/Dakar
%%TZDATA%%%%DATADIR%%/timezone/Africa/Dar_es_Salaam
%%TZDATA%%%%DATADIR%%/timezone/Africa/Djibouti
%%TZDATA%%%%DATADIR%%/timezone/Africa/Douala
%%TZDATA%%%%DATADIR%%/timezone/Africa/El_Aaiun
%%TZDATA%%%%DATADIR%%/timezone/Africa/Freetown
%%TZDATA%%%%DATADIR%%/timezone/Africa/Gaborone
%%TZDATA%%%%DATADIR%%/timezone/Africa/Harare
%%TZDATA%%%%DATADIR%%/timezone/Africa/Johannesburg
%%TZDATA%%%%DATADIR%%/timezone/Africa/Juba
%%TZDATA%%%%DATADIR%%/timezone/Africa/Kampala
%%TZDATA%%%%DATADIR%%/timezone/Africa/Khartoum
%%TZDATA%%%%DATADIR%%/timezone/Africa/Kigali
%%TZDATA%%%%DATADIR%%/timezone/Africa/Kinshasa
%%TZDATA%%%%DATADIR%%/timezone/Africa/Lagos
%%TZDATA%%%%DATADIR%%/timezone/Africa/Libreville
%%TZDATA%%%%DATADIR%%/timezone/Africa/Lome
%%TZDATA%%%%DATADIR%%/timezone/Africa/Luanda
%%TZDATA%%%%DATADIR%%/timezone/Africa/Lubumbashi
%%TZDATA%%%%DATADIR%%/timezone/Africa/Lusaka
%%TZDATA%%%%DATADIR%%/timezone/Africa/Malabo
%%TZDATA%%%%DATADIR%%/timezone/Africa/Maputo
%%TZDATA%%%%DATADIR%%/timezone/Africa/Maseru
%%TZDATA%%%%DATADIR%%/timezone/Africa/Mbabane
%%TZDATA%%%%DATADIR%%/timezone/Africa/Mogadishu
%%TZDATA%%%%DATADIR%%/timezone/Africa/Monrovia
%%TZDATA%%%%DATADIR%%/timezone/Africa/Nairobi
%%TZDATA%%%%DATADIR%%/timezone/Africa/Ndjamena
%%TZDATA%%%%DATADIR%%/timezone/Africa/Niamey
%%TZDATA%%%%DATADIR%%/timezone/Africa/Nouakchott
%%TZDATA%%%%DATADIR%%/timezone/Africa/Ouagadougou
%%TZDATA%%%%DATADIR%%/timezone/Africa/Porto-Novo
%%TZDATA%%%%DATADIR%%/timezone/Africa/Sao_Tome
%%TZDATA%%%%DATADIR%%/timezone/Africa/Timbuktu
%%TZDATA%%%%DATADIR%%/timezone/Africa/Tripoli
%%TZDATA%%%%DATADIR%%/timezone/Africa/Tunis
%%TZDATA%%%%DATADIR%%/timezone/Africa/Windhoek
%%TZDATA%%%%DATADIR%%/timezone/America/Adak
%%TZDATA%%%%DATADIR%%/timezone/America/Anchorage
%%TZDATA%%%%DATADIR%%/timezone/America/Anguilla
%%TZDATA%%%%DATADIR%%/timezone/America/Antigua
%%TZDATA%%%%DATADIR%%/timezone/America/Araguaina
%%TZDATA%%%%DATADIR%%/timezone/America/Argentina/Buenos_Aires
%%TZDATA%%%%DATADIR%%/timezone/America/Argentina/Catamarca
%%TZDATA%%%%DATADIR%%/timezone/America/Argentina/ComodRivadavia
%%TZDATA%%%%DATADIR%%/timezone/America/Argentina/Cordoba
%%TZDATA%%%%DATADIR%%/timezone/America/Argentina/Jujuy
%%TZDATA%%%%DATADIR%%/timezone/America/Argentina/La_Rioja
%%TZDATA%%%%DATADIR%%/timezone/America/Argentina/Mendoza
%%TZDATA%%%%DATADIR%%/timezone/America/Argentina/Rio_Gallegos
%%TZDATA%%%%DATADIR%%/timezone/America/Argentina/Salta
%%TZDATA%%%%DATADIR%%/timezone/America/Argentina/San_Juan
%%TZDATA%%%%DATADIR%%/timezone/America/Argentina/San_Luis
%%TZDATA%%%%DATADIR%%/timezone/America/Argentina/Tucuman
%%TZDATA%%%%DATADIR%%/timezone/America/Argentina/Ushuaia
%%TZDATA%%%%DATADIR%%/timezone/America/Aruba
%%TZDATA%%%%DATADIR%%/timezone/America/Asuncion
%%TZDATA%%%%DATADIR%%/timezone/America/Atikokan
%%TZDATA%%%%DATADIR%%/timezone/America/Atka
%%TZDATA%%%%DATADIR%%/timezone/America/Bahia
%%TZDATA%%%%DATADIR%%/timezone/America/Bahia_Banderas
%%TZDATA%%%%DATADIR%%/timezone/America/Barbados
%%TZDATA%%%%DATADIR%%/timezone/America/Belem
%%TZDATA%%%%DATADIR%%/timezone/America/Belize
%%TZDATA%%%%DATADIR%%/timezone/America/Blanc-Sablon
%%TZDATA%%%%DATADIR%%/timezone/America/Boa_Vista
%%TZDATA%%%%DATADIR%%/timezone/America/Bogota
%%TZDATA%%%%DATADIR%%/timezone/America/Boise
%%TZDATA%%%%DATADIR%%/timezone/America/Buenos_Aires
%%TZDATA%%%%DATADIR%%/timezone/America/Cambridge_Bay
%%TZDATA%%%%DATADIR%%/timezone/America/Campo_Grande
%%TZDATA%%%%DATADIR%%/timezone/America/Cancun
%%TZDATA%%%%DATADIR%%/timezone/America/Caracas
%%TZDATA%%%%DATADIR%%/timezone/America/Catamarca
%%TZDATA%%%%DATADIR%%/timezone/America/Cayenne
%%TZDATA%%%%DATADIR%%/timezone/America/Cayman
%%TZDATA%%%%DATADIR%%/timezone/America/Chicago
%%TZDATA%%%%DATADIR%%/timezone/America/Chihuahua
%%TZDATA%%%%DATADIR%%/timezone/America/Coral_Harbour
%%TZDATA%%%%DATADIR%%/timezone/America/Cordoba
%%TZDATA%%%%DATADIR%%/timezone/America/Costa_Rica
%%TZDATA%%%%DATADIR%%/timezone/America/Creston
%%TZDATA%%%%DATADIR%%/timezone/America/Cuiaba
%%TZDATA%%%%DATADIR%%/timezone/America/Curacao
%%TZDATA%%%%DATADIR%%/timezone/America/Danmarkshavn
%%TZDATA%%%%DATADIR%%/timezone/America/Dawson
%%TZDATA%%%%DATADIR%%/timezone/America/Dawson_Creek
%%TZDATA%%%%DATADIR%%/timezone/America/Denver
%%TZDATA%%%%DATADIR%%/timezone/America/Detroit
%%TZDATA%%%%DATADIR%%/timezone/America/Dominica
%%TZDATA%%%%DATADIR%%/timezone/America/Edmonton
%%TZDATA%%%%DATADIR%%/timezone/America/Eirunepe
%%TZDATA%%%%DATADIR%%/timezone/America/El_Salvador
%%TZDATA%%%%DATADIR%%/timezone/America/Ensenada
%%TZDATA%%%%DATADIR%%/timezone/America/Fort_Wayne
%%TZDATA%%%%DATADIR%%/timezone/America/Fortaleza
%%TZDATA%%%%DATADIR%%/timezone/America/Glace_Bay
%%TZDATA%%%%DATADIR%%/timezone/America/Godthab
%%TZDATA%%%%DATADIR%%/timezone/America/Goose_Bay
%%TZDATA%%%%DATADIR%%/timezone/America/Grand_Turk
%%TZDATA%%%%DATADIR%%/timezone/America/Grenada
%%TZDATA%%%%DATADIR%%/timezone/America/Guadeloupe
%%TZDATA%%%%DATADIR%%/timezone/America/Guatemala
%%TZDATA%%%%DATADIR%%/timezone/America/Guayaquil
%%TZDATA%%%%DATADIR%%/timezone/America/Guyana
%%TZDATA%%%%DATADIR%%/timezone/America/Halifax
%%TZDATA%%%%DATADIR%%/timezone/America/Havana
%%TZDATA%%%%DATADIR%%/timezone/America/Hermosillo
%%TZDATA%%%%DATADIR%%/timezone/America/Indiana/Indianapolis
%%TZDATA%%%%DATADIR%%/timezone/America/Indiana/Knox
%%TZDATA%%%%DATADIR%%/timezone/America/Indiana/Marengo
%%TZDATA%%%%DATADIR%%/timezone/America/Indiana/Petersburg
%%TZDATA%%%%DATADIR%%/timezone/America/Indiana/Tell_City
%%TZDATA%%%%DATADIR%%/timezone/America/Indiana/Vevay
%%TZDATA%%%%DATADIR%%/timezone/America/Indiana/Vincennes
%%TZDATA%%%%DATADIR%%/timezone/America/Indiana/Winamac
%%TZDATA%%%%DATADIR%%/timezone/America/Indianapolis
%%TZDATA%%%%DATADIR%%/timezone/America/Inuvik
%%TZDATA%%%%DATADIR%%/timezone/America/Iqaluit
%%TZDATA%%%%DATADIR%%/timezone/America/Jamaica
%%TZDATA%%%%DATADIR%%/timezone/America/Jujuy
%%TZDATA%%%%DATADIR%%/timezone/America/Juneau
%%TZDATA%%%%DATADIR%%/timezone/America/Kentucky/Louisville
%%TZDATA%%%%DATADIR%%/timezone/America/Kentucky/Monticello
%%TZDATA%%%%DATADIR%%/timezone/America/Knox_IN
%%TZDATA%%%%DATADIR%%/timezone/America/Kralendijk
%%TZDATA%%%%DATADIR%%/timezone/America/La_Paz
%%TZDATA%%%%DATADIR%%/timezone/America/Lima
%%TZDATA%%%%DATADIR%%/timezone/America/Los_Angeles
%%TZDATA%%%%DATADIR%%/timezone/America/Louisville
%%TZDATA%%%%DATADIR%%/timezone/America/Lower_Princes
%%TZDATA%%%%DATADIR%%/timezone/America/Maceio
%%TZDATA%%%%DATADIR%%/timezone/America/Managua
%%TZDATA%%%%DATADIR%%/timezone/America/Manaus
%%TZDATA%%%%DATADIR%%/timezone/America/Marigot
%%TZDATA%%%%DATADIR%%/timezone/America/Martinique
%%TZDATA%%%%DATADIR%%/timezone/America/Matamoros
%%TZDATA%%%%DATADIR%%/timezone/America/Mazatlan
%%TZDATA%%%%DATADIR%%/timezone/America/Mendoza
%%TZDATA%%%%DATADIR%%/timezone/America/Menominee
%%TZDATA%%%%DATADIR%%/timezone/America/Merida
%%TZDATA%%%%DATADIR%%/timezone/America/Metlakatla
%%TZDATA%%%%DATADIR%%/timezone/America/Mexico_City
%%TZDATA%%%%DATADIR%%/timezone/America/Miquelon
%%TZDATA%%%%DATADIR%%/timezone/America/Moncton
%%TZDATA%%%%DATADIR%%/timezone/America/Monterrey
%%TZDATA%%%%DATADIR%%/timezone/America/Montevideo
%%TZDATA%%%%DATADIR%%/timezone/America/Montreal
%%TZDATA%%%%DATADIR%%/timezone/America/Montserrat
%%TZDATA%%%%DATADIR%%/timezone/America/Nassau
%%TZDATA%%%%DATADIR%%/timezone/America/New_York
%%TZDATA%%%%DATADIR%%/timezone/America/Nipigon
%%TZDATA%%%%DATADIR%%/timezone/America/Nome
%%TZDATA%%%%DATADIR%%/timezone/America/Noronha
%%TZDATA%%%%DATADIR%%/timezone/America/North_Dakota/Beulah
%%TZDATA%%%%DATADIR%%/timezone/America/North_Dakota/Center
%%TZDATA%%%%DATADIR%%/timezone/America/North_Dakota/New_Salem
%%TZDATA%%%%DATADIR%%/timezone/America/Ojinaga
%%TZDATA%%%%DATADIR%%/timezone/America/Panama
%%TZDATA%%%%DATADIR%%/timezone/America/Pangnirtung
%%TZDATA%%%%DATADIR%%/timezone/America/Paramaribo
%%TZDATA%%%%DATADIR%%/timezone/America/Phoenix
%%TZDATA%%%%DATADIR%%/timezone/America/Port-au-Prince
%%TZDATA%%%%DATADIR%%/timezone/America/Port_of_Spain
%%TZDATA%%%%DATADIR%%/timezone/America/Porto_Acre
%%TZDATA%%%%DATADIR%%/timezone/America/Porto_Velho
%%TZDATA%%%%DATADIR%%/timezone/America/Puerto_Rico
%%TZDATA%%%%DATADIR%%/timezone/America/Rainy_River
%%TZDATA%%%%DATADIR%%/timezone/America/Rankin_Inlet
%%TZDATA%%%%DATADIR%%/timezone/America/Recife
%%TZDATA%%%%DATADIR%%/timezone/America/Regina
%%TZDATA%%%%DATADIR%%/timezone/America/Resolute
%%TZDATA%%%%DATADIR%%/timezone/America/Rio_Branco
%%TZDATA%%%%DATADIR%%/timezone/America/Rosario
%%TZDATA%%%%DATADIR%%/timezone/America/Santa_Isabel
%%TZDATA%%%%DATADIR%%/timezone/America/Santarem
%%TZDATA%%%%DATADIR%%/timezone/America/Santiago
%%TZDATA%%%%DATADIR%%/timezone/America/Santo_Domingo
%%TZDATA%%%%DATADIR%%/timezone/America/Sao_Paulo
%%TZDATA%%%%DATADIR%%/timezone/America/Scoresbysund
%%TZDATA%%%%DATADIR%%/timezone/America/Shiprock
%%TZDATA%%%%DATADIR%%/timezone/America/Sitka
%%TZDATA%%%%DATADIR%%/timezone/America/St_Barthelemy
%%TZDATA%%%%DATADIR%%/timezone/America/St_Johns
%%TZDATA%%%%DATADIR%%/timezone/America/St_Kitts
%%TZDATA%%%%DATADIR%%/timezone/America/St_Lucia
%%TZDATA%%%%DATADIR%%/timezone/America/St_Thomas
%%TZDATA%%%%DATADIR%%/timezone/America/St_Vincent
%%TZDATA%%%%DATADIR%%/timezone/America/Swift_Current
%%TZDATA%%%%DATADIR%%/timezone/America/Tegucigalpa
%%TZDATA%%%%DATADIR%%/timezone/America/Thule
%%TZDATA%%%%DATADIR%%/timezone/America/Thunder_Bay
%%TZDATA%%%%DATADIR%%/timezone/America/Tijuana
%%TZDATA%%%%DATADIR%%/timezone/America/Toronto
%%TZDATA%%%%DATADIR%%/timezone/America/Tortola
%%TZDATA%%%%DATADIR%%/timezone/America/Vancouver
%%TZDATA%%%%DATADIR%%/timezone/America/Virgin
%%TZDATA%%%%DATADIR%%/timezone/America/Whitehorse
%%TZDATA%%%%DATADIR%%/timezone/America/Winnipeg
%%TZDATA%%%%DATADIR%%/timezone/America/Yakutat
%%TZDATA%%%%DATADIR%%/timezone/America/Yellowknife
%%TZDATA%%%%DATADIR%%/timezone/Antarctica/Casey
%%TZDATA%%%%DATADIR%%/timezone/Antarctica/Davis
%%TZDATA%%%%DATADIR%%/timezone/Antarctica/DumontDUrville
%%TZDATA%%%%DATADIR%%/timezone/Antarctica/Macquarie
%%TZDATA%%%%DATADIR%%/timezone/Antarctica/Mawson
%%TZDATA%%%%DATADIR%%/timezone/Antarctica/McMurdo
%%TZDATA%%%%DATADIR%%/timezone/Antarctica/Palmer
%%TZDATA%%%%DATADIR%%/timezone/Antarctica/Rothera
%%TZDATA%%%%DATADIR%%/timezone/Antarctica/South_Pole
%%TZDATA%%%%DATADIR%%/timezone/Antarctica/Syowa
%%TZDATA%%%%DATADIR%%/timezone/Antarctica/Troll
%%TZDATA%%%%DATADIR%%/timezone/Antarctica/Vostok
%%TZDATA%%%%DATADIR%%/timezone/Arctic/Longyearbyen
%%TZDATA%%%%DATADIR%%/timezone/Asia/Aden
%%TZDATA%%%%DATADIR%%/timezone/Asia/Almaty
%%TZDATA%%%%DATADIR%%/timezone/Asia/Amman
%%TZDATA%%%%DATADIR%%/timezone/Asia/Anadyr
%%TZDATA%%%%DATADIR%%/timezone/Asia/Aqtau
%%TZDATA%%%%DATADIR%%/timezone/Asia/Aqtobe
%%TZDATA%%%%DATADIR%%/timezone/Asia/Ashgabat
%%TZDATA%%%%DATADIR%%/timezone/Asia/Ashkhabad
%%TZDATA%%%%DATADIR%%/timezone/Asia/Baghdad
%%TZDATA%%%%DATADIR%%/timezone/Asia/Bahrain
%%TZDATA%%%%DATADIR%%/timezone/Asia/Baku
%%TZDATA%%%%DATADIR%%/timezone/Asia/Bangkok
%%TZDATA%%%%DATADIR%%/timezone/Asia/Beirut
%%TZDATA%%%%DATADIR%%/timezone/Asia/Bishkek
%%TZDATA%%%%DATADIR%%/timezone/Asia/Brunei
%%TZDATA%%%%DATADIR%%/timezone/Asia/Calcutta
%%TZDATA%%%%DATADIR%%/timezone/Asia/Chita
%%TZDATA%%%%DATADIR%%/timezone/Asia/Choibalsan
%%TZDATA%%%%DATADIR%%/timezone/Asia/Chongqing
%%TZDATA%%%%DATADIR%%/timezone/Asia/Chungking
%%TZDATA%%%%DATADIR%%/timezone/Asia/Colombo
%%TZDATA%%%%DATADIR%%/timezone/Asia/Dacca
%%TZDATA%%%%DATADIR%%/timezone/Asia/Damascus
%%TZDATA%%%%DATADIR%%/timezone/Asia/Dhaka
%%TZDATA%%%%DATADIR%%/timezone/Asia/Dili
%%TZDATA%%%%DATADIR%%/timezone/Asia/Dubai
%%TZDATA%%%%DATADIR%%/timezone/Asia/Dushanbe
%%TZDATA%%%%DATADIR%%/timezone/Asia/Gaza
%%TZDATA%%%%DATADIR%%/timezone/Asia/Harbin
%%TZDATA%%%%DATADIR%%/timezone/Asia/Hebron
%%TZDATA%%%%DATADIR%%/timezone/Asia/Ho_Chi_Minh
%%TZDATA%%%%DATADIR%%/timezone/Asia/Hong_Kong
%%TZDATA%%%%DATADIR%%/timezone/Asia/Hovd
%%TZDATA%%%%DATADIR%%/timezone/Asia/Irkutsk
%%TZDATA%%%%DATADIR%%/timezone/Asia/Istanbul
%%TZDATA%%%%DATADIR%%/timezone/Asia/Jakarta
%%TZDATA%%%%DATADIR%%/timezone/Asia/Jayapura
%%TZDATA%%%%DATADIR%%/timezone/Asia/Jerusalem
%%TZDATA%%%%DATADIR%%/timezone/Asia/Kabul
%%TZDATA%%%%DATADIR%%/timezone/Asia/Kamchatka
%%TZDATA%%%%DATADIR%%/timezone/Asia/Karachi
%%TZDATA%%%%DATADIR%%/timezone/Asia/Kashgar
%%TZDATA%%%%DATADIR%%/timezone/Asia/Kathmandu
%%TZDATA%%%%DATADIR%%/timezone/Asia/Katmandu
%%TZDATA%%%%DATADIR%%/timezone/Asia/Khandyga
%%TZDATA%%%%DATADIR%%/timezone/Asia/Kolkata
%%TZDATA%%%%DATADIR%%/timezone/Asia/Krasnoyarsk
%%TZDATA%%%%DATADIR%%/timezone/Asia/Kuala_Lumpur
%%TZDATA%%%%DATADIR%%/timezone/Asia/Kuching
%%TZDATA%%%%DATADIR%%/timezone/Asia/Kuwait
%%TZDATA%%%%DATADIR%%/timezone/Asia/Macao
%%TZDATA%%%%DATADIR%%/timezone/Asia/Macau
%%TZDATA%%%%DATADIR%%/timezone/Asia/Magadan
%%TZDATA%%%%DATADIR%%/timezone/Asia/Makassar
%%TZDATA%%%%DATADIR%%/timezone/Asia/Manila
%%TZDATA%%%%DATADIR%%/timezone/Asia/Muscat
%%TZDATA%%%%DATADIR%%/timezone/Asia/Nicosia
%%TZDATA%%%%DATADIR%%/timezone/Asia/Novokuznetsk
%%TZDATA%%%%DATADIR%%/timezone/Asia/Novosibirsk
%%TZDATA%%%%DATADIR%%/timezone/Asia/Omsk
%%TZDATA%%%%DATADIR%%/timezone/Asia/Oral
%%TZDATA%%%%DATADIR%%/timezone/Asia/Phnom_Penh
%%TZDATA%%%%DATADIR%%/timezone/Asia/Pontianak
%%TZDATA%%%%DATADIR%%/timezone/Asia/Pyongyang
%%TZDATA%%%%DATADIR%%/timezone/Asia/Qatar
%%TZDATA%%%%DATADIR%%/timezone/Asia/Qyzylorda
%%TZDATA%%%%DATADIR%%/timezone/Asia/Rangoon
%%TZDATA%%%%DATADIR%%/timezone/Asia/Riyadh
%%TZDATA%%%%DATADIR%%/timezone/Asia/Saigon
%%TZDATA%%%%DATADIR%%/timezone/Asia/Sakhalin
%%TZDATA%%%%DATADIR%%/timezone/Asia/Samarkand
%%TZDATA%%%%DATADIR%%/timezone/Asia/Seoul
%%TZDATA%%%%DATADIR%%/timezone/Asia/Shanghai
%%TZDATA%%%%DATADIR%%/timezone/Asia/Singapore
%%TZDATA%%%%DATADIR%%/timezone/Asia/Srednekolymsk
%%TZDATA%%%%DATADIR%%/timezone/Asia/Taipei
%%TZDATA%%%%DATADIR%%/timezone/Asia/Tashkent
%%TZDATA%%%%DATADIR%%/timezone/Asia/Tbilisi
%%TZDATA%%%%DATADIR%%/timezone/Asia/Tehran
%%TZDATA%%%%DATADIR%%/timezone/Asia/Tel_Aviv
%%TZDATA%%%%DATADIR%%/timezone/Asia/Thimbu
%%TZDATA%%%%DATADIR%%/timezone/Asia/Thimphu
%%TZDATA%%%%DATADIR%%/timezone/Asia/Tokyo
%%TZDATA%%%%DATADIR%%/timezone/Asia/Ujung_Pandang
%%TZDATA%%%%DATADIR%%/timezone/Asia/Ulaanbaatar
%%TZDATA%%%%DATADIR%%/timezone/Asia/Ulan_Bator
%%TZDATA%%%%DATADIR%%/timezone/Asia/Urumqi
%%TZDATA%%%%DATADIR%%/timezone/Asia/Ust-Nera
%%TZDATA%%%%DATADIR%%/timezone/Asia/Vientiane
%%TZDATA%%%%DATADIR%%/timezone/Asia/Vladivostok
%%TZDATA%%%%DATADIR%%/timezone/Asia/Yakutsk
%%TZDATA%%%%DATADIR%%/timezone/Asia/Yekaterinburg
%%TZDATA%%%%DATADIR%%/timezone/Asia/Yerevan
%%TZDATA%%%%DATADIR%%/timezone/Atlantic/Azores
%%TZDATA%%%%DATADIR%%/timezone/Atlantic/Bermuda
%%TZDATA%%%%DATADIR%%/timezone/Atlantic/Canary
%%TZDATA%%%%DATADIR%%/timezone/Atlantic/Cape_Verde
%%TZDATA%%%%DATADIR%%/timezone/Atlantic/Faeroe
%%TZDATA%%%%DATADIR%%/timezone/Atlantic/Faroe
%%TZDATA%%%%DATADIR%%/timezone/Atlantic/Jan_Mayen
%%TZDATA%%%%DATADIR%%/timezone/Atlantic/Madeira
%%TZDATA%%%%DATADIR%%/timezone/Atlantic/Reykjavik
%%TZDATA%%%%DATADIR%%/timezone/Atlantic/South_Georgia
%%TZDATA%%%%DATADIR%%/timezone/Atlantic/St_Helena
%%TZDATA%%%%DATADIR%%/timezone/Atlantic/Stanley
%%TZDATA%%%%DATADIR%%/timezone/Australia/ACT
%%TZDATA%%%%DATADIR%%/timezone/Australia/Adelaide
%%TZDATA%%%%DATADIR%%/timezone/Australia/Brisbane
%%TZDATA%%%%DATADIR%%/timezone/Australia/Broken_Hill
%%TZDATA%%%%DATADIR%%/timezone/Australia/Canberra
%%TZDATA%%%%DATADIR%%/timezone/Australia/Currie
%%TZDATA%%%%DATADIR%%/timezone/Australia/Darwin
%%TZDATA%%%%DATADIR%%/timezone/Australia/Eucla
%%TZDATA%%%%DATADIR%%/timezone/Australia/Hobart
%%TZDATA%%%%DATADIR%%/timezone/Australia/LHI
%%TZDATA%%%%DATADIR%%/timezone/Australia/Lindeman
%%TZDATA%%%%DATADIR%%/timezone/Australia/Lord_Howe
%%TZDATA%%%%DATADIR%%/timezone/Australia/Melbourne
%%TZDATA%%%%DATADIR%%/timezone/Australia/NSW
%%TZDATA%%%%DATADIR%%/timezone/Australia/North
%%TZDATA%%%%DATADIR%%/timezone/Australia/Perth
%%TZDATA%%%%DATADIR%%/timezone/Australia/Queensland
%%TZDATA%%%%DATADIR%%/timezone/Australia/South
%%TZDATA%%%%DATADIR%%/timezone/Australia/Sydney
%%TZDATA%%%%DATADIR%%/timezone/Australia/Tasmania
%%TZDATA%%%%DATADIR%%/timezone/Australia/Victoria
%%TZDATA%%%%DATADIR%%/timezone/Australia/West
%%TZDATA%%%%DATADIR%%/timezone/Australia/Yancowinna
%%TZDATA%%%%DATADIR%%/timezone/Brazil/Acre
%%TZDATA%%%%DATADIR%%/timezone/Brazil/DeNoronha
%%TZDATA%%%%DATADIR%%/timezone/Brazil/East
%%TZDATA%%%%DATADIR%%/timezone/Brazil/West
%%TZDATA%%%%DATADIR%%/timezone/CET
%%TZDATA%%%%DATADIR%%/timezone/CST6CDT
%%TZDATA%%%%DATADIR%%/timezone/Canada/Atlantic
%%TZDATA%%%%DATADIR%%/timezone/Canada/Central
%%TZDATA%%%%DATADIR%%/timezone/Canada/East-Saskatchewan
%%TZDATA%%%%DATADIR%%/timezone/Canada/Eastern
%%TZDATA%%%%DATADIR%%/timezone/Canada/Mountain
%%TZDATA%%%%DATADIR%%/timezone/Canada/Newfoundland
%%TZDATA%%%%DATADIR%%/timezone/Canada/Pacific
%%TZDATA%%%%DATADIR%%/timezone/Canada/Saskatchewan
%%TZDATA%%%%DATADIR%%/timezone/Canada/Yukon
%%TZDATA%%%%DATADIR%%/timezone/Chile/Continental
%%TZDATA%%%%DATADIR%%/timezone/Chile/EasterIsland
%%TZDATA%%%%DATADIR%%/timezone/Cuba
%%TZDATA%%%%DATADIR%%/timezone/EET
%%TZDATA%%%%DATADIR%%/timezone/EST
%%TZDATA%%%%DATADIR%%/timezone/EST5EDT
%%TZDATA%%%%DATADIR%%/timezone/Egypt
%%TZDATA%%%%DATADIR%%/timezone/Eire
%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT
%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT+0
%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT+1
%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT+10
%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT+11
%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT+12
%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT+2
%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT+3
%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT+4
%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT+5
%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT+6
%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT+7
%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT+8
%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT+9
%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT-0
%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT-1
%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT-10
%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT-11
%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT-12
%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT-13
%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT-14
%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT-2
%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT-3
%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT-4
%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT-5
%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT-6
%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT-7
%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT-8
%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT-9
%%TZDATA%%%%DATADIR%%/timezone/Etc/GMT0
%%TZDATA%%%%DATADIR%%/timezone/Etc/Greenwich
%%TZDATA%%%%DATADIR%%/timezone/Etc/UCT
%%TZDATA%%%%DATADIR%%/timezone/Etc/UTC
%%TZDATA%%%%DATADIR%%/timezone/Etc/Universal
%%TZDATA%%%%DATADIR%%/timezone/Etc/Zulu
%%TZDATA%%%%DATADIR%%/timezone/Europe/Amsterdam
%%TZDATA%%%%DATADIR%%/timezone/Europe/Andorra
%%TZDATA%%%%DATADIR%%/timezone/Europe/Athens
%%TZDATA%%%%DATADIR%%/timezone/Europe/Belfast
%%TZDATA%%%%DATADIR%%/timezone/Europe/Belgrade
%%TZDATA%%%%DATADIR%%/timezone/Europe/Berlin
%%TZDATA%%%%DATADIR%%/timezone/Europe/Bratislava
%%TZDATA%%%%DATADIR%%/timezone/Europe/Brussels
%%TZDATA%%%%DATADIR%%/timezone/Europe/Bucharest
%%TZDATA%%%%DATADIR%%/timezone/Europe/Budapest
%%TZDATA%%%%DATADIR%%/timezone/Europe/Busingen
%%TZDATA%%%%DATADIR%%/timezone/Europe/Chisinau
%%TZDATA%%%%DATADIR%%/timezone/Europe/Copenhagen
%%TZDATA%%%%DATADIR%%/timezone/Europe/Dublin
%%TZDATA%%%%DATADIR%%/timezone/Europe/Gibraltar
%%TZDATA%%%%DATADIR%%/timezone/Europe/Guernsey
%%TZDATA%%%%DATADIR%%/timezone/Europe/Helsinki
%%TZDATA%%%%DATADIR%%/timezone/Europe/Isle_of_Man
%%TZDATA%%%%DATADIR%%/timezone/Europe/Istanbul
%%TZDATA%%%%DATADIR%%/timezone/Europe/Jersey
%%TZDATA%%%%DATADIR%%/timezone/Europe/Kaliningrad
%%TZDATA%%%%DATADIR%%/timezone/Europe/Kiev
%%TZDATA%%%%DATADIR%%/timezone/Europe/Lisbon
%%TZDATA%%%%DATADIR%%/timezone/Europe/Ljubljana
%%TZDATA%%%%DATADIR%%/timezone/Europe/London
%%TZDATA%%%%DATADIR%%/timezone/Europe/Luxembourg
%%TZDATA%%%%DATADIR%%/timezone/Europe/Madrid
%%TZDATA%%%%DATADIR%%/timezone/Europe/Malta
%%TZDATA%%%%DATADIR%%/timezone/Europe/Mariehamn
%%TZDATA%%%%DATADIR%%/timezone/Europe/Minsk
%%TZDATA%%%%DATADIR%%/timezone/Europe/Monaco
%%TZDATA%%%%DATADIR%%/timezone/Europe/Moscow
%%TZDATA%%%%DATADIR%%/timezone/Europe/Nicosia
%%TZDATA%%%%DATADIR%%/timezone/Europe/Oslo
%%TZDATA%%%%DATADIR%%/timezone/Europe/Paris
%%TZDATA%%%%DATADIR%%/timezone/Europe/Podgorica
%%TZDATA%%%%DATADIR%%/timezone/Europe/Prague
%%TZDATA%%%%DATADIR%%/timezone/Europe/Riga
%%TZDATA%%%%DATADIR%%/timezone/Europe/Rome
%%TZDATA%%%%DATADIR%%/timezone/Europe/Samara
%%TZDATA%%%%DATADIR%%/timezone/Europe/San_Marino
%%TZDATA%%%%DATADIR%%/timezone/Europe/Sarajevo
%%TZDATA%%%%DATADIR%%/timezone/Europe/Simferopol
%%TZDATA%%%%DATADIR%%/timezone/Europe/Skopje
%%TZDATA%%%%DATADIR%%/timezone/Europe/Sofia
%%TZDATA%%%%DATADIR%%/timezone/Europe/Stockholm
%%TZDATA%%%%DATADIR%%/timezone/Europe/Tallinn
%%TZDATA%%%%DATADIR%%/timezone/Europe/Tirane
%%TZDATA%%%%DATADIR%%/timezone/Europe/Tiraspol
%%TZDATA%%%%DATADIR%%/timezone/Europe/Uzhgorod
%%TZDATA%%%%DATADIR%%/timezone/Europe/Vaduz
%%TZDATA%%%%DATADIR%%/timezone/Europe/Vatican
%%TZDATA%%%%DATADIR%%/timezone/Europe/Vienna
%%TZDATA%%%%DATADIR%%/timezone/Europe/Vilnius
%%TZDATA%%%%DATADIR%%/timezone/Europe/Volgograd
%%TZDATA%%%%DATADIR%%/timezone/Europe/Warsaw
%%TZDATA%%%%DATADIR%%/timezone/Europe/Zagreb
%%TZDATA%%%%DATADIR%%/timezone/Europe/Zaporozhye
%%TZDATA%%%%DATADIR%%/timezone/Europe/Zurich
%%TZDATA%%%%DATADIR%%/timezone/Factory
%%TZDATA%%%%DATADIR%%/timezone/GB
%%TZDATA%%%%DATADIR%%/timezone/GB-Eire
%%TZDATA%%%%DATADIR%%/timezone/GMT
%%TZDATA%%%%DATADIR%%/timezone/GMT+0
%%TZDATA%%%%DATADIR%%/timezone/GMT-0
%%TZDATA%%%%DATADIR%%/timezone/GMT0
%%TZDATA%%%%DATADIR%%/timezone/Greenwich
%%TZDATA%%%%DATADIR%%/timezone/HST
%%TZDATA%%%%DATADIR%%/timezone/Hongkong
%%TZDATA%%%%DATADIR%%/timezone/Iceland
%%TZDATA%%%%DATADIR%%/timezone/Indian/Antananarivo
%%TZDATA%%%%DATADIR%%/timezone/Indian/Chagos
%%TZDATA%%%%DATADIR%%/timezone/Indian/Christmas
%%TZDATA%%%%DATADIR%%/timezone/Indian/Cocos
%%TZDATA%%%%DATADIR%%/timezone/Indian/Comoro
%%TZDATA%%%%DATADIR%%/timezone/Indian/Kerguelen
%%TZDATA%%%%DATADIR%%/timezone/Indian/Mahe
%%TZDATA%%%%DATADIR%%/timezone/Indian/Maldives
%%TZDATA%%%%DATADIR%%/timezone/Indian/Mauritius
%%TZDATA%%%%DATADIR%%/timezone/Indian/Mayotte
%%TZDATA%%%%DATADIR%%/timezone/Indian/Reunion
%%TZDATA%%%%DATADIR%%/timezone/Iran
%%TZDATA%%%%DATADIR%%/timezone/Israel
%%TZDATA%%%%DATADIR%%/timezone/Jamaica
%%TZDATA%%%%DATADIR%%/timezone/Japan
%%TZDATA%%%%DATADIR%%/timezone/Kwajalein
%%TZDATA%%%%DATADIR%%/timezone/Libya
%%TZDATA%%%%DATADIR%%/timezone/MET
%%TZDATA%%%%DATADIR%%/timezone/MST
%%TZDATA%%%%DATADIR%%/timezone/MST7MDT
%%TZDATA%%%%DATADIR%%/timezone/Mexico/BajaNorte
%%TZDATA%%%%DATADIR%%/timezone/Mexico/BajaSur
%%TZDATA%%%%DATADIR%%/timezone/Mexico/General
%%TZDATA%%%%DATADIR%%/timezone/NZ
%%TZDATA%%%%DATADIR%%/timezone/NZ-CHAT
%%TZDATA%%%%DATADIR%%/timezone/Navajo
%%TZDATA%%%%DATADIR%%/timezone/PRC
%%TZDATA%%%%DATADIR%%/timezone/PST8PDT
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Apia
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Auckland
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Bougainville
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Chatham
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Chuuk
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Easter
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Efate
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Enderbury
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Fakaofo
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Fiji
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Funafuti
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Galapagos
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Gambier
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Guadalcanal
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Guam
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Honolulu
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Johnston
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Kiritimati
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Kosrae
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Kwajalein
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Majuro
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Marquesas
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Midway
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Nauru
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Niue
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Norfolk
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Noumea
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Pago_Pago
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Palau
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Pitcairn
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Pohnpei
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Ponape
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Port_Moresby
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Rarotonga
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Saipan
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Samoa
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Tahiti
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Tarawa
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Tongatapu
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Truk
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Wake
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Wallis
%%TZDATA%%%%DATADIR%%/timezone/Pacific/Yap
%%TZDATA%%%%DATADIR%%/timezone/Poland
%%TZDATA%%%%DATADIR%%/timezone/Portugal
%%TZDATA%%%%DATADIR%%/timezone/ROC
%%TZDATA%%%%DATADIR%%/timezone/ROK
%%TZDATA%%%%DATADIR%%/timezone/Singapore
%%TZDATA%%%%DATADIR%%/timezone/Turkey
%%TZDATA%%%%DATADIR%%/timezone/UCT
%%TZDATA%%%%DATADIR%%/timezone/US/Alaska
%%TZDATA%%%%DATADIR%%/timezone/US/Aleutian
%%TZDATA%%%%DATADIR%%/timezone/US/Arizona
%%TZDATA%%%%DATADIR%%/timezone/US/Central
%%TZDATA%%%%DATADIR%%/timezone/US/East-Indiana
%%TZDATA%%%%DATADIR%%/timezone/US/Eastern
%%TZDATA%%%%DATADIR%%/timezone/US/Hawaii
%%TZDATA%%%%DATADIR%%/timezone/US/Indiana-Starke
%%TZDATA%%%%DATADIR%%/timezone/US/Michigan
%%TZDATA%%%%DATADIR%%/timezone/US/Mountain
%%TZDATA%%%%DATADIR%%/timezone/US/Pacific
%%TZDATA%%%%DATADIR%%/timezone/US/Pacific-New
%%TZDATA%%%%DATADIR%%/timezone/US/Samoa
%%TZDATA%%%%DATADIR%%/timezone/UTC
%%TZDATA%%%%DATADIR%%/timezone/Universal
%%TZDATA%%%%DATADIR%%/timezone/W-SU
%%TZDATA%%%%DATADIR%%/timezone/WET
%%TZDATA%%%%DATADIR%%/timezone/Zulu
%%TZDATA%%%%DATADIR%%/timezone/posixrules
%%DATADIR%%/timezonesets/Africa.txt
%%DATADIR%%/timezonesets/America.txt
%%DATADIR%%/timezonesets/Antarctica.txt
%%DATADIR%%/timezonesets/Asia.txt
%%DATADIR%%/timezonesets/Atlantic.txt
%%DATADIR%%/timezonesets/Australia
%%DATADIR%%/timezonesets/Australia.txt
%%DATADIR%%/timezonesets/Default
%%DATADIR%%/timezonesets/Etc.txt
%%DATADIR%%/timezonesets/Europe.txt
%%DATADIR%%/timezonesets/India
%%DATADIR%%/timezonesets/Indian.txt
%%DATADIR%%/timezonesets/Pacific.txt
%%TZDATA%%@dir %%DATADIR%%/timezone/Africa
%%TZDATA%%@dir %%DATADIR%%/timezone/America/Argentina
%%TZDATA%%@dir %%DATADIR%%/timezone/America/Indiana
%%TZDATA%%@dir %%DATADIR%%/timezone/America/Kentucky
%%TZDATA%%@dir %%DATADIR%%/timezone/America/North_Dakota
%%TZDATA%%@dir %%DATADIR%%/timezone/America
%%TZDATA%%@dir %%DATADIR%%/timezone/Antarctica
%%TZDATA%%@dir %%DATADIR%%/timezone/Arctic
%%TZDATA%%@dir %%DATADIR%%/timezone/Asia
%%TZDATA%%@dir %%DATADIR%%/timezone/Atlantic
%%TZDATA%%@dir %%DATADIR%%/timezone/Australia
%%TZDATA%%@dir %%DATADIR%%/timezone/Brazil
%%TZDATA%%@dir %%DATADIR%%/timezone/Canada
%%TZDATA%%@dir %%DATADIR%%/timezone/Chile
%%TZDATA%%@dir %%DATADIR%%/timezone/Etc
%%TZDATA%%@dir %%DATADIR%%/timezone/Europe
%%TZDATA%%@dir %%DATADIR%%/timezone/Indian
%%TZDATA%%@dir %%DATADIR%%/timezone/Mexico
%%TZDATA%%@dir %%DATADIR%%/timezone/Pacific
%%TZDATA%%@dir %%DATADIR%%/timezone/US
%%TZDATA%%@dir %%DATADIR%%/timezone
@dir %%DATADIR%%/timezonesets
%%DATADIR%%/tsearch_data/danish.stop
%%DATADIR%%/tsearch_data/dutch.stop
%%DATADIR%%/tsearch_data/english.stop
%%DATADIR%%/tsearch_data/finnish.stop
%%DATADIR%%/tsearch_data/french.stop
%%DATADIR%%/tsearch_data/german.stop
%%DATADIR%%/tsearch_data/hungarian.stop
%%DATADIR%%/tsearch_data/italian.stop
%%DATADIR%%/tsearch_data/norwegian.stop
%%DATADIR%%/tsearch_data/portuguese.stop
%%DATADIR%%/tsearch_data/russian.stop
%%DATADIR%%/tsearch_data/spanish.stop
%%DATADIR%%/tsearch_data/swedish.stop
%%DATADIR%%/tsearch_data/turkish.stop
%%DATADIR%%/tsearch_data/hunspell_sample.affix
%%DATADIR%%/tsearch_data/ispell_sample.affix
%%DATADIR%%/tsearch_data/ispell_sample.dict
%%DATADIR%%/tsearch_data/synonym_sample.syn
%%DATADIR%%/tsearch_data/thesaurus_sample.ths
@exec /bin/mkdir -p %%PREFIX%%/%%PG_USER%% || /usr/bin/true
@exec /usr/sbin/chown %%PG_USER%%:%%PG_GROUP%% %%PREFIX%%/%%PG_USER%% || /usr/bin/true
@dir %%DATADIR%%/tsearch_data
@dir %%DATADIR%%
@dir etc/periodic/daily
@dir etc/periodic
@dir lib/postgresql
@dir %%PG_USER%%