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

How to Install PostgreSQL 11 on AntiX Gnu/Linux Easy Guide

August 19, 2019 | By the+gnu+linux+evangelist.

Installing

  1. 2. Setting Up Repository

    How to Add PostgreSQL 11 antiX Apt Repository

    Here PostgreSQL 11 Apt Setup
    How to Add PostgreSQL 11 Apt Repository for antiX
  2. 3. Installing

    Then to Install PostgreSQL 11 for antiX
    Simply run:

    Copy
    sudo apt install postgresql-11

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

Contents