Glade is a RAD tool to enable quick & easy development of user interfa ..
There is a very insightful article in the Google Blog, titled "Our G ..
This tutorial introduces the reader informally to the basic concepts a ..
Python is a dynamic object-oriented programming language that can be u ..
This article explains the new features in Python 3.0, compared to 2.6. ..
This article explores many important extensions in GCC and shows you h ..
A good beginner's overview on what actually happens when compiling sof ..
This document outlines the set of requirements and guidelines for file ..
The Linux System Administrator's Guide, describes the system administr ..
PostgreSQL is a powerful, open source relational database system.
Categories:
Database, Tools
Homepage: http://www.postgresql.org
License: BSD
Published by: ossdeveloper.com admin
Total page views: 61
Total rating: 0
Total votes: 0
Date added: 2008-06-30 07:24:56
Date modified: 2008-06-30 07:24:56
PostgreSQL is a powerful, open source relational database system. It 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 SQL92 and SQL99 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.
Access the home page for more information