$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Install PostgreSQL on Linux Mint 18.2 Sonya Easy Guide

July 4, 2017 | By the+gnu+linux+evangelist.

PostgreSQL Quick Start for Linux Mint 18.2

Hello Mint User! The Tutorial shows you How to Install PostgreSQL on Linux Mint 18.2 Sonya LTS 32/64-bit Mate/Cinnamon/Kde/Xfce Desktop.

Especially relevant: following this guide you’ll get Installed the PostgreSQL release for Linux Mint.

First, PostgreSQL is a powerful, open source object-relational database system. It has more than 15 years of active development and a proven architecture that has earned it a strong reputation for reliability, data integrity, and correctness.

And with every annual release, PostgreSQL includes many features to make working with PostgreSQL easier, more flexible and more fun for application developers, administrators and architects.

Finally, to the Guide’s Bottom you find Link to Quick-Start with PostgreSQL on Linux Mint.

Linux Mint 18.2 Sonya Install PostgreSQL 9.X - Featured
  1. First, Open Terminal Shell emulator window
    (Press “Enter” to Execute Commands)

    Linux Mint 18.2 Sonya Install PostgreSQL 9.X - Open Terminal

    In case first see: Terminal QuickStart Guide.

  2. Download PostgreSQL DB for Linux

    Linux PotrgreSQL Installer
  3. Then Give Permissions and Start PostgreSQL Installer
    Access the Target Download location (Usually Downloads or /tmp):

    cd ~/Downloads/

    List the Directory Contents to verify the file is there:

    ls .

    Set Execution permission with:

    sudo chmod +x ./postgresql-9.*.run

    Start the PostgreSQL Installer:

    sudo ./postgresql-9.*.run
  4. And Follow the PostgreSQL Installation Wizard.

    Linux Mint 18.2 Sonya Install PostgreSQL 9.X - welcome
    Set the PostgreSQL Installation Path.
    Linux Mint 18.2 Sonya Install PostgreSQL 9.X - path
    Set the PostgreSQL Data Path.
    Linux Mint 18.2 Sonya Install PostgreSQL 9.X - data path
    Set-Up the Postgres Administrator.
    Linux Mint 18.2 Sonya Install PostgreSQL 9.X - user setup
    Set the PostgreSQL Server Listening Port.
    Linux Mint 18.2 Sonya Install PostgreSQL 9.X - listening port
    Set the PostgreSQL Database Locale in Use.
    Linux Mint 18.2 Sonya Install PostgreSQL 9.X - setup locale
    Start PostgreSQL Installation.
    Linux Mint 18.2 Sonya Install PostgreSQL 9.X - start installation
    Linux Mint 18.2 Sonya Install PostgreSQL 9.X - installing
    Last Possibly Add some PostgreSQL Tools
    Linux Mint 18.2 Sonya Install PostgreSQL 9.X - postgresql add-ons

  5. PostgreSQL Quick Start on Linux Mint

    PostgreSQL Quick Start Guide