Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
stem_UTF_8_swedish.h | 2013-12-07 | 313 Bytes | |
stem_UTF_8_turkish.h | 2013-12-07 | 313 Bytes | |
stem_UTF_8_romanian.h | 2013-12-07 | 316 Bytes | |
stem_UTF_8_russian.h | 2013-12-07 | 313 Bytes | |
stem_UTF_8_spanish.h | 2013-12-07 | 313 Bytes | |
stem_UTF_8_norwegian.h | 2013-12-07 | 319 Bytes | |
stem_UTF_8_portuguese.h | 2013-12-07 | 322 Bytes | |
stem_UTF_8_italian.h | 2013-12-07 | 313 Bytes | |
stem_UTF_8_porter.h | 2013-12-07 | 310 Bytes | |
stem_UTF_8_french.h | 2013-12-07 | 310 Bytes | |
stem_UTF_8_german.h | 2013-12-07 | 310 Bytes | |
stem_UTF_8_hungarian.h | 2013-12-07 | 319 Bytes | |
stem_UTF_8_english.h | 2013-12-07 | 313 Bytes | |
stem_UTF_8_finnish.h | 2013-12-07 | 313 Bytes | |
stem_UTF_8_danish.h | 2013-12-07 | 310 Bytes | |
stem_UTF_8_dutch.h | 2013-12-07 | 307 Bytes | |
stem_ISO_8859_2_romanian.h | 2013-12-07 | 331 Bytes | |
stem_KOI8_R_russian.h | 2013-12-07 | 316 Bytes | |
stem_ISO_8859_1_portuguese.h | 2013-12-07 | 337 Bytes | |
stem_ISO_8859_1_spanish.h | 2013-12-07 | 328 Bytes | |
stem_ISO_8859_1_swedish.h | 2013-12-07 | 328 Bytes | |
stem_ISO_8859_1_italian.h | 2013-12-07 | 328 Bytes | |
stem_ISO_8859_1_norwegian.h | 2013-12-07 | 334 Bytes | |
stem_ISO_8859_1_porter.h | 2013-12-07 | 325 Bytes | |
stem_ISO_8859_1_hungarian.h | 2013-12-07 | 334 Bytes | |
stem_ISO_8859_1_finnish.h | 2013-12-07 | 328 Bytes | |
stem_ISO_8859_1_french.h | 2013-12-07 | 325 Bytes | |
stem_ISO_8859_1_german.h | 2013-12-07 | 325 Bytes | |
stem_ISO_8859_1_dutch.h | 2013-12-07 | 322 Bytes | |
stem_ISO_8859_1_english.h | 2013-12-07 | 328 Bytes | |
api.h | 2013-12-07 | 763 Bytes | |
header.h | 2013-12-07 | 2.5 kB | |
stem_ISO_8859_1_danish.h | 2013-12-07 | 325 Bytes | |
Totals: 33 Items | 13.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/