@comment PKG_FORMAT_REVISION:1.1
@name postgresql-server-9.1.4
@comment ORIGIN:databases/postgresql91-server
@cwd /usr/local
@pkgdep pkgconf-0.8.5
@comment DEPORIGIN:devel/pkgconf
@pkgdep libiconv-1.14
@comment DEPORIGIN:converters/libiconv
@pkgdep libxml2-2.7.8_3
@comment DEPORIGIN:textproc/libxml2
@pkgdep gettext-0.18.1.1
@comment DEPORIGIN:devel/gettext
@pkgdep postgresql-client-9.1.4
@comment DEPORIGIN:databases/postgresql91-client
@conflicts postgresql-client-[^9].*
@conflicts postgresql-server-[^9].*
@conflicts postgresql-client-9.[^1].*
@conflicts postgresql-server-9.[^1].*
@exec echo "===> Creating users and/or groups."
@exec if ! /usr/sbin/pw groupshow pgsql >/dev/null 2>&1; then  echo "Creating group 'pgsql' with gid '70'.";  /usr/sbin/pw groupadd pgsql -g 70; else echo "Using existing group 'pgsql'."; fi
@exec if ! /usr/sbin/pw usershow pgsql >/dev/null 2>&1; then  echo "Creating user 'pgsql' with uid '70'.";  /usr/sbin/pw useradd pgsql -u 70 -g 70  -c "PostgreSQL pseudo-user" -d /usr/local/pgsql -s /bin/sh;  else echo "Using existing user 'pgsql'."; fi
@exec install -d -g 70 -o 70 /usr/local/pgsql
bin/initdb
@comment MD5:b2861276620909b23edbf438364d121d
bin/pg_basebackup
@comment MD5:efd672bfa428f5181d2bac9d96730b7a
bin/pg_controldata
@comment MD5:56cf38fbd0f734a2d061d92a5d6ccb5a
bin/pg_ctl
@comment MD5:9a511997df5380ac6b172a79b4cb4bc4
bin/pg_resetxlog
@comment MD5:6394ea0c0d7e47bd429001079ac7e00d
bin/postmaster
@comment MD5:e8a48653851e28c69d0506508fb27fc5
bin/postgres
@comment MD5:22134dff0c45252d0cf668e27fefd2fe
etc/periodic/daily/502.pgsql
@comment MD5:4457b11776025950374a0445036ee374
lib/postgresql/ascii_and_mic.so
@comment MD5:629aa5c3532a6e119a95de28d34fb47b
lib/postgresql/cyrillic_and_mic.so
@comment MD5:3b2830deb166f6312811a8c02772b940
lib/postgresql/dict_snowball.so
@comment MD5:6f0c43897083d82da58a9c0759233c92
lib/postgresql/euc2004_sjis2004.so
@comment MD5:5d7b0f750505590ce820db5973d56df6
lib/postgresql/euc_cn_and_mic.so
@comment MD5:0b254b2dd90aac7651c2e8d589dbd11f
lib/postgresql/euc_jp_and_sjis.so
@comment MD5:4a2526128c698569af33330b45ef548a
lib/postgresql/euc_kr_and_mic.so
@comment MD5:b062e9251eac015e6ccd8c7eab158212
lib/postgresql/euc_tw_and_big5.so
@comment MD5:88819f76e94863fb57332aba4b4d37e9
lib/postgresql/latin2_and_win1250.so
@comment MD5:f18f9eadac555e8be80295884c9b1d71
lib/postgresql/latin_and_mic.so
@comment MD5:dab1a1386904666a56f4d230b316052d
lib/postgresql/libpqwalreceiver.so
@comment MD5:8664ae6328e02b49732f480a39ca1d10
lib/postgresql/plpgsql.so
@comment MD5:2162cb8988d9124d282fedeefff94448
lib/postgresql/utf8_and_ascii.so
@comment MD5:d2590150d8b0c6c29ec96fd8bbcbc6c6
lib/postgresql/utf8_and_big5.so
@comment MD5:c9bc1bd9daf2b589318df75a0fb3218c
lib/postgresql/utf8_and_cyrillic.so
@comment MD5:6058e9c755bef94f8af950616d96ee58
lib/postgresql/utf8_and_euc_cn.so
@comment MD5:f6f6777dcb389936f4eb02f512a36d14
lib/postgresql/utf8_and_euc_jp.so
@comment MD5:6ec0c258687804808c2e355ce03d6910
lib/postgresql/utf8_and_euc_kr.so
@comment MD5:2fe854fec456dcd112c7047f3cb516a5
lib/postgresql/utf8_and_euc_tw.so
@comment MD5:f8ca7528ce995d41f6cb6ff1ab9a1d98
lib/postgresql/utf8_and_euc2004.so
@comment MD5:47bd67d7d06a459742450970d6045ec5
lib/postgresql/utf8_and_gb18030.so
@comment MD5:3345457aa65d54c761fbb9bc512b0fa8
lib/postgresql/utf8_and_gbk.so
@comment MD5:ba4c825241a9d8c57902ee9687fc0662
lib/postgresql/utf8_and_iso8859.so
@comment MD5:3242b9bf0e224480dc42c02b594dc0f0
lib/postgresql/utf8_and_iso8859_1.so
@comment MD5:8d9cea920ce5996d32ec028e4b946d83
lib/postgresql/utf8_and_johab.so
@comment MD5:16cb6ebf01c5af535dc59c176734298e
lib/postgresql/utf8_and_sjis.so
@comment MD5:564445db75c718a249aa150318f0e144
lib/postgresql/utf8_and_sjis2004.so
@comment MD5:7e479833690c7f662c75c97a135a6ed7
lib/postgresql/utf8_and_uhc.so
@comment MD5:0fd708fd35e94893b0eb1630d3f4e108
lib/postgresql/utf8_and_win.so
@comment MD5:e8571c66ccc2f741155b00a81dc9eae7
share/doc/postgresql/README-server
@comment MD5:1f1f760392ea6ec5b28c5ebf4353ba87
@unexec rmdir "%D/share/doc/postgresql" 2>/dev/null || true
share/postgresql/conversion_create.sql
@comment MD5:2865114b2bef02a4a9a660b8bb1cdeb8
share/postgresql/information_schema.sql
@comment MD5:528cec2ef8aa6c536c2befc813978e61
share/postgresql/pg_hba.conf.sample
@comment MD5:9e8e40ed5f5df141512c90fae74d756c
share/postgresql/pg_ident.conf.sample
@comment MD5:f11c8332d3f444148c0b8ee83ec5fc6d
share/postgresql/postgres.bki
@comment MD5:94e16f51f479dbf484f004162ad08120
share/postgresql/postgres.description
@comment MD5:cdf27fa41cf83964eede9037eeb44708
share/postgresql/postgresql.conf.sample
@comment MD5:a8ae01afb0bc6ec2a8cfbedc4d3fec34
share/postgresql/recovery.conf.sample
@comment MD5:73a2b925295cf351cab0d888b0dc8c56
share/postgresql/sql_features.txt
@comment MD5:5d7328247bcea5c027c14ea9325eead0
share/postgresql/system_views.sql
@comment MD5:d5c94e4e8ac504a0f94ec847718d0c10
share/postgresql/extension/plpgsql--1.0.sql
@comment MD5:c91c3e82bd1a48683ec4ec1ee72407d3
share/postgresql/extension/plpgsql--unpackaged--1.0.sql
@comment MD5:e5e52db965742faac58f233600d6e6cd
share/postgresql/extension/plpgsql.control
@comment MD5:0dcca66a6c305e19a143b3c25d3d5db1
@unexec rmdir "%D/share/postgresql/extension" 2>/dev/null || true
share/locale/cs/LC_MESSAGES/initdb-9.1.mo
@comment MD5:8d51fc2083f29d2300eced8f673aa00f
share/locale/cs/LC_MESSAGES/pg_basebackup-9.1.mo
@comment MD5:12814e9038d25fccdebf58452ba1e9be
share/locale/cs/LC_MESSAGES/pg_controldata-9.1.mo
@comment MD5:0da0fa0367e42f6aacb574d77a0d6f56
share/locale/cs/LC_MESSAGES/pg_ctl-9.1.mo
@comment MD5:afd51531c13d6b5b8f8f85ae1bd12b0b
share/locale/cs/LC_MESSAGES/pg_resetxlog-9.1.mo
@comment MD5:8ee775291533723ac7e5f83b43c4c859
share/locale/cs/LC_MESSAGES/plpgsql-9.1.mo
@comment MD5:f05db1077bcf7c9b725ab626cd084caa
share/locale/de/LC_MESSAGES/initdb-9.1.mo
@comment MD5:45a9cdd8b63ccf5f1875d53d48504e1e
share/locale/de/LC_MESSAGES/pg_basebackup-9.1.mo
@comment MD5:952bb5940950eb460b6a0ac12c9fc577
share/locale/de/LC_MESSAGES/pg_controldata-9.1.mo
@comment MD5:a5953926adf83cb8a1c1ec619a2bdebb
share/locale/de/LC_MESSAGES/pg_ctl-9.1.mo
@comment MD5:5ce39682190bf61165cf16dac67cb3b2
share/locale/de/LC_MESSAGES/pg_resetxlog-9.1.mo
@comment MD5:d758d34d60fdcc981cac760af4302269
share/locale/de/LC_MESSAGES/plpgsql-9.1.mo
@comment MD5:c7d78b34051c9749643285b64189c0dd
share/locale/de/LC_MESSAGES/postgres-9.1.mo
@comment MD5:2f913a512274f1a8851f182207bafafa
share/locale/es/LC_MESSAGES/initdb-9.1.mo
@comment MD5:4f7a16240bd6c58a380caa732635b7e7
share/locale/es/LC_MESSAGES/pg_basebackup-9.1.mo
@comment MD5:553b62f7f731fb5f50f42a7d5bb7a92f
share/locale/es/LC_MESSAGES/pg_controldata-9.1.mo
@comment MD5:c4ea970b2b431380ffea888fb2a89d6a
share/locale/es/LC_MESSAGES/pg_ctl-9.1.mo
@comment MD5:d2f2c34521c2b13ea4a93ac840eafcbb
share/locale/es/LC_MESSAGES/pg_resetxlog-9.1.mo
@comment MD5:de361311451152f03daf7628896c41a1
share/locale/es/LC_MESSAGES/plpgsql-9.1.mo
@comment MD5:a8164469548d11aa94bd1ae4d2a0f63e
share/locale/es/LC_MESSAGES/postgres-9.1.mo
@comment MD5:c042829942deeee23592ef34fb2f48b7
share/locale/fr/LC_MESSAGES/initdb-9.1.mo
@comment MD5:7c68c3b96d03d872341233a6aa61e961
share/locale/fr/LC_MESSAGES/pg_basebackup-9.1.mo
@comment MD5:603c6b6201bdf8448f5c98e35d862af5
share/locale/fr/LC_MESSAGES/pg_controldata-9.1.mo
@comment MD5:a9cd6eda2d70643596ae6a00b82093d4
share/locale/fr/LC_MESSAGES/pg_ctl-9.1.mo
@comment MD5:3507e6d8a0ecc4d5855a1ec140fb554c
share/locale/fr/LC_MESSAGES/pg_resetxlog-9.1.mo
@comment MD5:6220d383fd2972f0775be0c60ed68538
share/locale/fr/LC_MESSAGES/plpgsql-9.1.mo
@comment MD5:46849963c4a496e3606d414d0b945d10
share/locale/fr/LC_MESSAGES/postgres-9.1.mo
@comment MD5:3e7dd108e4cd5f8c6f2f955370712f66
share/locale/it/LC_MESSAGES/initdb-9.1.mo
@comment MD5:d5ecf0f79fb83c3423fce37cc738329d
share/locale/it/LC_MESSAGES/pg_controldata-9.1.mo
@comment MD5:9c3ddc4f0d0dc0ad12ee1e97f2044c7e
share/locale/it/LC_MESSAGES/pg_resetxlog-9.1.mo
@comment MD5:56d0d141b6912ea7a226512a37aee199
share/locale/it/LC_MESSAGES/plpgsql-9.1.mo
@comment MD5:381e498d59ced4e164af2aef82940a17
share/locale/ja/LC_MESSAGES/initdb-9.1.mo
@comment MD5:19e0be0deb1ad091c7b3c48e313b9c0a
share/locale/ja/LC_MESSAGES/pg_basebackup-9.1.mo
@comment MD5:4abe70f02ff21cac20c4b7f149b1ffb9
share/locale/ja/LC_MESSAGES/pg_controldata-9.1.mo
@comment MD5:36d8bfcf9a590ec257e131571fac0bf3
share/locale/ja/LC_MESSAGES/pg_ctl-9.1.mo
@comment MD5:b7e073aa3a9057fc9c11685373740b3b
share/locale/ja/LC_MESSAGES/pg_resetxlog-9.1.mo
@comment MD5:3481b289e82d2b1c89e2230255bb3ae3
share/locale/ja/LC_MESSAGES/plpgsql-9.1.mo
@comment MD5:5f3adebefe5dbd52e32c483f1fe19342
share/locale/ja/LC_MESSAGES/postgres-9.1.mo
@comment MD5:257cd94cfd245c5edfee157aa4b5011b
share/locale/ko/LC_MESSAGES/initdb-9.1.mo
@comment MD5:924577ff2850b976d6bbc3d18ac967e2
share/locale/ko/LC_MESSAGES/pg_controldata-9.1.mo
@comment MD5:2c0a72888fefe3bfe121683abbd32dc6
share/locale/ko/LC_MESSAGES/pg_resetxlog-9.1.mo
@comment MD5:d17eeaab64b9175ea9c3f77ae4b13c0f
share/locale/ko/LC_MESSAGES/plpgsql-9.1.mo
@comment MD5:b03f50a644566caf220492b4e90bc112
share/locale/pl/LC_MESSAGES/initdb-9.1.mo
@comment MD5:a48d4182d077b97b03d10a8f4906cdbd
share/locale/pl/LC_MESSAGES/pg_basebackup-9.1.mo
@comment MD5:c56ecc2ee186884146a5176153c8b9b6
share/locale/pl/LC_MESSAGES/pg_controldata-9.1.mo
@comment MD5:9203654ca4192b956065b34179607947
share/locale/pl/LC_MESSAGES/pg_ctl-9.1.mo
@comment MD5:52f778ebd15a16c3475a987695e631da
share/locale/pl/LC_MESSAGES/pg_resetxlog-9.1.mo
@comment MD5:8fbf7cfcff0060f1b45ea5969a436f0f
share/locale/pl/LC_MESSAGES/plpgsql-9.1.mo
@comment MD5:5f84cab852738a0682ade1b419b7e171
share/locale/pl/LC_MESSAGES/postgres-9.1.mo
@comment MD5:40967112c15185770baf346f840adeee
share/locale/pt_BR/LC_MESSAGES/initdb-9.1.mo
@comment MD5:30bb62a8cbfdb19fb1cc33de7c7c9c40
share/locale/pt_BR/LC_MESSAGES/pg_basebackup-9.1.mo
@comment MD5:7e89031baf4625fd1e673db59282bbfa
share/locale/pt_BR/LC_MESSAGES/pg_controldata-9.1.mo
@comment MD5:2c22691ee090667ba202cbc0bb6cc7e9
share/locale/pt_BR/LC_MESSAGES/pg_ctl-9.1.mo
@comment MD5:84d561a3d469e2e62ae70cc91dbb1222
share/locale/pt_BR/LC_MESSAGES/pg_resetxlog-9.1.mo
@comment MD5:37ebe920794ee6fa6a578a8b76242735
share/locale/pt_BR/LC_MESSAGES/plpgsql-9.1.mo
@comment MD5:2273e0f75365b0bbbbcc277f152d3abe
share/locale/pt_BR/LC_MESSAGES/postgres-9.1.mo
@comment MD5:5b0784393b688b109bb871acde0f91c8
share/locale/ro/LC_MESSAGES/initdb-9.1.mo
@comment MD5:92030bd6a9825d16bf96320680cd1335
share/locale/ro/LC_MESSAGES/pg_basebackup-9.1.mo
@comment MD5:5fdef5c75b21ecdcd4253852f40580a2
share/locale/ro/LC_MESSAGES/pg_controldata-9.1.mo
@comment MD5:201f9d848a2702f350875eeaa0c06860
share/locale/ro/LC_MESSAGES/pg_resetxlog-9.1.mo
@comment MD5:014fcb9c521f81a1441ac9b1d339a9e0
share/locale/ro/LC_MESSAGES/plpgsql-9.1.mo
@comment MD5:b0284ce92ad0acd3a1af309ef1848bc4
share/locale/ru/LC_MESSAGES/initdb-9.1.mo
@comment MD5:9712d24ad9ebb51c1fdd9ac085208cbc
share/locale/ru/LC_MESSAGES/pg_basebackup-9.1.mo
@comment MD5:f908d15999e907f5cb3b15a658a19603
share/locale/ru/LC_MESSAGES/pg_controldata-9.1.mo
@comment MD5:25edd8a78d830db9840986f8ef6da923
share/locale/ru/LC_MESSAGES/pg_ctl-9.1.mo
@comment MD5:5f932c08c40232ab628d10787eaf7556
share/locale/ru/LC_MESSAGES/pg_resetxlog-9.1.mo
@comment MD5:f28ee530fb918c9e9cabc0e63e1bf57e
share/locale/ru/LC_MESSAGES/plpgsql-9.1.mo
@comment MD5:8aed5298091e11e094ca614e18b04ac0
share/locale/ru/LC_MESSAGES/postgres-9.1.mo
@comment MD5:c51560a62d88d18a000071573e182f72
share/locale/sv/LC_MESSAGES/initdb-9.1.mo
@comment MD5:e4d2eef3c1b4d923541e20058b0ee9c2
share/locale/sv/LC_MESSAGES/pg_resetxlog-9.1.mo
@comment MD5:f524faa25b0ca7485fd0ad446c8a03e5
share/locale/ta/LC_MESSAGES/pg_resetxlog-9.1.mo
@comment MD5:82fce7abc495ac2d2afa8665692657d4
share/locale/tr/LC_MESSAGES/initdb-9.1.mo
@comment MD5:ba8a9a80db8003e679b6367cffb28829
share/locale/tr/LC_MESSAGES/pg_controldata-9.1.mo
@comment MD5:d4bcc7199d7bd39866796b702a3ff96e
share/locale/tr/LC_MESSAGES/pg_ctl-9.1.mo
@comment MD5:ad0090285c96ac3f0dc640df005bcb82
share/locale/tr/LC_MESSAGES/pg_resetxlog-9.1.mo
@comment MD5:f9b466c5302da49414c27dd7d5729076
share/locale/tr/LC_MESSAGES/plpgsql-9.1.mo
@comment MD5:bd66af0b43473ed563bae5a2e215b9c7
share/locale/zh_CN/LC_MESSAGES/initdb-9.1.mo
@comment MD5:181487b4b8fb9ecfa962257b141ec51d
share/locale/zh_CN/LC_MESSAGES/pg_controldata-9.1.mo
@comment MD5:622b6f91d9824ee89410ef2ba59522fe
share/locale/zh_CN/LC_MESSAGES/pg_resetxlog-9.1.mo
@comment MD5:19a712b84e85ecb545c562089b18c909
share/locale/zh_CN/LC_MESSAGES/plpgsql-9.1.mo
@comment MD5:20c316f0c332e6a74fccae968ac06a92
share/locale/zh_CN/LC_MESSAGES/postgres-9.1.mo
@comment MD5:2ef603afe0f642959905af1a030c6899
share/locale/zh_TW/LC_MESSAGES/initdb-9.1.mo
@comment MD5:fc7eeb0f732d303074b8281a81bf804c
share/locale/zh_TW/LC_MESSAGES/pg_controldata-9.1.mo
@comment MD5:6f809d96ddf851cded22569142b02390
share/locale/zh_TW/LC_MESSAGES/pg_ctl-9.1.mo
@comment MD5:dc695f262ed7e15ae6c95fe8a3db7e6c
share/locale/zh_TW/LC_MESSAGES/pg_resetxlog-9.1.mo
@comment MD5:9dc94cc19b75ac1e30970c8ce9f4f6bc
share/locale/zh_TW/LC_MESSAGES/plpgsql-9.1.mo
@comment MD5:e9ac4a19e9a4110c6f0bd4219d51bc5f
share/locale/zh_TW/LC_MESSAGES/postgres-9.1.mo
@comment MD5:4a4931c3906e5311328f3d30847f3659
share/postgresql/postgres.shdescription
@comment MD5:61a9ecfa21812e8a55255f3274bc9ff8
share/postgresql/snowball_create.sql
@comment MD5:6d5ed50ef8ee64e83631cadd3d909020
share/postgresql/timezone/Africa/Abidjan
@comment MD5:74c6fb9ae4ea68d0012c1f6ad42b5848
share/postgresql/timezone/Africa/Accra
@comment MD5:25ed5f5d04c8d528bdf09f9c04c06a00
share/postgresql/timezone/Africa/Addis_Ababa
@comment MD5:cf6e59906d6d3e92d66329745b413b8a
share/postgresql/timezone/Africa/Algiers
@comment MD5:a524cede785a80729bdc1b8276c3b220
share/postgresql/timezone/Africa/Asmara
@comment MD5:da4cb62e10f95e59eabfabaccb1c48ee
share/postgresql/timezone/Africa/Asmera
@comment MD5:da4cb62e10f95e59eabfabaccb1c48ee
share/postgresql/timezone/Africa/Bamako
@comment MD5:5d72dfea263c99ce0a5a6f97027244fd
share/postgresql/timezone/Africa/Bangui
@comment MD5:cd7b0ab1b280e8e9e2acc22e70836598
share/postgresql/timezone/Africa/Banjul
@comment MD5:86c276b74dc5195a633eddc29fa9223d
share/postgresql/timezone/Africa/Bissau
@comment MD5:9456be2ef62045a98564259df4368893
share/postgresql/timezone/Africa/Blantyre
@comment MD5:435b39b257ddb0dd32fbf69fcc514d28
share/postgresql/timezone/Africa/Brazzaville
@comment MD5:93ccfa07cabddf1ee92c664e4837ccc3
share/postgresql/timezone/Africa/Bujumbura
@comment MD5:d7d2032dcf122f5fa8899527ec2e1a71
share/postgresql/timezone/Africa/Cairo
@comment MD5:3074938ac5df72181a15ee5dfdd1fe31
share/postgresql/timezone/Africa/Casablanca
@comment MD5:f3f591fd80c9e18f49340aa07355319b
share/postgresql/timezone/Africa/Ceuta
@comment MD5:ccfe2b1f133bde654d4645574fd71774
share/postgresql/timezone/Africa/Conakry
@comment MD5:0c70b76ec0fbc807070604720c225325
share/postgresql/timezone/Africa/Dakar
@comment MD5:e0cf9c4a8b2f712c39f4b9c28e94f25f
share/postgresql/timezone/Africa/Dar_es_Salaam
@comment MD5:8f2337186156ce7aeb8f20172f346c5c
share/postgresql/timezone/Africa/Djibouti
@comment MD5:bda6cd788a12b4a58512c5552cbc0ee8
share/postgresql/timezone/Africa/Douala
@comment MD5:5d9705023d40645e4d4f926113474dab
share/postgresql/timezone/Africa/El_Aaiun
@comment MD5:dfcac72c201390f71b3d3e559acfa383
share/postgresql/timezone/Africa/Freetown
@comment MD5:1f16bfcde4b8e923118a434f44c5b7ff
share/postgresql/timezone/Africa/Gaborone
@comment MD5:1d2b9cc704fdccb53ec082e809731e79
share/postgresql/timezone/Africa/Harare
@comment MD5:395fb132b974bea466dc5aec4add5ade
share/postgresql/timezone/Africa/Johannesburg
@comment MD5:cee12167324950cf0d21256df7848887
share/postgresql/timezone/Africa/Juba
@comment MD5:eeccae706fdcecf2915c20efeb2bcb4c
share/postgresql/timezone/Africa/Kampala
@comment MD5:6b3a80fa1406177efa464742eb364ac0
share/postgresql/timezone/Africa/Khartoum
@comment MD5:07a897b7ad09ec3da648dff25864917e
share/postgresql/timezone/Africa/Kigali
@comment MD5:5bf3df7f436a0691f6241edc6167be92
share/postgresql/timezone/Africa/Kinshasa
@comment MD5:b2f3c759aa7d45dffcc28ae8b9b6a48f
share/postgresql/timezone/Africa/Lagos
@comment MD5:492b9f69a1bace803fb2c8972a59b4c5
share/postgresql/timezone/Africa/Libreville
@comment MD5:c762cc6ebd90ad844ef87d70ef340a2e
share/postgresql/timezone/Africa/Lome
@comment MD5:47d87083206c329b5474abb9a501f0eb
share/postgresql/timezone/Africa/Luanda
@comment MD5:31391815d1ed8abbc64bf9a2b80e3190
share/postgresql/timezone/Africa/Lubumbashi
@comment MD5:985dc80143be930620d12227206e9c2d
share/postgresql/timezone/Africa/Lusaka
@comment MD5:ba893c91d39f3e8208c2d7a6e6ba267f
share/postgresql/timezone/Africa/Malabo
@comment MD5:1dbf5d43e3230ddc86ef5ba97749b2bf
share/postgresql/timezone/Africa/Maputo
@comment MD5:b5f4fb3c09aa7751a710e6fd5dd15d95
share/postgresql/timezone/Africa/Maseru
@comment MD5:7ba5bf6b00966184902bd3872ccc9b54
share/postgresql/timezone/Africa/Mbabane
@comment MD5:cd06639ddbe99e5f92d4d60c32a3912c
share/postgresql/timezone/Africa/Mogadishu
@comment MD5:820cf839b4e5754ecf6d59a0327d1c4c
share/postgresql/timezone/Africa/Monrovia
@comment MD5:0a2a5325cb2e80b8257e673e06a0ebf5
share/postgresql/timezone/Africa/Nairobi
@comment MD5:666767cd25d793f358af05360e758552
share/postgresql/timezone/Africa/Ndjamena
@comment MD5:a0aad5ca661653e362b8afc808dc85c1
share/postgresql/timezone/Africa/Niamey
@comment MD5:e19f4a0532c424b85d4c8c25e0249a0b
share/postgresql/timezone/Africa/Nouakchott
@comment MD5:98ff49b6206f9d86933eba91896c2857
share/postgresql/timezone/Africa/Ouagadougou
@comment MD5:7af7f3eeeb12260e1881c641d3576689
share/postgresql/timezone/Africa/Porto-Novo
@comment MD5:73b7b5de758de89708fde18978f00b98
share/postgresql/timezone/Africa/Sao_Tome
@comment MD5:3062d90b331a19357412c06d0a2268f6
share/postgresql/timezone/Africa/Timbuktu
@comment MD5:5d72dfea263c99ce0a5a6f97027244fd
share/postgresql/timezone/Africa/Tripoli
@comment MD5:a022ee0edb76b0a390b901a5b3a2356b
share/postgresql/timezone/Africa/Tunis
@comment MD5:4f1b4fe95a2512916e20c6f6e26d8e3c
share/postgresql/timezone/Africa/Windhoek
@comment MD5:2497beb897d0df019d88cb8fca24f0fb
share/postgresql/timezone/America/Adak
@comment MD5:72534a816882e0ac2ac52595677ef81c
share/postgresql/timezone/America/Anchorage
@comment MD5:cc6f572873b04b8684bdb1cf7de1f66a
share/postgresql/timezone/America/Anguilla
@comment MD5:c7bfd6206c9c6dbe844e4194bc06019b
share/postgresql/timezone/America/Antigua
@comment MD5:4ea9c2b683df75881a0d071071e45c9c
share/postgresql/timezone/America/Araguaina
@comment MD5:cb24ec64f20488c3f80f5a48a1547111
share/postgresql/timezone/America/Argentina/Buenos_Aires
@comment MD5:a6830a2b3faae974268032da75a37301
share/postgresql/timezone/America/Argentina/Catamarca
@comment MD5:6ed643cadafc1e7d73da03359d82ff45
share/postgresql/timezone/America/Argentina/ComodRivadavia
@comment MD5:6ed643cadafc1e7d73da03359d82ff45
share/postgresql/timezone/America/Argentina/Cordoba
@comment MD5:7da171c01e47c38dca92e515713bf7c0
share/postgresql/timezone/America/Argentina/Jujuy
@comment MD5:8e74214795e82a1713dde4211199559c
share/postgresql/timezone/America/Argentina/La_Rioja
@comment MD5:ca42107b4e801005a46bb30a8c7b27d8
share/postgresql/timezone/America/Argentina/Mendoza
@comment MD5:9a2036fe8a65314dffed4e17fce987b1
share/postgresql/timezone/America/Argentina/Rio_Gallegos
@comment MD5:38ae01616eac4a18552df834a4a229a0
share/postgresql/timezone/America/Argentina/Salta
@comment MD5:d15d56bf006348bc5e6a1117fee8126a
share/postgresql/timezone/America/Argentina/San_Juan
@comment MD5:48d3cd2c3c62c6b2e0043359fc3e8edb
share/postgresql/timezone/America/Argentina/San_Luis
@comment MD5:02f91d435195bbeb83d88e2e77cf3759
share/postgresql/timezone/America/Argentina/Tucuman
@comment MD5:5713bcbc36deca6f56e80981a8293d93
share/postgresql/timezone/America/Argentina/Ushuaia
@comment MD5:bd1f19c27b7cb44ddd784fbb25f0f625
share/postgresql/timezone/America/Aruba
@comment MD5:083515d8287400169fbd9101ac98852f
share/postgresql/timezone/America/Asuncion
@comment MD5:b445d6e67ed02ebe28ecb1010085fc20
share/postgresql/timezone/America/Atikokan
@comment MD5:6b028d3f8073ba06f9467133f6a1a0dd
share/postgresql/timezone/America/Atka
@comment MD5:72534a816882e0ac2ac52595677ef81c
share/postgresql/timezone/America/Bahia
@comment MD5:78ff1bf7316e6b36377d1028dee0f4c2
share/postgresql/timezone/America/Bahia_Banderas
@comment MD5:4b977fdee28f425a497a28783bf2688e
share/postgresql/timezone/America/Barbados
@comment MD5:a11ca6b2859ae5bd1c22197bcf304b19
share/postgresql/timezone/America/Belem
@comment MD5:9208642d99f13cc145a19e397389aee1
share/postgresql/timezone/America/Belize
@comment MD5:9baab44b2d72a7bfa056c6a2a74d6a54
share/postgresql/timezone/America/Blanc-Sablon
@comment MD5:4169ae15c5a1477cfe281fa7702bcc14
share/postgresql/timezone/America/Boa_Vista
@comment MD5:42c8ad4915fcc71c8a1cf3718a9c4603
share/postgresql/timezone/America/Bogota
@comment MD5:c70e18fe5a8b6560fd98465d2f7d99e9
share/postgresql/timezone/America/Boise
@comment MD5:45dce4d7ef2491d2450d16565f878b02
share/postgresql/timezone/America/Buenos_Aires
@comment MD5:a6830a2b3faae974268032da75a37301
share/postgresql/timezone/America/Cambridge_Bay
@comment MD5:53d2fd0a11a2d4cffb86646e0ba4b39d
share/postgresql/timezone/America/Campo_Grande
@comment MD5:b98c569cbe25e3f0941652189ec9a30f
share/postgresql/timezone/America/Cancun
@comment MD5:ed6acc203cc10e866fc6af88b389d701
share/postgresql/timezone/America/Caracas
@comment MD5:e887f03373c4bad3b3ef85788f1b4a23
share/postgresql/timezone/America/Catamarca
@comment MD5:6ed643cadafc1e7d73da03359d82ff45
share/postgresql/timezone/America/Cayenne
@comment MD5:3dd061570196a82f21bfa57a8a890157
share/postgresql/timezone/America/Cayman
@comment MD5:0e62ad8c8482bf2454cae6755ed47c84
share/postgresql/timezone/America/Chicago
@comment MD5:6540624294b1193e22ed7a15692f2de7
share/postgresql/timezone/America/Chihuahua
@comment MD5:ef51918cba6c0f9544f33d3fc2e3bd00
share/postgresql/timezone/America/Coral_Harbour
@comment MD5:6b028d3f8073ba06f9467133f6a1a0dd
share/postgresql/timezone/America/Cordoba
@comment MD5:7da171c01e47c38dca92e515713bf7c0
share/postgresql/timezone/America/Costa_Rica
@comment MD5:37227a8f7fc2968abb66573f6878c407
share/postgresql/timezone/America/Creston
@comment MD5:8d4132567f53d73ba04b7e883cd40cf2
share/postgresql/timezone/America/Cuiaba
@comment MD5:fa1dc2141d3e364718b39633d1d4cc8f
share/postgresql/timezone/America/Curacao
@comment MD5:9d26812f7537833d32ab3b38a7900960
share/postgresql/timezone/America/Danmarkshavn
@comment MD5:bd3426c733162b181ba040e5a4cb0051
share/postgresql/timezone/America/Dawson
@comment MD5:3db46a0546e4274c918c461d90e04d4c
share/postgresql/timezone/America/Dawson_Creek
@comment MD5:f7955656cccdf253d996deb5bb4176ef
share/postgresql/timezone/America/Denver
@comment MD5:02b73b0cf0d96e2f75cae56b178bf58e
share/postgresql/timezone/America/Detroit
@comment MD5:17b0eead3047f767a1d8eefa5151308e
share/postgresql/timezone/America/Dominica
@comment MD5:c83d167d97d7c2e68421f2c8f458aa26
share/postgresql/timezone/America/Edmonton
@comment MD5:e093d16836a94fbf4013a987f7547d37
share/postgresql/timezone/America/Eirunepe
@comment MD5:01643dfd994c01c0e55bf010b4ccb1c0
share/postgresql/timezone/America/El_Salvador
@comment MD5:b77c5f52b45573ae0f5673ac0ca1b086
share/postgresql/timezone/America/Ensenada
@comment MD5:35f1ad4dc2fa7a146f18bc3df28f4361
share/postgresql/timezone/America/Fort_Wayne
@comment MD5:660e305e3bb438c0ae8819055ed9352f
share/postgresql/timezone/America/Fortaleza
@comment MD5:45e334ad50a4db867e4c3beefa9536de
share/postgresql/timezone/America/Glace_Bay
@comment MD5:6ba1b7da532cefb6e32d083377b71303
share/postgresql/timezone/America/Godthab
@comment MD5:262674b8655b72eccb5f53d37fbfe00f
share/postgresql/timezone/America/Goose_Bay
@comment MD5:da53d075e398eafce9aea7cb96552bca
share/postgresql/timezone/America/Grand_Turk
@comment MD5:755a8749a8a7bcc3d2bb76d051c3cfc2
share/postgresql/timezone/America/Grenada
@comment MD5:762b35943f442a8711b19b48e2a604e1
share/postgresql/timezone/America/Guadeloupe
@comment MD5:bf23d44297a0d48fbaf8d46d89ce914b
share/postgresql/timezone/America/Guatemala
@comment MD5:097638f469fdba70e9637561cffefd91
share/postgresql/timezone/America/Guayaquil
@comment MD5:5b8cf98b66353c9aaa370934aad11007
share/postgresql/timezone/America/Guyana
@comment MD5:14d3d9a0fc2275baad6ed843c744389b
share/postgresql/timezone/America/Halifax
@comment MD5:820f35f23d49a527ffe813e2d96c5da7
share/postgresql/timezone/America/Havana
@comment MD5:3d1ed47c9ec19598933b3e1735eb96ba
share/postgresql/timezone/America/Hermosillo
@comment MD5:7e3e4741358b3b7fa8bfc53e29c7b472
share/postgresql/timezone/America/Indiana/Indianapolis
@comment MD5:660e305e3bb438c0ae8819055ed9352f
share/postgresql/timezone/America/Indiana/Knox
@comment MD5:e03edef2b23ae9cdddc86b75f6259b09
share/postgresql/timezone/America/Indiana/Marengo
@comment MD5:541539f004b1b1722ac96e897d06ac45
share/postgresql/timezone/America/Indiana/Petersburg
@comment MD5:82b5d3f05f88ac02cb5a4c3fb08fa191
share/postgresql/timezone/America/Indiana/Tell_City
@comment MD5:cbbee280b5f9adb343b81ea56e8a49ff
share/postgresql/timezone/America/Indiana/Vevay
@comment MD5:d0f3d93603268abdfeb402bbe0c3c0b3
share/postgresql/timezone/America/Indiana/Vincennes
@comment MD5:d13258dc61c8a747a914396a56e4218c
share/postgresql/timezone/America/Indiana/Winamac
@comment MD5:e6b915ae1c01b71fd7b42b00b4664029
share/postgresql/timezone/America/Indianapolis
@comment MD5:660e305e3bb438c0ae8819055ed9352f
share/postgresql/timezone/America/Inuvik
@comment MD5:a05cfe3133f939ea21a88ed9bd7fc0a5
share/postgresql/timezone/America/Iqaluit
@comment MD5:796fe92fe9881c4917d5950ab7b37282
share/postgresql/timezone/America/Jamaica
@comment MD5:33660263f531c9cc4b3c733f3de416a2
share/postgresql/timezone/America/Jujuy
@comment MD5:8e74214795e82a1713dde4211199559c
share/postgresql/timezone/America/Juneau
@comment MD5:fe04e584533c1a1dbc533eae29d83954
share/postgresql/timezone/America/Kentucky/Louisville
@comment MD5:c691d1f043410b4a551b475998dfdf30
share/postgresql/timezone/America/Kentucky/Monticello
@comment MD5:4041c24d41fbbd407e4d398824225d50
share/postgresql/timezone/America/Knox_IN
@comment MD5:e03edef2b23ae9cdddc86b75f6259b09
share/postgresql/timezone/America/Kralendijk
@comment MD5:9d26812f7537833d32ab3b38a7900960
share/postgresql/timezone/America/La_Paz
@comment MD5:1147d86936d3ca55caf5b8337f1f82fa
share/postgresql/timezone/America/Lima
@comment MD5:b1ba70f52451e439286740eebe032501
share/postgresql/timezone/America/Los_Angeles
@comment MD5:685e6cae6f7d63e690bf35b955ff4afb
share/postgresql/timezone/America/Louisville
@comment MD5:c691d1f043410b4a551b475998dfdf30
share/postgresql/timezone/America/Lower_Princes
@comment MD5:9d26812f7537833d32ab3b38a7900960
share/postgresql/timezone/America/Maceio
@comment MD5:386abfc9f75446f4675e2ea913c3b679
share/postgresql/timezone/America/Managua
@comment MD5:e0949bf0c507303dfeb4e3f76ad21d24
share/postgresql/timezone/America/Manaus
@comment MD5:d0cf0846deac959bfd861b4019097ae4
share/postgresql/timezone/America/Marigot
@comment MD5:bf23d44297a0d48fbaf8d46d89ce914b
share/postgresql/timezone/America/Martinique
@comment MD5:ecdf79bbd2c17670a4637d06b01d7819
share/postgresql/timezone/America/Matamoros
@comment MD5:9ba17635ae8f44fa50c4565328433383
share/postgresql/timezone/America/Mazatlan
@comment MD5:dcedb01aba898ea7a0232536df8b76dc
share/postgresql/timezone/America/Mendoza
@comment MD5:9a2036fe8a65314dffed4e17fce987b1
share/postgresql/timezone/America/Menominee
@comment MD5:bcd080f0a8afbe4598abf1197c37a409
share/postgresql/timezone/America/Merida
@comment MD5:845a39ff19df67a975c194f1ba2f9f24
share/postgresql/timezone/America/Metlakatla
@comment MD5:0d9ea0ef12cde48d1b831a4e112d8caf
share/postgresql/timezone/America/Mexico_City
@comment MD5:cff58c6976849e1e8f94d4288b07b9d2
share/postgresql/timezone/America/Miquelon
@comment MD5:f8e8a535f8634ec1c015b8acbfe3f47a
share/postgresql/timezone/America/Moncton
@comment MD5:2fa9e016bc7e55f51d036a158a40e0e9
share/postgresql/timezone/America/Monterrey
@comment MD5:f77b22ac5e4f995ef8d4839835a54faa
share/postgresql/timezone/America/Montevideo
@comment MD5:e01ecd828141517b7168041a077970d5
share/postgresql/timezone/America/Montreal
@comment MD5:8b8bc550ae1b322ecb97e9c26ca94073
share/postgresql/timezone/America/Montserrat
@comment MD5:783350b99e64df654415896228be010a
share/postgresql/timezone/America/Nassau
@comment MD5:d112cb29766138258d2273d3421fe7c7
share/postgresql/timezone/America/New_York
@comment MD5:e4ca381035a34b7a852184cc0dd89baa
share/postgresql/timezone/America/Nipigon
@comment MD5:365984faa12e0762dac780bf71204633
share/postgresql/timezone/America/Nome
@comment MD5:8da0f8a04af0c7104aa25f6945a69cbe
share/postgresql/timezone/America/Noronha
@comment MD5:b12c4f01b53f7ccda8f962a93fbd4aad
share/postgresql/timezone/America/North_Dakota/Beulah
@comment MD5:59406487459534f8844f828b8356d083
share/postgresql/timezone/America/North_Dakota/Center
@comment MD5:6964f42dc925648abaa448f18b330d46
share/postgresql/timezone/America/North_Dakota/New_Salem
@comment MD5:c14a42a9b8d8571354c8ced6fa931eac
share/postgresql/timezone/America/Ojinaga
@comment MD5:9dc46fcf063ae808e11a00c40a66aabf
share/postgresql/timezone/America/Panama
@comment MD5:843b6eadcdd7838269e2195df886ebf1
share/postgresql/timezone/America/Pangnirtung
@comment MD5:1eee6163f106b3ea204a0b588346d93a
share/postgresql/timezone/America/Paramaribo
@comment MD5:26be723eeab7b6e39f6983b8f7f7c7c5
share/postgresql/timezone/America/Phoenix
@comment MD5:c697bb02e057325a74547912f631a3a7
share/postgresql/timezone/America/Port-au-Prince
@comment MD5:1bca274f670c71da151358bd41f0db13
share/postgresql/timezone/America/Port_of_Spain
@comment MD5:6764b4898d885ffe98315abf798540ec
share/postgresql/timezone/America/Porto_Acre
@comment MD5:ffbf589562dd34ed7fc399e730531c73
share/postgresql/timezone/America/Porto_Velho
@comment MD5:2c1d1182de4fe9a04b8c3153166c97e4
share/postgresql/timezone/America/Puerto_Rico
@comment MD5:b3feb20144b4070d5eff32dab8c8a160
share/postgresql/timezone/America/Rainy_River
@comment MD5:4bdb5a197d174ac4834b4e738340fdf6
share/postgresql/timezone/America/Rankin_Inlet
@comment MD5:71057a2f844f4202181bedef269721bc
share/postgresql/timezone/America/Recife
@comment MD5:6531b4069d9c000376e19ce1625adbb9
share/postgresql/timezone/America/Regina
@comment MD5:cec6491b350dfbdb74732df745eb37d3
share/postgresql/timezone/America/Resolute
@comment MD5:8a4a455294d5bc8a948df86b63c59763
share/postgresql/timezone/America/Rio_Branco
@comment MD5:ffbf589562dd34ed7fc399e730531c73
share/postgresql/timezone/America/Rosario
@comment MD5:7da171c01e47c38dca92e515713bf7c0
share/postgresql/timezone/America/Santa_Isabel
@comment MD5:adfb4d1b967cced2d7ad43ad121e426f
share/postgresql/timezone/America/Santarem
@comment MD5:0e99bfbf8347df6859bae2ffcdcd0cce
share/postgresql/timezone/America/Santiago
@comment MD5:4163e505ea35991c22f5430920b72fdf
share/postgresql/timezone/America/Santo_Domingo
@comment MD5:b1c1a96341f7e47f11c209b5ab088203
share/postgresql/timezone/America/Sao_Paulo
@comment MD5:7613c2153980b60de4fb74f692d7c1eb
share/postgresql/timezone/America/Scoresbysund
@comment MD5:7b0498c134e497850cf03207c6775a52
share/postgresql/timezone/America/Shiprock
@comment MD5:02b73b0cf0d96e2f75cae56b178bf58e
share/postgresql/timezone/America/Sitka
@comment MD5:00a9a9edd8c04d16d02ab361ca4b4343
share/postgresql/timezone/America/St_Barthelemy
@comment MD5:bf23d44297a0d48fbaf8d46d89ce914b
share/postgresql/timezone/America/St_Johns
@comment MD5:5f04fc77f67f6cf84dd202d10a29315e
share/postgresql/timezone/America/St_Kitts
@comment MD5:6da5f40c29431f5cc987a878070c1c02
share/postgresql/timezone/America/St_Lucia
@comment MD5:5a9e87e92d1554ffa9c3036afe9766b5
share/postgresql/timezone/America/St_Thomas
@comment MD5:c040e16b6b5315d58d1fc431576d0f70
share/postgresql/timezone/America/St_Vincent
@comment MD5:6ae833a85721d8fa829b995d92369565
share/postgresql/timezone/America/Swift_Current
@comment MD5:c74726e554d359f38a26870282725f04
share/postgresql/timezone/America/Tegucigalpa
@comment MD5:963e88d190d129470f37774310dd20e4
share/postgresql/timezone/America/Thule
@comment MD5:32b5bb9f1f25d306246bd96a0ef317c4
share/postgresql/timezone/America/Thunder_Bay
@comment MD5:aa82e0d2a447d3610f4c2eea10c2a7b8
share/postgresql/timezone/America/Tijuana
@comment MD5:35f1ad4dc2fa7a146f18bc3df28f4361
share/postgresql/timezone/America/Toronto
@comment MD5:cac1d4298f3576d2d10e9fa1c0da3b54
share/postgresql/timezone/America/Tortola
@comment MD5:9518acdda298d9ca9506cce9b789b79b
share/postgresql/timezone/America/Vancouver
@comment MD5:a8d98ea5913ddcacdd1b4bcf41ab5d1f
share/postgresql/timezone/America/Virgin
@comment MD5:c040e16b6b5315d58d1fc431576d0f70
share/postgresql/timezone/America/Whitehorse
@comment MD5:96372bcb8f6b257d3a357003c1cc444e
share/postgresql/timezone/America/Winnipeg
@comment MD5:f0683580a6116b3c744cb6b3d63aa0b1
share/postgresql/timezone/America/Yakutat
@comment MD5:2ff6ecc6125c68284c3836c7ee1ae0d0
share/postgresql/timezone/America/Yellowknife
@comment MD5:f3c7549131547b89e7613df9db759d0d
share/postgresql/timezone/Antarctica/Casey
@comment MD5:76179c0ae52168e58a6989e15d3683c9
share/postgresql/timezone/Antarctica/Davis
@comment MD5:2666a4e369e93b278bdf383e5f25e62c
share/postgresql/timezone/Antarctica/DumontDUrville
@comment MD5:4629fe6035ef10949740e855a0637c0d
share/postgresql/timezone/Antarctica/Macquarie
@comment MD5:46fb0be8a901383255b2e5328a55f8fd
share/postgresql/timezone/Antarctica/Mawson
@comment MD5:2e12ae54f83bc855e1d7581198ff40b0
share/postgresql/timezone/Antarctica/McMurdo
@comment MD5:f7eb08787b44d1a6987e116d469e8116
share/postgresql/timezone/Antarctica/Palmer
@comment MD5:9e3cc8e2b9493cbfbcec2ff2d4098b7a
share/postgresql/timezone/Antarctica/Rothera
@comment MD5:348698ff6310962d618d62a99c9161d3
share/postgresql/timezone/Antarctica/South_Pole
@comment MD5:f7eb08787b44d1a6987e116d469e8116
share/postgresql/timezone/Antarctica/Syowa
@comment MD5:50b0b2c64b387bc771b2838324ed334e
share/postgresql/timezone/Antarctica/Vostok
@comment MD5:ab8268f7df91383eeb45a69714200b48
share/postgresql/timezone/Arctic/Longyearbyen
@comment MD5:bf4f10e6703e5142a7c4d23dc4cd7ef0
share/postgresql/timezone/Asia/Aden
@comment MD5:a96f44c246d1b838414dcfb4ec5aaf3f
share/postgresql/timezone/Asia/Almaty
@comment MD5:eeb2f013e22005e7f69c1269bffea7dc
share/postgresql/timezone/Asia/Amman
@comment MD5:55e8b93a663938cf0fa2f9127ec97e79
share/postgresql/timezone/Asia/Anadyr
@comment MD5:b93761754742ec74525e2f2dc71e5017
share/postgresql/timezone/Asia/Aqtau
@comment MD5:2e8b4ebe8e12cbba2817622be0d046cc
share/postgresql/timezone/Asia/Aqtobe
@comment MD5:3cb22699d183d387abad1b3d35303a20
share/postgresql/timezone/Asia/Ashgabat
@comment MD5:a9fc8e40b6bc6ba7e78f942560b84ecd
share/postgresql/timezone/Asia/Ashkhabad
@comment MD5:a9fc8e40b6bc6ba7e78f942560b84ecd
share/postgresql/timezone/Asia/Baghdad
@comment MD5:3f4f2ebb4b100d866b3a71051d5a3dd2
share/postgresql/timezone/Asia/Bahrain
@comment MD5:cfde366080264f09a6389e3bb44cdb60
share/postgresql/timezone/Asia/Baku
@comment MD5:1ae3acfbda6f4f0041a21b7ad1cf40f9
share/postgresql/timezone/Asia/Bangkok
@comment MD5:6a0575263639870d582b31990dc6e937
share/postgresql/timezone/Asia/Beirut
@comment MD5:785117e925db8afec6b0c761163b002c
share/postgresql/timezone/Asia/Bishkek
@comment MD5:2c6bd695bf295387b12f53fe55ca5d47
share/postgresql/timezone/Asia/Brunei
@comment MD5:7b8de15fc059085e6875156c32409b35
share/postgresql/timezone/Asia/Calcutta
@comment MD5:48e679db395e606fa97d134fe1bf82ee
share/postgresql/timezone/Asia/Choibalsan
@comment MD5:16d627a100d2f02381a1c3fd0dae1ec8
share/postgresql/timezone/Asia/Chongqing
@comment MD5:90f29cc385683b60616aaf9f382e00f8
share/postgresql/timezone/Asia/Chungking
@comment MD5:90f29cc385683b60616aaf9f382e00f8
share/postgresql/timezone/Asia/Colombo
@comment MD5:80abaa2f27f6a398b811a2faeb850c9e
share/postgresql/timezone/Asia/Dacca
@comment MD5:09a286b117c16a5a9cd1bc075831a471
share/postgresql/timezone/Asia/Damascus
@comment MD5:07b6153d721b5d7d93d78f2591201ffa
share/postgresql/timezone/Asia/Dhaka
@comment MD5:09a286b117c16a5a9cd1bc075831a471
share/postgresql/timezone/Asia/Dili
@comment MD5:4cf1bef376bac7b998f6c415e7f633cb
share/postgresql/timezone/Asia/Dubai
@comment MD5:d5478d49821d3a14c656c678acff86df
share/postgresql/timezone/Asia/Dushanbe
@comment MD5:d653b6769713fb4fb4d79807db4f5b15
share/postgresql/timezone/Asia/Gaza
@comment MD5:f68ec86ab01ab66c81a193ca02373e1e
share/postgresql/timezone/Asia/Harbin
@comment MD5:c4f01fcb9f0fe74f10b304385914a383
share/postgresql/timezone/Asia/Hebron
@comment MD5:dd536890b2189d8f9b5633f9ab8da614
share/postgresql/timezone/Asia/Ho_Chi_Minh
@comment MD5:29fcac3528356f785e5cda211402a38e
share/postgresql/timezone/Asia/Hong_Kong
@comment MD5:70e2be1ae67ad7b6a09250c0681bd8d2
share/postgresql/timezone/Asia/Hovd
@comment MD5:eda064cac86a9146d12254572aa80725
share/postgresql/timezone/Asia/Irkutsk
@comment MD5:f29da1d3fc3f76dc727b82644f5abdc6
share/postgresql/timezone/Asia/Istanbul
@comment MD5:d243875439adb3b667e82af04ad8be63
share/postgresql/timezone/Asia/Jakarta
@comment MD5:3d73101ca4597f5187f7c46229ab1f19
share/postgresql/timezone/Asia/Jayapura
@comment MD5:117ae7ee6a4c3c9b63c055b81d9ce765
share/postgresql/timezone/Asia/Jerusalem
@comment MD5:5c814dfcd36c753a5b20423c1665bd8a
share/postgresql/timezone/Asia/Kabul
@comment MD5:f237b14ec648954347b6b4b5478477c2
share/postgresql/timezone/Asia/Kamchatka
@comment MD5:5ce7caf5559e022c732ceedcf01fe15f
share/postgresql/timezone/Asia/Karachi
@comment MD5:cc2389f474d874d5943b22f368c08dec
share/postgresql/timezone/Asia/Kashgar
@comment MD5:2d4156edd462dcdafbb928c855d245b4
share/postgresql/timezone/Asia/Kathmandu
@comment MD5:1f56829353d8820ca88621aa9956c750
share/postgresql/timezone/Asia/Katmandu
@comment MD5:1f56829353d8820ca88621aa9956c750
share/postgresql/timezone/Asia/Kolkata
@comment MD5:48e679db395e606fa97d134fe1bf82ee
share/postgresql/timezone/Asia/Krasnoyarsk
@comment MD5:0f52a43d23259baea0306d909d767a03
share/postgresql/timezone/Asia/Kuala_Lumpur
@comment MD5:43aaf0c036aa0ec955f388260a21d6e2
share/postgresql/timezone/Asia/Kuching
@comment MD5:98632b236c177d5159113de5207d7c91
share/postgresql/timezone/Asia/Kuwait
@comment MD5:8ce45ddd8f4fd83267b780a53d68946b
share/postgresql/timezone/Asia/Macao
@comment MD5:c09cb219bb55323b8b3f3d18985111bc
share/postgresql/timezone/Asia/Macau
@comment MD5:c09cb219bb55323b8b3f3d18985111bc
share/postgresql/timezone/Asia/Magadan
@comment MD5:4d8e571eee76fe49954401fb94769c02
share/postgresql/timezone/Asia/Makassar
@comment MD5:2ca1f297807bb421466d5c891c1225bf
share/postgresql/timezone/Asia/Manila
@comment MD5:6aa7d53f4cafcd6ee94ee50c26d8d1cb
share/postgresql/timezone/Asia/Muscat
@comment MD5:548b9529cfdc2267c06be7ebac0b52b8
share/postgresql/timezone/Asia/Nicosia
@comment MD5:dc4ea7e37ba20ea164845151f1d2966a
share/postgresql/timezone/Asia/Novokuznetsk
@comment MD5:d4713338fc9a8bed8b8f731362c23103
share/postgresql/timezone/Asia/Novosibirsk
@comment MD5:e0c44d6d2a170f0a1fe4f93d07936c89
share/postgresql/timezone/Asia/Omsk
@comment MD5:66883fcd687d2887508907890a2ea7cb
share/postgresql/timezone/Asia/Oral
@comment MD5:a1484cf589148288fa312aa3562b418a
share/postgresql/timezone/Asia/Phnom_Penh
@comment MD5:ccfa9bc7350b39acf3b6e3e8fa1a243c
share/postgresql/timezone/Asia/Pontianak
@comment MD5:eb98ad0a717ef168a17c784dd452af72
share/postgresql/timezone/Asia/Pyongyang
@comment MD5:78f737be7082ffb371ce65ddcace75ef
share/postgresql/timezone/Asia/Qatar
@comment MD5:1006c7b5a033abfe479f51f3b8e0a237
share/postgresql/timezone/Asia/Qyzylorda
@comment MD5:1bddec16f5e0bd21f811b7633d22bf5c
share/postgresql/timezone/Asia/Rangoon
@comment MD5:c1196510d383b613446df9a5f2c160aa
share/postgresql/timezone/Asia/Riyadh
@comment MD5:153fe7cd10d73e1ba580c352cadabc3b
share/postgresql/timezone/Asia/Riyadh87
@comment MD5:5eb0ad5e3aac82f383969fa4be13b88c
share/postgresql/timezone/Asia/Riyadh88
@comment MD5:a3aeaf470fc8c4a02f957410ba65a5b5
share/postgresql/timezone/Asia/Riyadh89
@comment MD5:218569f067a9c089fdda6d9fadfbead5
share/postgresql/timezone/Asia/Saigon
@comment MD5:29fcac3528356f785e5cda211402a38e
share/postgresql/timezone/Asia/Sakhalin
@comment MD5:92ce92feb18fa65c2f3f0c55946b990e
share/postgresql/timezone/Asia/Samarkand
@comment MD5:c2fc238617d4c52cff3d3bf84e51855f
share/postgresql/timezone/Asia/Seoul
@comment MD5:0a36916e2e979dbcfd37c789955f1aba
share/postgresql/timezone/Asia/Shanghai
@comment MD5:7f2ed1adc71a3a0f4ebcfed2fcca92d5
share/postgresql/timezone/Asia/Singapore
@comment MD5:2a0189a6974430b3165c6e3b1e6c6469
share/postgresql/timezone/Asia/Taipei
@comment MD5:c592fc12c2766fd6aef147be6d4c9550
share/postgresql/timezone/Asia/Tashkent
@comment MD5:42d7244da4a99ed4a0cbf526209a745e
share/postgresql/timezone/Asia/Tbilisi
@comment MD5:021c10bdf449fd280b678d5f62da3ad0
share/postgresql/timezone/Asia/Tehran
@comment MD5:b2e07ebe077ee0fcb0c7e994923e583f
share/postgresql/timezone/Asia/Tel_Aviv
@comment MD5:5c814dfcd36c753a5b20423c1665bd8a
share/postgresql/timezone/Asia/Thimbu
@comment MD5:cdeea5e6aaf5546bce2734befddaa825
share/postgresql/timezone/Asia/Thimphu
@comment MD5:cdeea5e6aaf5546bce2734befddaa825
share/postgresql/timezone/Asia/Tokyo
@comment MD5:f17769e8eb35e7a08cfedfe9b2f6b5ef
share/postgresql/timezone/Asia/Ujung_Pandang
@comment MD5:2ca1f297807bb421466d5c891c1225bf
share/postgresql/timezone/Asia/Ulaanbaatar
@comment MD5:0122f5f5cd0d4a80f11c20113b710ce5
share/postgresql/timezone/Asia/Ulan_Bator
@comment MD5:0122f5f5cd0d4a80f11c20113b710ce5
share/postgresql/timezone/Asia/Urumqi
@comment MD5:3c2331be03dc1e3ce0b3fcf61d5b2053
share/postgresql/timezone/Asia/Vientiane
@comment MD5:b34f672f0a3481c81ca361ea895e39aa
share/postgresql/timezone/Asia/Vladivostok
@comment MD5:fa683a5e8e275ac7ae986be4c75d5a5b
share/postgresql/timezone/Asia/Yakutsk
@comment MD5:225a6bdc4c5d2bb868605795b5734238
share/postgresql/timezone/Asia/Yekaterinburg
@comment MD5:beac96f5119903735e8d4b8af5d89797
share/postgresql/timezone/Asia/Yerevan
@comment MD5:d63be6c16600ffd8fa5aaaa7ccd36ef9
share/postgresql/timezone/Atlantic/Azores
@comment MD5:9dfa1b9a87f5924751cd3f07add10dd6
share/postgresql/timezone/Atlantic/Bermuda
@comment MD5:e002cf5904ff73d2249bf9ec24c461d3
share/postgresql/timezone/Atlantic/Canary
@comment MD5:f67c92087ef58b8cec1e6584eb8f6b7e
share/postgresql/timezone/Atlantic/Cape_Verde
@comment MD5:af437a5769551522c1d947c26131fb61
share/postgresql/timezone/Atlantic/Faeroe
@comment MD5:28ce2d6ea684cfbcc27a1fd9dc2be28b
share/postgresql/timezone/Atlantic/Faroe
@comment MD5:28ce2d6ea684cfbcc27a1fd9dc2be28b
share/postgresql/timezone/Atlantic/Jan_Mayen
@comment MD5:bf4f10e6703e5142a7c4d23dc4cd7ef0
share/postgresql/timezone/Atlantic/Madeira
@comment MD5:e90a43fefae2a2b9c299e471b6a97f28
share/postgresql/timezone/Atlantic/Reykjavik
@comment MD5:181bdd30f2d8d81962e6684251633864
share/postgresql/timezone/Atlantic/South_Georgia
@comment MD5:4bd2ecf463fe2e90fadf3c8b97a48507
share/postgresql/timezone/Atlantic/St_Helena
@comment MD5:b91a91098112a590014568de70928b15
share/postgresql/timezone/Atlantic/Stanley
@comment MD5:e29e9dcf2bb0b255309ff184c1682648
share/postgresql/timezone/Australia/ACT
@comment MD5:85285c5495cd5b8834ab62446d9110a9
share/postgresql/timezone/Australia/Adelaide
@comment MD5:9713dc522224c2cc2f2e37d300c9ed40
share/postgresql/timezone/Australia/Brisbane
@comment MD5:8ff6ddc0002735bb50c65751c84268a4
share/postgresql/timezone/Australia/Broken_Hill
@comment MD5:ab0c82f2fca78b4908efa31465b2096a
share/postgresql/timezone/Australia/Canberra
@comment MD5:85285c5495cd5b8834ab62446d9110a9
share/postgresql/timezone/Australia/Currie
@comment MD5:cce4d803447c9a9875616f2b1deddc81
share/postgresql/timezone/Australia/Darwin
@comment MD5:dce6e6d34c74af50113ecdb81667a544
share/postgresql/timezone/Australia/Eucla
@comment MD5:02c5eeae9324418649c92928cd91cb94
share/postgresql/timezone/Australia/Hobart
@comment MD5:c879723061a623014893594d766f4596
share/postgresql/timezone/Australia/LHI
@comment MD5:b2bd63de814a54a4311fd15a5e507dad
share/postgresql/timezone/Australia/Lindeman
@comment MD5:6ab765ed0bad5833cd9eb6d567ddf570
share/postgresql/timezone/Australia/Lord_Howe
@comment MD5:b2bd63de814a54a4311fd15a5e507dad
share/postgresql/timezone/Australia/Melbourne
@comment MD5:8a7f0f78d5a146db4bf865ca91cc1c42
share/postgresql/timezone/Australia/NSW
@comment MD5:85285c5495cd5b8834ab62446d9110a9
share/postgresql/timezone/Australia/North
@comment MD5:dce6e6d34c74af50113ecdb81667a544
share/postgresql/timezone/Australia/Perth
@comment MD5:bd6b81541508f61367830d1c33dcdb34
share/postgresql/timezone/Australia/Queensland
@comment MD5:8ff6ddc0002735bb50c65751c84268a4
share/postgresql/timezone/Australia/South
@comment MD5:9713dc522224c2cc2f2e37d300c9ed40
share/postgresql/timezone/Australia/Sydney
@comment MD5:85285c5495cd5b8834ab62446d9110a9
share/postgresql/timezone/Australia/Tasmania
@comment MD5:c879723061a623014893594d766f4596
share/postgresql/timezone/Australia/Victoria
@comment MD5:8a7f0f78d5a146db4bf865ca91cc1c42
share/postgresql/timezone/Australia/West
@comment MD5:bd6b81541508f61367830d1c33dcdb34
share/postgresql/timezone/Australia/Yancowinna
@comment MD5:ab0c82f2fca78b4908efa31465b2096a
share/postgresql/timezone/Brazil/Acre
@comment MD5:ffbf589562dd34ed7fc399e730531c73
share/postgresql/timezone/Brazil/DeNoronha
@comment MD5:b12c4f01b53f7ccda8f962a93fbd4aad
share/postgresql/timezone/Brazil/East
@comment MD5:7613c2153980b60de4fb74f692d7c1eb
share/postgresql/timezone/Brazil/West
@comment MD5:d0cf0846deac959bfd861b4019097ae4
share/postgresql/timezone/CET
@comment MD5:3f166816639388adb3d3567e28ef2145
share/postgresql/timezone/CST6CDT
@comment MD5:8396c3e49c717f9ba736b4d4d1b24b8b
share/postgresql/timezone/Canada/Atlantic
@comment MD5:820f35f23d49a527ffe813e2d96c5da7
share/postgresql/timezone/Canada/Central
@comment MD5:f0683580a6116b3c744cb6b3d63aa0b1
share/postgresql/timezone/Canada/East-Saskatchewan
@comment MD5:cec6491b350dfbdb74732df745eb37d3
share/postgresql/timezone/Canada/Eastern
@comment MD5:cac1d4298f3576d2d10e9fa1c0da3b54
share/postgresql/timezone/Canada/Mountain
@comment MD5:e093d16836a94fbf4013a987f7547d37
share/postgresql/timezone/Canada/Newfoundland
@comment MD5:5f04fc77f67f6cf84dd202d10a29315e
share/postgresql/timezone/Canada/Pacific
@comment MD5:a8d98ea5913ddcacdd1b4bcf41ab5d1f
share/postgresql/timezone/Canada/Saskatchewan
@comment MD5:cec6491b350dfbdb74732df745eb37d3
share/postgresql/timezone/Canada/Yukon
@comment MD5:96372bcb8f6b257d3a357003c1cc444e
share/postgresql/timezone/Chile/Continental
@comment MD5:4163e505ea35991c22f5430920b72fdf
share/postgresql/timezone/Chile/EasterIsland
@comment MD5:6dac931c90e6b35e1b0dae80133f56ba
share/postgresql/timezone/Cuba
@comment MD5:3d1ed47c9ec19598933b3e1735eb96ba
share/postgresql/timezone/EET
@comment MD5:16b84f2a83840fd4132c2e3fbff3b758
share/postgresql/timezone/EST
@comment MD5:d0f150b6acc4dc78b8ada8abb1079af6
share/postgresql/timezone/EST5EDT
@comment MD5:e7a28a1315bcd4deedaaac6d1c3cd3e2
share/postgresql/timezone/Egypt
@comment MD5:3074938ac5df72181a15ee5dfdd1fe31
share/postgresql/timezone/Eire
@comment MD5:96df3646d31db7d3cfb729f25a4a37e1
share/postgresql/timezone/Etc/GMT
@comment MD5:fcccbcf95c718cf2fdee557763e460be
share/postgresql/timezone/Etc/GMT+0
@comment MD5:fcccbcf95c718cf2fdee557763e460be
share/postgresql/timezone/Etc/GMT+1
@comment MD5:768398e41bf019d053d57c7b50624ff0
share/postgresql/timezone/Etc/GMT+10
@comment MD5:37f1bfaa0549a9c1229e68556d0842db
share/postgresql/timezone/Etc/GMT+11
@comment MD5:19ebd2fabad4e985dc4007854e1a637f
share/postgresql/timezone/Etc/GMT+12
@comment MD5:e1e9749fba849268029cb9b272ccb85b
share/postgresql/timezone/Etc/GMT+2
@comment MD5:0361e1d621fa8028a194a72c0b65d195
share/postgresql/timezone/Etc/GMT+3
@comment MD5:50612827ce96672a4f2903765fb75a01
share/postgresql/timezone/Etc/GMT+4
@comment MD5:4fa53b0c346aab0128dc764365f45ee9
share/postgresql/timezone/Etc/GMT+5
@comment MD5:b4ad0eccdc2a1126006091b91c4e417a
share/postgresql/timezone/Etc/GMT+6
@comment MD5:c79022494300b8ee33736a5f07387ce1
share/postgresql/timezone/Etc/GMT+7
@comment MD5:f9588630d560163570872e6b7440aa12
share/postgresql/timezone/Etc/GMT+8
@comment MD5:f1156019ae84feb984f360a049b3ebbe
share/postgresql/timezone/Etc/GMT+9
@comment MD5:d76d490bb988e788de2409fd73ba00a2
share/postgresql/timezone/Etc/GMT-0
@comment MD5:fcccbcf95c718cf2fdee557763e460be
share/postgresql/timezone/Etc/GMT-1
@comment MD5:8ba4aa406bb4764706cb8a50d4f48cba
share/postgresql/timezone/Etc/GMT-10
@comment MD5:1e798738f0b2a3bae6032074db84150e
share/postgresql/timezone/Etc/GMT-11
@comment MD5:7b4d90d6af618f02fd6453b178d8137b
share/postgresql/timezone/Etc/GMT-12
@comment MD5:57c7578f723d503b2421245e5e67da05
share/postgresql/timezone/Etc/GMT-13
@comment MD5:4e48c1705f62dc1277f0f02fe1e73e2c
share/postgresql/timezone/Etc/GMT-14
@comment MD5:b5fe33362587e9941ed82c7656acc66d
share/postgresql/timezone/Etc/GMT-2
@comment MD5:67c11b723f19ccbf5dab551b11d56082
share/postgresql/timezone/Etc/GMT-3
@comment MD5:0df38fdf3d070974eec256d3d2db8089
share/postgresql/timezone/Etc/GMT-4
@comment MD5:913af85e3f743e70620f7a808d6d5eae
share/postgresql/timezone/Etc/GMT-5
@comment MD5:2b3d7d340814df03eed74a968755f83d
share/postgresql/timezone/Etc/GMT-6
@comment MD5:9a00696a5da632e2022bb3994859462a
share/postgresql/timezone/Etc/GMT-7
@comment MD5:4613dc4dd94e6afe5ea50560eceae48a
share/postgresql/timezone/Etc/GMT-8
@comment MD5:3d87764707ae7c50539a9227c3de0b8f
share/postgresql/timezone/Etc/GMT-9
@comment MD5:089b03f2ff2f3bab712b02bba1f5bc67
share/postgresql/timezone/Etc/GMT0
@comment MD5:fcccbcf95c718cf2fdee557763e460be
share/postgresql/timezone/Etc/Greenwich
@comment MD5:fcccbcf95c718cf2fdee557763e460be
share/postgresql/timezone/Etc/UCT
@comment MD5:790522aeaf1fe3fcdea3f3aead32a27e
share/postgresql/timezone/Etc/UTC
@comment MD5:c79354b8dbee09e62bbc3fb544853283
share/postgresql/timezone/Etc/Universal
@comment MD5:c79354b8dbee09e62bbc3fb544853283
share/postgresql/timezone/Etc/Zulu
@comment MD5:c79354b8dbee09e62bbc3fb544853283
share/postgresql/timezone/Europe/Amsterdam
@comment MD5:5d87f2208903cd4f5c222c3e7bb7e4bf
share/postgresql/timezone/Europe/Andorra
@comment MD5:8bfff3a580b4b0db3dff30d1d7385ac4
share/postgresql/timezone/Europe/Athens
@comment MD5:75d641576f8d4376045ba8f16db4063a
share/postgresql/timezone/Europe/Belfast
@comment MD5:410c65079e6d14f4eedf50c19bd073f8
share/postgresql/timezone/Europe/Belgrade
@comment MD5:226ad0c2724b4674d6a9206a43661ff9
share/postgresql/timezone/Europe/Berlin
@comment MD5:4790e83465681cefbf852aed265354bf
share/postgresql/timezone/Europe/Bratislava
@comment MD5:4c6ea4256ad4b6a52f73328b56751507
share/postgresql/timezone/Europe/Brussels
@comment MD5:61caf69c563f1201db6055b0224a866d
share/postgresql/timezone/Europe/Bucharest
@comment MD5:751205baadb94c5f41dadbcc97ab23db
share/postgresql/timezone/Europe/Budapest
@comment MD5:f9db15e2ba6f8f1784f76b14a221e938
share/postgresql/timezone/Europe/Chisinau
@comment MD5:c9017b3254ac5548cc39843853e7743c
share/postgresql/timezone/Europe/Copenhagen
@comment MD5:96039e70388d843950bcbef21328bba6
share/postgresql/timezone/Europe/Dublin
@comment MD5:96df3646d31db7d3cfb729f25a4a37e1
share/postgresql/timezone/Europe/Gibraltar
@comment MD5:77fe14fec44142c1435dcc4eac003df4
share/postgresql/timezone/Europe/Guernsey
@comment MD5:410c65079e6d14f4eedf50c19bd073f8
share/postgresql/timezone/Europe/Helsinki
@comment MD5:95106b495f9d0ef171a1a1a74f4075ec
share/postgresql/timezone/Europe/Isle_of_Man
@comment MD5:410c65079e6d14f4eedf50c19bd073f8
share/postgresql/timezone/Europe/Istanbul
@comment MD5:d243875439adb3b667e82af04ad8be63
share/postgresql/timezone/Europe/Jersey
@comment MD5:410c65079e6d14f4eedf50c19bd073f8
share/postgresql/timezone/Europe/Kaliningrad
@comment MD5:b4911f55d68ccc195c4e41623885f124
share/postgresql/timezone/Europe/Kiev
@comment MD5:e354f6697f57e12b5d2d5380473eae41
share/postgresql/timezone/Europe/Lisbon
@comment MD5:ccd8194aec8408361f290fd775e8904e
share/postgresql/timezone/Europe/Ljubljana
@comment MD5:226ad0c2724b4674d6a9206a43661ff9
share/postgresql/timezone/Europe/London
@comment MD5:410c65079e6d14f4eedf50c19bd073f8
share/postgresql/timezone/Europe/Luxembourg
@comment MD5:3242615a805f051357309a89874633f3
share/postgresql/timezone/Europe/Madrid
@comment MD5:9adedd59faaf242a67cdfcdc9e7020fa
share/postgresql/timezone/Europe/Malta
@comment MD5:4c45462736658db028cc42532e44c9c9
share/postgresql/timezone/Europe/Mariehamn
@comment MD5:95106b495f9d0ef171a1a1a74f4075ec
share/postgresql/timezone/Europe/Minsk
@comment MD5:d518fe0a05c26d5c8ed2ae6645493ed4
share/postgresql/timezone/Europe/Monaco
@comment MD5:3337e7a02ad65b9bb44033d2fa483b19
share/postgresql/timezone/Europe/Moscow
@comment MD5:200ae8a915612559d032d7787dc9b4f4
share/postgresql/timezone/Europe/Nicosia
@comment MD5:dc4ea7e37ba20ea164845151f1d2966a
share/postgresql/timezone/Europe/Oslo
@comment MD5:bf4f10e6703e5142a7c4d23dc4cd7ef0
share/postgresql/timezone/Europe/Paris
@comment MD5:07c4012a5a941cd20bd4baab9b10e3f4
share/postgresql/timezone/Europe/Podgorica
@comment MD5:226ad0c2724b4674d6a9206a43661ff9
share/postgresql/timezone/Europe/Prague
@comment MD5:4c6ea4256ad4b6a52f73328b56751507
share/postgresql/timezone/Europe/Riga
@comment MD5:1de02ec0eb9ca87219d19cde9582a48c
share/postgresql/timezone/Europe/Rome
@comment MD5:9828f4466350e4529d97c04e85554430
share/postgresql/timezone/Europe/Samara
@comment MD5:1f891240623e8e3d262e4c0a5debb254
share/postgresql/timezone/Europe/San_Marino
@comment MD5:9828f4466350e4529d97c04e85554430
share/postgresql/timezone/Europe/Sarajevo
@comment MD5:226ad0c2724b4674d6a9206a43661ff9
share/postgresql/timezone/Europe/Simferopol
@comment MD5:0117755e29e89d6bfa5aa9f29320a44e
share/postgresql/timezone/Europe/Skopje
@comment MD5:226ad0c2724b4674d6a9206a43661ff9
share/postgresql/timezone/Europe/Sofia
@comment MD5:68e6be692f44b3ed696fd2e6ef806927
share/postgresql/timezone/Europe/Stockholm
@comment MD5:1b9ed89af7331c6141249d181b42c621
share/postgresql/timezone/Europe/Tallinn
@comment MD5:68d72517db2252116d121d8624828ebf
share/postgresql/timezone/Europe/Tirane
@comment MD5:d5977bad592e33b2e4058a242d735927
share/postgresql/timezone/Europe/Tiraspol
@comment MD5:c9017b3254ac5548cc39843853e7743c
share/postgresql/timezone/Europe/Uzhgorod
@comment MD5:0b4761ce9ee17b7b8bfb0d12063803c6
share/postgresql/timezone/Europe/Vaduz
@comment MD5:12a0c2bd236f926aa9eafdabb363e84d
share/postgresql/timezone/Europe/Vatican
@comment MD5:9828f4466350e4529d97c04e85554430
share/postgresql/timezone/Europe/Vienna
@comment MD5:db2991a4ba15a5453a887e951b5148f1
share/postgresql/timezone/Europe/Vilnius
@comment MD5:03d204dcebe1e40c9514fd5538c2f9e9
share/postgresql/timezone/Europe/Volgograd
@comment MD5:55e271be92204e4022c80a9aa7aad334
share/postgresql/timezone/Europe/Warsaw
@comment MD5:2ed881ef7e09c844c009673ded84c798
share/postgresql/timezone/Europe/Zagreb
@comment MD5:226ad0c2724b4674d6a9206a43661ff9
share/postgresql/timezone/Europe/Zaporozhye
@comment MD5:206376dca357e7ab2228e2aae6b88bec
share/postgresql/timezone/Europe/Zurich
@comment MD5:1e7d70d8f8b7c4343edfa482a1d6f9b6
share/postgresql/timezone/Factory
@comment MD5:f30acd5e35862fdad5342e1a684ad426
share/postgresql/timezone/GB
@comment MD5:410c65079e6d14f4eedf50c19bd073f8
share/postgresql/timezone/GB-Eire
@comment MD5:410c65079e6d14f4eedf50c19bd073f8
share/postgresql/timezone/GMT
@comment MD5:fcccbcf95c718cf2fdee557763e460be
share/postgresql/timezone/GMT+0
@comment MD5:fcccbcf95c718cf2fdee557763e460be
share/postgresql/timezone/GMT-0
@comment MD5:fcccbcf95c718cf2fdee557763e460be
share/postgresql/timezone/GMT0
@comment MD5:fcccbcf95c718cf2fdee557763e460be
share/postgresql/timezone/Greenwich
@comment MD5:fcccbcf95c718cf2fdee557763e460be
share/postgresql/timezone/HST
@comment MD5:fd4ae9e0296519fb47b4b036ea4af025
share/postgresql/timezone/Hongkong
@comment MD5:70e2be1ae67ad7b6a09250c0681bd8d2
share/postgresql/timezone/Iceland
@comment MD5:181bdd30f2d8d81962e6684251633864
share/postgresql/timezone/Indian/Antananarivo
@comment MD5:bb5ef5de1426785712e71be6211208e9
share/postgresql/timezone/Indian/Chagos
@comment MD5:8e3efab67fd0a421bb0b43e2e4c4b17a
share/postgresql/timezone/Indian/Christmas
@comment MD5:06837c12da12a6177af9d73046bacd6a
share/postgresql/timezone/Indian/Cocos
@comment MD5:34b359425933ffbc3741cd8fb61046b0
share/postgresql/timezone/Indian/Comoro
@comment MD5:a53abff7181981bb469d573aacadff20
share/postgresql/timezone/Indian/Kerguelen
@comment MD5:7026a1913346b1fcc7b9ce7f7cb28a91
share/postgresql/timezone/Indian/Mahe
@comment MD5:dc2538c899433d96adeec176998bd4bb
share/postgresql/timezone/Indian/Maldives
@comment MD5:00e7af69b33b950ec7c79bef26ec2fd1
share/postgresql/timezone/Indian/Mauritius
@comment MD5:d6cc761e496667ef984dc327c6ddc4a5
share/postgresql/timezone/Indian/Mayotte
@comment MD5:42995adc75d3aeaeb0817142e65c10ba
share/postgresql/timezone/Indian/Reunion
@comment MD5:1342d1100aa31ec74572c9b6c96ca914
share/postgresql/timezone/Iran
@comment MD5:b2e07ebe077ee0fcb0c7e994923e583f
share/postgresql/timezone/Israel
@comment MD5:5c814dfcd36c753a5b20423c1665bd8a
share/postgresql/timezone/Jamaica
@comment MD5:33660263f531c9cc4b3c733f3de416a2
share/postgresql/timezone/Japan
@comment MD5:f17769e8eb35e7a08cfedfe9b2f6b5ef
share/postgresql/timezone/Kwajalein
@comment MD5:468aa3286f4f8641d4a9b5315614f57b
share/postgresql/timezone/Libya
@comment MD5:a022ee0edb76b0a390b901a5b3a2356b
share/postgresql/timezone/MET
@comment MD5:3b07c8cc8c1fed960246da4e3791a73c
share/postgresql/timezone/MST
@comment MD5:04da8453f31d6971b7fa4f3f8fb26654
share/postgresql/timezone/MST7MDT
@comment MD5:76be6718eb3cf4ac468387b5d13ffafb
share/postgresql/timezone/Mexico/BajaNorte
@comment MD5:35f1ad4dc2fa7a146f18bc3df28f4361
share/postgresql/timezone/Mexico/BajaSur
@comment MD5:dcedb01aba898ea7a0232536df8b76dc
share/postgresql/timezone/Mexico/General
@comment MD5:cff58c6976849e1e8f94d4288b07b9d2
share/postgresql/timezone/Mideast/Riyadh87
@comment MD5:5eb0ad5e3aac82f383969fa4be13b88c
share/postgresql/timezone/Mideast/Riyadh88
@comment MD5:a3aeaf470fc8c4a02f957410ba65a5b5
share/postgresql/timezone/Mideast/Riyadh89
@comment MD5:218569f067a9c089fdda6d9fadfbead5
share/postgresql/timezone/NZ
@comment MD5:2bcf2f33917bed5122c58a4f208066a9
share/postgresql/timezone/NZ-CHAT
@comment MD5:9d9d022e2243a3d0bfd667cfeaf58858
share/postgresql/timezone/Navajo
@comment MD5:02b73b0cf0d96e2f75cae56b178bf58e
share/postgresql/timezone/PRC
@comment MD5:7f2ed1adc71a3a0f4ebcfed2fcca92d5
share/postgresql/timezone/PST8PDT
@comment MD5:c9452f6b9e08d83c6815c38600798964
share/postgresql/timezone/Pacific/Apia
@comment MD5:02ce848af448b928d629abe4d7664557
share/postgresql/timezone/Pacific/Auckland
@comment MD5:2bcf2f33917bed5122c58a4f208066a9
share/postgresql/timezone/Pacific/Chatham
@comment MD5:9d9d022e2243a3d0bfd667cfeaf58858
share/postgresql/timezone/Pacific/Chuuk
@comment MD5:5082a6c0d28c85c8c54ce170bbccb0c4
share/postgresql/timezone/Pacific/Easter
@comment MD5:6dac931c90e6b35e1b0dae80133f56ba
share/postgresql/timezone/Pacific/Efate
@comment MD5:dc9f9111b4d4af1ef36ac45378abeeee
share/postgresql/timezone/Pacific/Enderbury
@comment MD5:d02e35ce24b2c2441e48777753f3808a
share/postgresql/timezone/Pacific/Fakaofo
@comment MD5:4a98286b57dd95bfb0f8ad71df7d1a87
share/postgresql/timezone/Pacific/Fiji
@comment MD5:31f3ce57c383654bc68e29c8a526605e
share/postgresql/timezone/Pacific/Funafuti
@comment MD5:179b0c8ba50fabc81738d030f18aedb6
share/postgresql/timezone/Pacific/Galapagos
@comment MD5:ca8c75f875c8cad250a151634a444e5b
share/postgresql/timezone/Pacific/Gambier
@comment MD5:1bdad4b918931a29d41c202f92e72ccf
share/postgresql/timezone/Pacific/Guadalcanal
@comment MD5:72ee1f15d9d59d8dc9f2407b68ae9834
share/postgresql/timezone/Pacific/Guam
@comment MD5:9ffac4624af8918c3a199094fbdd7603
share/postgresql/timezone/Pacific/Honolulu
@comment MD5:734bec7b411a002f0174a0d278956c39
share/postgresql/timezone/Pacific/Johnston
@comment MD5:fd4ae9e0296519fb47b4b036ea4af025
share/postgresql/timezone/Pacific/Kiritimati
@comment MD5:36045a838e674cbdd00180d5fc78a9c0
share/postgresql/timezone/Pacific/Kosrae
@comment MD5:a5b05c64231e6f9594f285aec760895a
share/postgresql/timezone/Pacific/Kwajalein
@comment MD5:468aa3286f4f8641d4a9b5315614f57b
share/postgresql/timezone/Pacific/Majuro
@comment MD5:e311399591807bdfff4ff8aca99a44e3
share/postgresql/timezone/Pacific/Marquesas
@comment MD5:a968b7facbf83e6b1460c39ad1318cac
share/postgresql/timezone/Pacific/Midway
@comment MD5:f1f5ba87a0a128431cbb907782ee6d1c
share/postgresql/timezone/Pacific/Nauru
@comment MD5:b38cbca0781c118d5fde75d7bf7ff997
share/postgresql/timezone/Pacific/Niue
@comment MD5:be149a5e7fd282bc35074c372feadc43
share/postgresql/timezone/Pacific/Norfolk
@comment MD5:78ab4e2916b83b227220157c4414a569
share/postgresql/timezone/Pacific/Noumea
@comment MD5:c4e0920237be73b3ca657e2a0c85dd1a
share/postgresql/timezone/Pacific/Pago_Pago
@comment MD5:a66d9e298e9cdc8608d5822194e7b2d4
share/postgresql/timezone/Pacific/Palau
@comment MD5:0d8483aaf22c86887437eae1489386c5
share/postgresql/timezone/Pacific/Pitcairn
@comment MD5:cd701cd27b7cdd61ff7d71259b0f1f82
share/postgresql/timezone/Pacific/Pohnpei
@comment MD5:6d7d1290de685403d859525eb56ddc2e
share/postgresql/timezone/Pacific/Ponape
@comment MD5:6d7d1290de685403d859525eb56ddc2e
share/postgresql/timezone/Pacific/Port_Moresby
@comment MD5:6df9308e3515024d316086ebfb0d2e79
share/postgresql/timezone/Pacific/Rarotonga
@comment MD5:92e7cf9cd321bc16cde604e1358bf552
share/postgresql/timezone/Pacific/Saipan
@comment MD5:a50ed165b1d55bb975f232bb757164fc
share/postgresql/timezone/Pacific/Samoa
@comment MD5:a66d9e298e9cdc8608d5822194e7b2d4
share/postgresql/timezone/Pacific/Tahiti
@comment MD5:74fef826ab0c153cc911bd38379d6994
share/postgresql/timezone/Pacific/Tarawa
@comment MD5:ee0f111a86d1b85658da4dba843d427d
share/postgresql/timezone/Pacific/Tongatapu
@comment MD5:b683146f16cfd4145dd7365b34964fcd
share/postgresql/timezone/Pacific/Truk
@comment MD5:5082a6c0d28c85c8c54ce170bbccb0c4
share/postgresql/timezone/Pacific/Wake
@comment MD5:2c4cb1f88b7cfe058cb23c31fb1a78c0
share/postgresql/timezone/Pacific/Wallis
@comment MD5:1ba2169ec35c4c27e82b954a85c3d973
share/postgresql/timezone/Pacific/Yap
@comment MD5:5082a6c0d28c85c8c54ce170bbccb0c4
share/postgresql/timezone/Poland
@comment MD5:2ed881ef7e09c844c009673ded84c798
share/postgresql/timezone/Portugal
@comment MD5:ccd8194aec8408361f290fd775e8904e
share/postgresql/timezone/ROC
@comment MD5:c592fc12c2766fd6aef147be6d4c9550
share/postgresql/timezone/ROK
@comment MD5:0a36916e2e979dbcfd37c789955f1aba
share/postgresql/timezone/Singapore
@comment MD5:2a0189a6974430b3165c6e3b1e6c6469
share/postgresql/timezone/Turkey
@comment MD5:d243875439adb3b667e82af04ad8be63
share/postgresql/timezone/UCT
@comment MD5:790522aeaf1fe3fcdea3f3aead32a27e
share/postgresql/timezone/US/Alaska
@comment MD5:cc6f572873b04b8684bdb1cf7de1f66a
share/postgresql/timezone/US/Aleutian
@comment MD5:72534a816882e0ac2ac52595677ef81c
share/postgresql/timezone/US/Arizona
@comment MD5:c697bb02e057325a74547912f631a3a7
share/postgresql/timezone/US/Central
@comment MD5:6540624294b1193e22ed7a15692f2de7
share/postgresql/timezone/US/East-Indiana
@comment MD5:660e305e3bb438c0ae8819055ed9352f
share/postgresql/timezone/US/Eastern
@comment MD5:e4ca381035a34b7a852184cc0dd89baa
share/postgresql/timezone/US/Hawaii
@comment MD5:734bec7b411a002f0174a0d278956c39
share/postgresql/timezone/US/Indiana-Starke
@comment MD5:e03edef2b23ae9cdddc86b75f6259b09
share/postgresql/timezone/US/Michigan
@comment MD5:17b0eead3047f767a1d8eefa5151308e
share/postgresql/timezone/US/Mountain
@comment MD5:02b73b0cf0d96e2f75cae56b178bf58e
share/postgresql/timezone/US/Pacific
@comment MD5:685e6cae6f7d63e690bf35b955ff4afb
share/postgresql/timezone/US/Pacific-New
@comment MD5:685e6cae6f7d63e690bf35b955ff4afb
share/postgresql/timezone/US/Samoa
@comment MD5:a66d9e298e9cdc8608d5822194e7b2d4
share/postgresql/timezone/UTC
@comment MD5:c79354b8dbee09e62bbc3fb544853283
share/postgresql/timezone/Universal
@comment MD5:c79354b8dbee09e62bbc3fb544853283
share/postgresql/timezone/W-SU
@comment MD5:200ae8a915612559d032d7787dc9b4f4
share/postgresql/timezone/WET
@comment MD5:92388453e62ec1a69fbf12685ad247c7
share/postgresql/timezone/Zulu
@comment MD5:c79354b8dbee09e62bbc3fb544853283
share/postgresql/timezone/posixrules
@comment MD5:e4ca381035a34b7a852184cc0dd89baa
share/postgresql/timezonesets/Africa.txt
@comment MD5:d3e79bfb3f91cede29b19d88ca040d0f
share/postgresql/timezonesets/America.txt
@comment MD5:ba2c3f18e4f8a80ca619446df4b36304
share/postgresql/timezonesets/Antarctica.txt
@comment MD5:976da7367e50a4f328f495dfed678d23
share/postgresql/timezonesets/Asia.txt
@comment MD5:2e50f4afee188016d35141528da815ab
share/postgresql/timezonesets/Atlantic.txt
@comment MD5:e2ca85a959a30bdccd30a28b7abbae6a
share/postgresql/timezonesets/Australia
@comment MD5:c1f8101d1e7cf5677fc8498ee5ebad04
share/postgresql/timezonesets/Australia.txt
@comment MD5:247f3d982f27672a0fc3c7d1ebb3b942
share/postgresql/timezonesets/Default
@comment MD5:6d720840a5e51cc6f13649ef2c66b6af
share/postgresql/timezonesets/Etc.txt
@comment MD5:8a45f11a9d9471be3bda587e039fb35d
share/postgresql/timezonesets/Europe.txt
@comment MD5:d0db20cad781c48d95edaf6b4c48adc3
share/postgresql/timezonesets/India
@comment MD5:0efbc3cb7ccda7390735e22f250128ee
share/postgresql/timezonesets/Indian.txt
@comment MD5:127fa1c8501a3d0b137d9fabb2659258
share/postgresql/timezonesets/Pacific.txt
@comment MD5:b8dbfc257ac8abc634b0bd8bd47da203
@dirrm share/postgresql/timezone/Africa
@dirrm share/postgresql/timezone/America/Argentina
@dirrm share/postgresql/timezone/America/Indiana
@dirrm share/postgresql/timezone/America/Kentucky
@dirrm share/postgresql/timezone/America/North_Dakota
@dirrm share/postgresql/timezone/America
@dirrm share/postgresql/timezone/Antarctica
@dirrm share/postgresql/timezone/Arctic
@dirrm share/postgresql/timezone/Asia
@dirrm share/postgresql/timezone/Atlantic
@dirrm share/postgresql/timezone/Australia
@dirrm share/postgresql/timezone/Brazil
@dirrm share/postgresql/timezone/Canada
@dirrm share/postgresql/timezone/Chile
@dirrm share/postgresql/timezone/Etc
@dirrm share/postgresql/timezone/Europe
@dirrm share/postgresql/timezone/Indian
@dirrm share/postgresql/timezone/Mexico
@dirrm share/postgresql/timezone/Mideast
@dirrm share/postgresql/timezone/Pacific
@dirrm share/postgresql/timezone/US
@dirrm share/postgresql/timezone
@dirrm share/postgresql/timezonesets
share/postgresql/tsearch_data/danish.stop
@comment MD5:4e8d44fa90d87908846a2d92c2618b31
share/postgresql/tsearch_data/dutch.stop
@comment MD5:a638b876d5cbec644685d12d452a7407
share/postgresql/tsearch_data/english.stop
@comment MD5:c2fd6e8db6eb0364c2941e7eefc391f8
share/postgresql/tsearch_data/finnish.stop
@comment MD5:cd57ff0e400c6d51f0a0d96375ff8865
share/postgresql/tsearch_data/french.stop
@comment MD5:abcd10e8b7a885b2e6ff1f5ad1cdd6ab
share/postgresql/tsearch_data/german.stop
@comment MD5:4a562db64979f200804127c3751a6efa
share/postgresql/tsearch_data/hungarian.stop
@comment MD5:df5fe9e071acaacd29a13192970e366b
share/postgresql/tsearch_data/italian.stop
@comment MD5:7dfee49b4660f65f7bb935bef0c773bd
share/postgresql/tsearch_data/norwegian.stop
@comment MD5:4cd3ddc90492cc5a3cbb9f0292d3844d
share/postgresql/tsearch_data/portuguese.stop
@comment MD5:d3483742365aa7d477512fd1810452c5
share/postgresql/tsearch_data/russian.stop
@comment MD5:02bc26ed048608de1267bc27938445f6
share/postgresql/tsearch_data/spanish.stop
@comment MD5:c557b8a26b2b9fa11770d28ef2abfaca
share/postgresql/tsearch_data/swedish.stop
@comment MD5:d3930c86664d4112ae772285dca85fd6
share/postgresql/tsearch_data/turkish.stop
@comment MD5:5137e6649ef109ff283e438b3cf34802
share/postgresql/tsearch_data/hunspell_sample.affix
@comment MD5:f9c79bf40bd28ffeddce0cdd37ccd044
share/postgresql/tsearch_data/ispell_sample.affix
@comment MD5:265004c3111d9fea9f23bbde64da6cf0
share/postgresql/tsearch_data/ispell_sample.dict
@comment MD5:a544c8f6926774b6935dcf58081c8006
share/postgresql/tsearch_data/synonym_sample.syn
@comment MD5:1f8734935468f1383a2de8014e2103fd
share/postgresql/tsearch_data/thesaurus_sample.ths
@comment MD5:9862e162dd0d767ac0175219f669943d
@exec /bin/mkdir -p %D/pgsql || /usr/bin/true
@exec /usr/sbin/chown pgsql:pgsql %D/pgsql || /usr/bin/true
@unexec rmdir "%D/share/postgresql/tsearch_data" 2>/dev/null || true
@unexec rmdir "%D/share/postgresql" 2>/dev/null || true
@unexec rmdir "%D/etc/periodic/daily" 2>/dev/null || true
@unexec rmdir "%D/etc/periodic" 2>/dev/null || true
@unexec rmdir "%D/lib/postgresql" 2>/dev/null || true
@unexec rmdir "%D/pgsql" 2>/dev/null || true
@unexec if /usr/sbin/pw usershow pgsql >/dev/null 2>&1; then  echo "==> You should manually remove the \"pgsql\" user. "; fi
@cwd /usr/local
etc/rc.d/postgresql
@comment MD5:2a7d63f57a33b4ca4524c1ccf42a8c26
@display +DISPLAY
