diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-07-13 11:03:13 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-07-13 11:03:13 +0200 |
commit | e440e73a889c8929730632d62ebc84e32475b549 (patch) | |
tree | cefbcd5cac5e14e54c5a482af58e19d5973ea2e0 /build/configure | |
parent | 292f71768c16e14369c7aea4ef0590b0a741c3bc (diff) |
Add PostgreSQL
Diffstat (limited to 'build/configure')
-rwxr-xr-x | build/configure | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/configure b/build/configure index 2fc7846..70413fc 100755 --- a/build/configure +++ b/build/configure @@ -24,9 +24,10 @@ $echo "Please select the database you would like to use:" $echo $echo "(1) MySQL" $echo "(2) SQLite" +$echo "(3) PostgreSQL" $echo -db_id=`read_option "mysql sqlite"` +db_id=`read_option "mysql sqlite pgsql"` echo "db_id := $db_id" >$1 |