Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Tunis | 2013-12-07 | 684 Bytes | |
Windhoek | 2013-12-07 | 1.6 kB | |
Timbuktu | 2013-12-07 | 208 Bytes | |
Tripoli | 2013-12-07 | 1.3 kB | |
Porto-Novo | 2013-12-07 | 195 Bytes | |
Sao_Tome | 2013-12-07 | 173 Bytes | |
Niamey | 2013-12-07 | 225 Bytes | |
Nouakchott | 2013-12-07 | 208 Bytes | |
Ouagadougou | 2013-12-07 | 156 Bytes | |
Monrovia | 2013-12-07 | 215 Bytes | |
Nairobi | 2013-12-07 | 253 Bytes | |
Ndjamena | 2013-12-07 | 211 Bytes | |
Mbabane | 2013-12-07 | 160 Bytes | |
Mogadishu | 2013-12-07 | 194 Bytes | |
Maputo | 2013-12-07 | 157 Bytes | |
Maseru | 2013-12-07 | 204 Bytes | |
Lusaka | 2013-12-07 | 157 Bytes | |
Malabo | 2013-12-07 | 195 Bytes | |
Luanda | 2013-12-07 | 178 Bytes | |
Lubumbashi | 2013-12-07 | 140 Bytes | |
Libreville | 2013-12-07 | 157 Bytes | |
Lome | 2013-12-07 | 139 Bytes | |
Kinshasa | 2013-12-07 | 140 Bytes | |
Lagos | 2013-12-07 | 157 Bytes | |
Khartoum | 2013-12-07 | 669 Bytes | |
Kigali | 2013-12-07 | 157 Bytes | |
Juba | 2013-12-07 | 669 Bytes | |
Kampala | 2013-12-07 | 253 Bytes | |
Harare | 2013-12-07 | 157 Bytes | |
Johannesburg | 2013-12-07 | 245 Bytes | |
El_Aaiun | 2013-12-07 | 194 Bytes | |
Freetown | 2013-12-07 | 665 Bytes | |
Gaborone | 2013-12-07 | 234 Bytes | |
Dar_es_Salaam | 2013-12-07 | 213 Bytes | |
Djibouti | 2013-12-07 | 157 Bytes | |
Douala | 2013-12-07 | 157 Bytes | |
Dakar | 2013-12-07 | 194 Bytes | |
Ceuta | 2013-12-07 | 2.0 kB | |
Conakry | 2013-12-07 | 208 Bytes | |
Cairo | 2013-12-07 | 1.9 kB | |
Casablanca | 2013-12-07 | 1.5 kB | |
Blantyre | 2013-12-07 | 157 Bytes | |
Brazzaville | 2013-12-07 | 157 Bytes | |
Bujumbura | 2013-12-07 | 140 Bytes | |
Banjul | 2013-12-07 | 232 Bytes | |
Bissau | 2013-12-07 | 194 Bytes | |
Bamako | 2013-12-07 | 208 Bytes | |
Bangui | 2013-12-07 | 157 Bytes | |
Asmara | 2013-12-07 | 201 Bytes | |
Asmera | 2013-12-07 | 201 Bytes | |
Addis_Ababa | 2013-12-07 | 180 Bytes | |
Algiers | 2013-12-07 | 734 Bytes | |
Accra | 2013-12-07 | 378 Bytes | |
Abidjan | 2013-12-07 | 156 Bytes | |
Totals: 54 Items | 20.2 kB | 0 |
32-bit package for PostgreSQL-9.3.1:
This package contains a standalone PostgreSQL server entirely compiled using MinGW-w64's gcc-4.8.0. By default, this server setup is enhanced with two extensions: sqlite_fdw, www_fdw.
Note: If you want the server without the extensions, you can delete the following files / directories:
-
From the "./deps/" directory:
- libcurl-4.dll [related to www_fdw]
- libeay32.dll [related to www_fdw]
- libgcc_s_sjlj-1.dll [related to both]
- libiconv-2.dll [related to www_fdw]
- liblber.dll [related to ldap_fdw]
- libldap.dll [related to ldap_fdw]
- libmysql.dll [related to mysql_fdw]
- libsqlite3-0.dll [related to sqlite_fdw]
- libxml2-2.dll [related to www_fdw]
- ssleay32.dll [related to www_fdw]
-
From the "./lib/" directory:
- sqlite_fdw.dll [related to sqlite_fdw]
- www_fdw.dll [related to www_fdw]
- mysql_fdw.dll [related to mysql_fdw]
- ldap_fdw.dll [related to ldap_fdw]
-
From the "./share/extension/" directory:
- sqlite_fdw.control [related to sqlite_fdw]
- sqlite_fdw--0.0.1.sql [related to sqlite_fdw]
- www_fdw.control [related to www_fdw]
- www_fdw--0.1.6.sql [related to www_fdw]
- ./curl/ directory [related to www_fdw]
- mysql_fdw.control [related to mysql_fdw]
- mysql_fdw--1.0.sql [related to mysql_fdw]
- ldap_fdw.control [related to ldap_fdw]
- ldap_fdw--0.1.1.sql [related to ldap_fdw]
You also can remove only some of the extensions by deleting only its related dependencies...
PATH:
The following directories have to be added to your PATH environment variable:
- ./bin/
- ./deps/
- ./lib/