| 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.
PostgreSQL
is an enhancement of the POSTGRES database management system,
a next-generation DBMS research prototype. While PostgreSQL
retains the powerful data model and rich data types of POSTGRES,
it replaces the PostQuel query language with an extended subset
of SQL.
|
Search
your Postgres databases with phpPgAdmin |
|
The OpenDB CD will install a Postgres user, startup scripts
and everything else needed to start using Postgres right away.
To make adminstration a breeze, we have included phpPgAdmin.
phpPgAdmin will allow you to accomplish most day-to-day database
administration tasks from the comfort of your browser, by
any machine on your WAN/LAN network. With phpPgAdmin you can:
- create
and drop databases
- create,
copy, drop and alter tables
- delete,
edit and add fields
-
manage keys on fields
-
execute SQL-statements, even batch query
|
- load
text files into tables
-
create and read dumps of tables
-
export data to ASV values
-
administer multiple servers and single databases
- And
More
|
Some
of the php applications included with our OpenDB utilize
PostgreSQL to store data.
|
|