SOURCE_URL[2]=ftp://ftp13.us.postgresql.org/mirror/$SPELL/source/v$VERSION/$SOURCE
@@ -23,15 +23,14 @@ fi
KEYWORDS="database"
SHORT="sophisticated Object-Relational DBMS"
cat << EOF
-PostgreSQL is a sophisticated Object-Relational DBMS, supporting almost
-all SQL constructs, including subselects, transactions and user defined
-types and functions.
-A point list for some technical features that PostgreSQL offers:
+PostgreSQL is a sophisticated Object-Relational DBMS, supporting almost all
SQL
+constructs, including subselects, transactions and user defined types and
+functions. A point list for some technical features that PostgreSQL offers:
* Fully ACID compliant
* ANSI SQL compliant
* Referential Integrity
* Replication (non-commercial and commercial solutions)
-* Native interfaces for ODBC, JDBC, C, C++, PHP, Perl, TCL, ECPG, Python,
and Ruby
+* Native interfaces for ODBC, JDBC, C, C++, PHP, Perl, TCL, ECPG, Python,
Ruby
* Rules, Views, Triggers, Outer Joins, Sub-selects, Sequences, Stored
Procedures
* Support for UNION, UNION ALL and EXCEPT queries
* Unicode
diff --git a/database/postgresql/HISTORY b/database/postgresql/HISTORY
index 27b4a34..79ddea6 100644
--- a/database/postgresql/HISTORY
+++ b/database/postgresql/HISTORY
@@ -1,3 +1,8 @@
+2008-09-20 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 8.3.4; fixed long description wrap;
quoting
+ paths
+ * CONFIGURE: added missing `&&'
+
2008-07-17 Remko van der Vossen <wich AT sourcemage.org>
* CONFIGURE: Warn the user they need to have a dump of their database
system when upgrading (downgrading) and query the user whether they
diff --git a/database/postgresql/INSTALL b/database/postgresql/INSTALL
index 9b3cb53..96fd735 100755
--- a/database/postgresql/INSTALL
+++ b/database/postgresql/INSTALL
@@ -1,4 +1,4 @@
-cd $SOURCE_DIRECTORY &&
+cd "$SOURCE_DIRECTORY" &&
default_install &&
if is_depends_enabled $SPELL openssl; then
@@ -11,5 +11,5 @@ if is_depends_enabled $SPELL libxml2; then
default_install
fi &&