diff options
author | recht <recht@pkgsrc.org> | 2004-04-19 00:03:25 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-04-19 00:03:25 +0000 |
commit | d881a5be23966aef9f7dbd749782d4b7bef3703e (patch) | |
tree | d890a8f7b76ad2b2a6df068829ca420f65314b20 /databases/postgresql74-client/DESCR | |
parent | e8d064bffed4accc5b5526b3f3a7200ac4cb2eb2 (diff) | |
download | pkgsrc-d881a5be23966aef9f7dbd749782d4b7bef3703e.tar.gz |
Initial import of PostgreSQL 7.4.2
Client programs.
PostgreSQL is a robust, next-generation, Object-Relational DBMS (ORDBMS),
derived from the Berkeley Postgres database management system. While
PostgreSQL retains the powerful object-relational data model, rich data types
and easy extensibility of Postgres, it replaces the PostQuel query language
with an extended subset of SQL.
PostgreSQL is free and the complete source is available.
This package contains the database client programs.
Diffstat (limited to 'databases/postgresql74-client/DESCR')
-rw-r--r-- | databases/postgresql74-client/DESCR | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/databases/postgresql74-client/DESCR b/databases/postgresql74-client/DESCR new file mode 100644 index 00000000000..a485664e6f1 --- /dev/null +++ b/databases/postgresql74-client/DESCR @@ -0,0 +1,9 @@ +PostgreSQL is a robust, next-generation, Object-Relational DBMS (ORDBMS), +derived from the Berkeley Postgres database management system. While +PostgreSQL retains the powerful object-relational data model, rich data types +and easy extensibility of Postgres, it replaces the PostQuel query language +with an extended subset of SQL. + +PostgreSQL is free and the complete source is available. + +This package contains the database client programs. |