Difference between revisions of "PostgreSQL"
(Add pgAdmin in related entries, remove dead entries.) |
(Added Ruby link) |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 6: | Line 6: | ||
It supports the SQL standard and is fully ACID compliant. It offers many advanced features, including complex queries, foreign keys, triggers, views, transactional integrity and multiversion concurrency control. | It supports the SQL standard and is fully ACID compliant. It offers many advanced features, including complex queries, foreign keys, triggers, views, transactional integrity and multiversion concurrency control. | ||
− | It features native programming interfaces for C/C++, Java, . | + | It features native programming interfaces for C/C++, Java, .NET, Perl, Python, Ruby, Tcl, and ODBC. |
|Homepage URL=https://www.postgresql.org/ | |Homepage URL=https://www.postgresql.org/ | ||
|User level=intermediate | |User level=intermediate | ||
+ | |Is High Priority Project=No | ||
|VCS checkout command=git clone git://git.postgresql.org/git/postgresql.git | |VCS checkout command=git clone git://git.postgresql.org/git/postgresql.git | ||
|Computer languages=SQL | |Computer languages=SQL | ||
|Documentation note=[http://www.postgresql.org/docs/manuals/ Manuals] | |Documentation note=[http://www.postgresql.org/docs/manuals/ Manuals] | ||
+ | |Decommissioned/Obsolete=No | ||
+ | |Accepts cryptocurrency donations=No | ||
|IRC general=irc://chat.freenode.net/postgresql | |IRC general=irc://chat.freenode.net/postgresql | ||
|Related projects=pgAdmin, MySQL, SQLite, Octave-db | |Related projects=pgAdmin, MySQL, SQLite, Octave-db | ||
|Keywords=database, sql, rdbms, postgres, db, object-relational database | |Keywords=database, sql, rdbms, postgres, db, object-relational database | ||
− | |Version identifier=9.4 | + | |Version identifier=9.5.4 |
− | |Version date= | + | |Version date=2016/08/11 |
|Version status=stable | |Version status=stable | ||
− | |Version download=http:// | + | |Version download=http://ftp.postgresql.org/pub/source/v9.5.4/ |
− | + | |Test entry=No | |
− | + | |Last review by=Bendikker | |
− | |Last review by= | + | |Last review date=2018/04/13 |
− | |Last review date= | + | |Submitted by=Bendikker |
− | |Submitted by= | ||
|Submitted date=2011-04-01 | |Submitted date=2011-04-01 | ||
− | |||
|Is GNU=No | |Is GNU=No | ||
|License verified date=2007-11-28 | |License verified date=2007-11-28 | ||
Line 36: | Line 37: | ||
|License verified date=2014/11/22 | |License verified date=2014/11/22 | ||
|License note=PostgreSQL is released under the PostgreSQL License. | |License note=PostgreSQL is released under the PostgreSQL License. | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource audience=Ruby (Ref) (R) | ||
+ | |Resource URL=https://rubygems.org/gems/postgresql | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource audience=Python (Ref) (R) | ||
+ | |Resource URL=https://pypi.org/project/pgsql | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource audience=Ruby (Ref) (R) | ||
+ | |Resource URL=https://rubygems.org/gems/pgsql | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource audience=Debian (Ref) (R) | ||
+ | |Resource URL=https://tracker.debian.org/pkg/postgresql | ||
}} | }} | ||
{{Resource | {{Resource |
Latest revision as of 02:09, 13 April 2018
PostgreSQL
https://www.postgresql.org/
A robust SQL Object-Relational Database
PostgreSQL is a powerful database system with a strong reputation for reliability, data integrity, and correctness.
It supports the SQL standard and is fully ACID compliant. It offers many advanced features, including complex queries, foreign keys, triggers, views, transactional integrity and multiversion concurrency control.
It features native programming interfaces for C/C++, Java, .NET, Perl, Python, Ruby, Tcl, and ODBC.
Licensing
License
Verified by
Verified on
Notes
License
Verified by
genium
Verified on
22 November 2014
Notes
PostgreSQL is released under the PostgreSQL License.
Leaders and contributors
Resources and communication
Audience | Resource type | URI |
---|---|---|
Ruby (Ref) (R) | https://rubygems.org/gems/pgsql | |
Developer | mailto:pgsql-hackers@postgresql.org | |
Debian (Ref) (R) | https://tracker.debian.org/pkg/postgresql | |
User | Download | http://www.postgresql.org/download/ |
Help | mailto:pgsql-announce@postgresql.org | |
Python (Ref) (R) | https://pypi.org/project/pgsql | |
Ruby (Ref) (R) | https://rubygems.org/gems/postgresql | |
Developer | VCS Repository Webview | http://git.postgresql.org/gitweb/?p=postgresql.git |
Support | mailto:pgsql-general@postgresql.org | |
Bug Tracking | mailto:pgsql-bugs@postgresql.org | |
Wiki | Homepage | https://wiki.postgresql.org |
IRC channels on irc.freenode.net | Homepage | http://www.postgresql.org/community/irc/ |
Developer | Mailing List Info/Archive | http://www.postgresql.org/community/lists/#developer |
Software prerequisites
Kind | Description |
---|---|
Required to build | make |
Weak prerequisite | Tcl |
Weak prerequisite | Python |
Required to build | zlib |
Required to build | Readline |
Weak prerequisite | Perl |
Weak prerequisite | Bison |
Weak prerequisite | Flex |
Weak prerequisite | Gettext |
Required to build | GCC |
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.