How to Install Latest PostgreSQL 9.x on Gentoo 11.X-12.X-13.X Linux Easy Guide

February 25, 2014 | By the+gnu+linux+evangelist.

Install PostgreSQL 9.x on Gentoo GNU/Linux

The Tutorial shows you How to Install and Getting-Started with PostgreSQL 9.x Database for Gentoo 11.X-12.X-13.X i686/x8664 Kde/Gnome 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 Gentoo 11.X-12.X-13.X Guide Bottom you find Link to Quick-Start with PostgreSQL on Gentoo.

PostgreSQL 16 Installation in Fedora 40 – Step-by-step
  1. Download PostgreSQL DB for Linux

    Linux PotrgreSQL Installer
  2. Open Terminal Window
    (Press “Enter” to Execute Commands)

    Gentoo 11.X-12.X-13.X Install PostgreSQL 9.X - Open Terminal

    In case first see: Terminal QuickStart Guide.

  3. Give Permissions and Start PostgreSQL Installer.

    cd ~/Downloads/
    su -c "chmod +x ./postgresql-9.*.run"
    su -c "./postgresql-9.*.run"
  4. Follow PostgreSQL Installation Wizard.

    Gentoo 11.X-12.X-13.X Install PostgreSQL 9.X - welcome

    Set the PostgreSQL Installation Path.

    Gentoo 11.X-12.X-13.X Install PostgreSQL 9.X - path

    Set the PostgreSQL Data Path.

    Gentoo 11.X-12.X-13.X Install PostgreSQL 9.X - data path

    Set-Up the Postgres Administrator.

    Gentoo 11.X-12.X-13.X Install PostgreSQL 9.X - user setup

    Set the PostgreSQL Server Listening Port.

    Gentoo 11.X-12.X-13.X Install PostgreSQL 9.X - listening port

    Set the PostgreSQL Database Locale in Use.

    Gentoo 11.X-12.X-13.X Install PostgreSQL 9.X - setup locale

    Start PostgreSQL Installation.

    Gentoo 11.X-12.X-13.X Install PostgreSQL 9.X - start installation
    Gentoo 11.X-12.X-13.X Install PostgreSQL 9.X - installing

    Last Possibly Add some PostgreSQL Tools

    Gentoo 11.X-12.X-13.X Install PostgreSQL 9.X - postgresql add-ons

  5. Getting-Started Quickly with PostgreSQL on Linux Gentoo

    PostgreSQL Quick Start Guide

QuickChic Theme • Powered by WordPress