Guests are welcome to view our materials. To subscribe, edit, view raw markup, etc., you'll need to register for an account. Accounts are free (and will always be free) - your involvement helps us directly and indirectly (by demonstrating that our work matters to our funders...) StartingPoints has more info.
UNIX
postgresql
postgres - PostgreSQL database server
From man page on postgres :
- postgres is the PostgreSQL database server.
- a client application accesses a database by connecting (over a network or locally) to a running postgres process. The postgres instance then starts a separate server process to handle the connection.
-- RobertSajan - 03 Oct 2008
|