PostgreSQL-7_1_3_win32
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. Commercial Support is also available.
Postgre SQL Home
Native Server & Client Package for Win32
Installation
- Download
PostgreSQL-7_1_3_win32_bin_rv11.zip
- Extract PostgreSQL-7_1_3_win32_bin_rv11.zip under any directory with directory structure.
- Run C:\postgresql-7.1.3-win32\bin\initdb.exe to initialize. You need to run only once.
- Run C:\postgresql-7.1.3-win32\bin\pgsvmgr.exe to start Postmaster.
Client Operation
>psql -h localhost Administrator Administrator
Back - Support