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

Step by step PostgreSQL 12 Ubuntu 18.04 Installation Easy Guide

December 11, 2019 | By the+gnu+linux+evangelist.

Installing

[ad_slider autoplay=”true” interval=”8″ count=”5″]

  1. 2. Setting Up Repo

    How to Add PostgreSQL 12 Linux Ubuntu Apt Repository

    PostgreSQL 12 Apt Repo Setup
    [ad_slider autoplay=”true” interval=”8″ count=”5″]
  2. 3. Installing

    Then to Install PostgreSQL 12 for Ubuntu
    Simply play:

    sudo apt install postgresql-12

    To get installed also the Client programs add:

    sudo apt install postgresql-client-12

    Again to Search for other gears:

    sudo apt search postgresql-12

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

[ad_slider autoplay=”true” interval=”8″ count=”5″]

Contents