![]() |
![]() ![]() ![]() ![]() ![]() |
15 versions of PostgreSQL.
Program | Age | Size | By | WWW | Summary | |
PostgreSQL 9.6.4-r1 | 795 | 3175 | Hish... | www |
PostgreSQL - the Database | |
PostgreSQL 9.6.1-r5 | 975 | 3150 | Ivan | www |
PostgreSQL - the Database | |
PostgreSQL 9.1.4-r1 | 2670 | 1778 | Luca... | www |
PostgreSQL - the Database | |
PostgreSQL 8.3.14-r1 | 3214 | 1768 | Luca... | www |
PostgreSQL - the Database | |
PostgreSQL 8.3.11-r1 | 3353 | 1788 | Fabi... | www |
PostgreSQL - the Database | |
PostgreSQL 8.3.9-r1 | 3560 | 1808 | RedU... | www |
PostgreSQL - the Database | |
PostgreSQL 8.3.4-r1 | 3932 | 1808 | Fabi... | www |
PostgreSQL - the Database | |
PostgreSQL 8.3.1-r1 | 3932 | 1821 | Demi... | www |
PostgreSQL - the Database | |
PostgreSQL 8.2.11-r1 | 3932 | 1839 | Fabi... | www |
PostgreSQL - the Database | |
PostgreSQL 8.2.10-r1 | 3932 | 1745 | Magl... | www |
PostgreSQL - the Database | |
PostgreSQL 8.2.9-r1 | 3932 | 1805 | Fabi... | www |
PostgreSQL - the Database | |
PostgreSQL 8.2.4-r1 | 3932 | 1802 | Hish... | www |
PostgreSQL - the Database | |
PostgreSQL 8.1.0-r2 | 3932 | 1724 | Magl... | www |
PostgreSQL - the Database | |
view entry at GitHub | download recipe.bz2 file | ||||||
Recipe Resources/Dependencies Resources/Description Resources/Environment Resources/Tasks/PostgreSQL # Recipe (MakeRecipe) for PostgreSQL by Maglan C. Diemer, maglan@univates.br, on \ Qui Dez 8 19:22:05 BRST 2005 # Recipe for version 8.1.0 by Maglan C. Diemer, maglan@univates.br, on Qui Dez 8 \ 19:22:05 BRST 2005 compile_version=1.8.0 url="ftp://ftp.us.postgresql.org/pub/mirrors/postgresql/source/v8.1.0/postgresql-8.1.0.tar.bz2" file_size=11546737 file_md5=5e1f1a7c5f62170b56a3bf2512fdec2d recipe_type=configure configure_options=( "--with-perl" "--with-python" "--with-tcl" "--with-openssl" ) pre_install() { if ! grep -q postgres $goboSettings/group then Log_Normal "Adding group postgres" groupadd postgres fi if ! grep -q "postgres:x:" $goboSettings/passwd then Log_Normal "Adding user postgres" useradd postgres -g postgres -c 'Added by Compile for PostgreSQL' -d $goboPrograms/PostgreSQL \ -s $goboExecutables/false fi } post_install() { Log_Normal "Installing prepared tables" PGDATA=$target/../Variable/PostgreSQL/data mkdir -p $PGDATA chown postgres:postgres $target/../Variable/PostgreSQL/data sudo -u postgres $target/bin/initdb -D $PGDATA } | ||||||
PostgreSQL 8.0.3-r1 | 3932 | 1126 | Rafa... | www |
PostgreSQL - the Database | |
PostgreSQL 7.4.3-r1 | 3932 | 1101 | www |
PostgreSQL - the Database |