PostgreSQL
PHP Manual
PHP Manual»Estensioni specifiche dei produttori di basi dati»PostgreSQL

PostgreSQL

Introduzione

PostgreSQL database is an open source product and available without cost. Postgres, developed originally in the UC Berkeley Computer Science Department, pioneered many of the object-relational concepts now becoming available in some commercial databases. It provides SQL92/SQL99 language support, transactions, referential integrity, stored procedures and type extensibility. PostgreSQL is an open source descendant of this original Berkeley code.

To Top