Install PostgreSQL 8.4.2 database in Windows XP
In the software industry, software engineers only need to talk aboutFree DatabaseThe first thing that many Programmers think of isMySQLYes.MySQLIt has been applied in many fields around the world, especially in website setup. However, in fact, the most powerful, rich, and complex featuresFree DatabaseIt should bePostgreSQL. Many of its features are exactly the same as today's many commercial databases suchOracle,DB2.
As a programmer, it is necessary to learn more about new knowledge and broaden new fields. I did a little research.PostgreSQLFur,PostgreSQLThe latest version isPostgresql-8.4.2-1. Before I start to install and use the software, I have provided a lot of documents and tutorials for Baidu, and I will talk about my installation experience based on the experience of experts on the Internet.PostgreSQLNew friends to learn together.
SlavePostgreSQL 8.0It has been officially supported.WindowsSystem. Naturally, when you want to start usingPostgreSQLYou have to install it before.
EnterPostgreSQLGo to the official website to obtain the corresponding version, www.enterprisedb.com/products/pgdownload.dow.windows
The file size is about 39.338 MB and supports multi-language installation.
Download the Installation File of .exe (postgresql-8.4.2-1-windows.exe), you can doPostgreSQLThe database is installed and configured. Double-click to run the installation. See the following example:
In terms of the smooth installation process, install
PostgreSQLIt is already a very simple task. Even a newbie can install it based on the wizard (I am a newbie ),
PostgreSQLAs a service installation, it only occupies the minimum system resources and can be started after the machine is restarted.