mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Improved SUMMARY/DESCRIPTION and re-ordered blocks
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
SUMMARY="A powerful, open source object-relational database system"
|
||||
DESCRIPTION="PostgreSQL is a powerful, open source object-relational \
|
||||
database system. It has more than 15 years of active development and a \
|
||||
SUMMARY="A powerful object-relational database system"
|
||||
DESCRIPTION="PostgreSQL has more than 15 years of active development and a \
|
||||
proven architecture that has earned it a strong reputation for reliability, \
|
||||
data integrity, and correctness.
|
||||
|
||||
It runs on all major operating systems, including Linux, UNIX (AIX, BSD, \
|
||||
HP-UX, SGI IRIX, Mac OS X, Solaris, Tru64), and Windows. It is fully ACID \
|
||||
compliant, has full support for foreign keys, joins, views, triggers, and \
|
||||
stored procedures (in multiple languages). It includes most SQL:2008 data \
|
||||
types, including INTEGER, NUMERIC, BOOLEAN, CHAR, VARCHAR, DATE, INTERVAL, \
|
||||
and TIMESTAMP. It also supports storage of binary large objects, including \
|
||||
pictures, sounds, or video. It has native programming interfaces for C/C++, \
|
||||
Java, .Net, Perl, Python, Ruby, Tcl, ODBC, among others, and exceptional \
|
||||
documentation."
|
||||
* It runs on all major operating systems, including Linux, UNIX (AIX, BSD, \
|
||||
HP-UX, SGI IRIX, Mac OS X, Solaris, Tru64), and Windows.
|
||||
* It is fully ACID compliant, has full support for foreign keys, joins, \
|
||||
views, triggers, and stored procedures (in multiple languages).
|
||||
* It includes most SQL:2008 data types, including INTEGER, NUMERIC, BOOLEAN, \
|
||||
CHAR, VARCHAR, DATE, INTERVAL, and TIMESTAMP.
|
||||
* It supports storage of binary large objects, including pictures, sounds, or \
|
||||
video.
|
||||
* It has native programming interfaces for C/C++, Java, .Net, Perl, Python, \
|
||||
Ruby, Tcl, ODBC, among others, and exceptional documentation."
|
||||
HOMEPAGE="http://www.postgresql.org/"
|
||||
COPYRIGHT="1996-2014, PostgreSQL Global Development Group"
|
||||
LICENSE="PostgreSQL"
|
||||
|
||||
Reference in New Issue
Block a user