Install PostgreSQL 9.x on Kali
The Tutorial Shows You How to Install and Getting-Started with PostgreSQL 9.x Database for Kali i386/amd64 Kde/Gnome/Xfce/Lxde Linux.
As with every annual release, PostgreSQL 9.x includes many New Features to make working with PostgreSQL easier, more flexible and more fun for application developers, administrators and architects.
The New PostgreSQL Features include:
- Additional JSON constructor and extractor methods
- Automatically updatable VIEWs
- Parallel pg_dump to speed backups of large databases
- LATERAL JOINs
Further, PostgreSQL 9.4’s User-Defined Background Workers allow developers to write task managers, request handlers, parallel processors, queuing tools and other helper applications to enable PostgreSQL as a workload coordinator.
One example of this already released is Mongres, a background worker which accepts MongoDB queries, interprets them and passes them on to PostgreSQL.
To the PostgreSQL Database Installation Kali Guide Bottom You find Link to Quick-Start with PostgreSQL on Kali.

-
Download PostgreSQL DB for Linux
-
Open a Terminal Shell emulator window
(Press “Enter” to Execute Commands) -
Access the Target location
(Usually Downloads go in the Home folder or when Downloaded with Firefox may be into the Temporary directory /tmp/mozilla*)cd ~/Downloads
Or when downloaded with Firefox maybe:
cd /tmp/mozilla*
To Verify that it’s there List the contents with:
ls .
-
Give Permissions and Start PostgreSQL Installer
su -c "chmod +x ./postgresql-9.*.run"
su -c "./postgresql-9.*.run"
-
Follow PostgreSQL Installation Wizard.
Set the PostgreSQL Installation Path.
Set the PostgreSQL Data Path.
Set-Up the Postgres Administrator.
Set the PostgreSQL Server Listening Port.
Set the PostgreSQL Database Locale in Use.
Start PostgreSQL Installation.
Last Possibly Add some PostgreSQL Tools…
-
Getting-Started Quickly with PostgreSQL on Linux Kali
Tags: Getting Started, Guide, How-to, Install, install postgresql Kali, Kali, Kali latest postgresql, Kali postgresql, Linux, Linux Kali, postgres, PostgreSQL, Tutorial