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

How to Install PostgreSQL 10 GUI for Linux Mint 19 PgAdmin 4 Easy Guide

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

Mint 19 PostgreSQL 10 GUI - Installing

  1. Then to Install PgAdmin 4 on Linux Mint.

    pip install ~/Downloads/pgadmin4*.whl

    Or for a System wide installation:

    sudo pip install ~/Downloads/pgadmin4*.whl