1. Download Pgsql - https://www.postgresql.org/download/w...
2. Inside xampp create a folder call it pgsql-version_name e.g 12
3. Install pgsql in there
4. Browse xampp-php-php.ini
Uncomment the lines related to PGSQL
Restart the apache to apply the changes
5. Download phppgadmin to xampp - https://github.com/phppgadmin/phppgadmin
Inside Xampp create folder phppgadmin and extract the contents in there
6. Browse xampp-phppgadmin-conf
Change config.inc.php-dist to config.inc.php
7. Open the file and add 'localhost' to the quotation marks after the equal sign in line 18
8. In line 35 and 36, replace the quotes after the equal signs with the following
'c:\xampp\pgsql\12\bin\pg_dump.exe';
'c:\xampp\pgsql\12\bin\pg_dumpall.exe';
9. Change Line number 105 to equal to false
10. save and close
11. The browse xampp-apache-conf-extr-httpd-xampp.conf and add the following lines of code.
Alias /phppgadmin "c:/xampp/phppgadmin"
'angle bracket' directory "c:/xampp/phppgadmin" 'angle bracket'
AllowOverride AuthConfig
Require all granted
'angle bracket' /directory 'angle bracket'
my eamil - [email protected]