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

How to Install PostgreSQL on Linux Mint 17 Step By Step

October 21, 2017 | By the+gnu+linux+evangelist.

Install PostgreSQL 10 Linux Mint

How to Install PostgreSQL 10 on Linux Mint 17.x Qiana/Rafaela/Rebecca/Rosa LTS GNU/Linux – Step by step Tutorial.

And PostgreSQL 10 for Linux Mint 17 is a Major Release that contains several substantial Changes and Improvements.

Moreover, PostgreSQL 10 contains a number of Extensive Changes that May affect Compatibility with Previous Releases.

Especially relevant: A dump/restore using pg_dumpall, or use of pg_upgrade, is Required for those wishing to Migrate Data from PostgreSQL 9 and Below.

How to Install PostgreSQL 10 on Linux Mint 17 - Featured
  1. Open a Shell Terminal emulator window
    (Press “Enter” to Execute Commands)

    How to Install PostgreSQL 10 on Linux Mint 17 - Open Terminal

    In case first see: Terminal Quick Start Guide.

  2. How to Add PostgreSQL 10 Linux Mint Apt Repository

    PostgreSQL 10 Apt Setup
  3. Finally, to Install PostgreSQL 10 for Linux Mint.

    sudo apt install postgresql-10

    If Got “User is Not in Sudoers file” then see: How to Enable sudo

  4. How to Getting Started with PostgreSQL 10 Admin

    PostgreSQL 10 Admin Guide