diff options
author | Chris Rees <crees@FreeBSD.org> | 2013-06-04 18:07:01 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2013-06-04 18:07:01 +0000 |
commit | 3a78d13d9a561c034faa3e0444be56a6d1d12e3c (patch) | |
tree | cc8b6681e8a0b348cf5ebf167eb1162075db08c4 /databases/postgresql83-server/pkg-descr | |
parent | Does not build with supported versions of PostgreSQL (diff) |
Remove postgresql83-*; it expired at the beginning of March.
While here, fix flo's typo...
Notes
Notes:
svn path=/head/; revision=319888
Diffstat (limited to 'databases/postgresql83-server/pkg-descr')
-rw-r--r-- | databases/postgresql83-server/pkg-descr | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/databases/postgresql83-server/pkg-descr b/databases/postgresql83-server/pkg-descr deleted file mode 100644 index f8f8a9e0d422..000000000000 --- a/databases/postgresql83-server/pkg-descr +++ /dev/null @@ -1,23 +0,0 @@ -PostgreSQL is a sophisticated Object-Relational DBMS, supporting -almost all SQL constructs, including subselects, transactions, and -user-defined types and functions. It is the most advanced open-source -database available anywhere. Commercial Support is also available. - -The original Postgres code was the effort of many graduate students, -undergraduate students, and staff programmers working under the direction of -Professor Michael Stonebraker at the University of California, Berkeley. In -1995, Andrew Yu and Jolly Chen took on the task of converting the DBMS query -language to SQL and created a new database system which came to known as -Postgres95. Many others contributed to the porting, testing, debugging and -enhancement of the Postgres95 code. As the code improved, and 1995 faded into -memory, PostgreSQL was born. - -PostgreSQL development is presently being performed by a team of Internet -developers who are now responsible for all current and future development. The -development team coordinator is Marc G. Fournier (scrappy@PostgreSQL.ORG). -Support is available from the PostgreSQL developer/user community through the -support mailing list (questions@PostgreSQL.ORG). - -PostgreSQL is free and the complete source is available. - -WWW: http://www.postgresql.org/ |