TulipTools Internet Business Owners and Online Sellers Community

Full Version: PostgreSQL Database Server Configuration and Installation in Debian Linux
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Quote:  PostgreSQL Database Server Configuration in Debian

Introduction
PostgreSQL is a fully featured object-relational database management system. It supports a large part of the SQL standard and is designed to be extensible by users in many aspects. Some of the features are: ACID transactions, foreign keys, views, sequences, subqueries, triggers, user-defined types and functions, outer joins, multiversion concurrency control. Graphical user interfaces and bindings for many programming languages are available as well.

Postgresql Database Installation in Debian

If you want to install the PostgreSQL base system as well as a textual clientrun the following command from your shell

#apt-get install postgresql postgresql-client

full article: http://www.debianhelp.co.uk/postgresql.htm