Setting up a local Postgres development environment 1. Install Postgres Download the installer from EnterpriseDB Run the installer Install Postgres into C:\xampp\pgsql{version_number} folder 2. Enable PostGres modules for PHP Open php.ini file located in C:\xampp\php. Uncomment the following lines in php.ini 1 2 extension=php_pdo_pgsql.dll extension=php_pgsql.dll 3. Install Adminer Download Adminer Place the PHP file into HTDOCS 4. Wrapping up Restart Apache Adminer is now accessible here