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

How to Install PostgreSQL 10 on openSUSE 15 LEAP Easy Guide

March 7, 2018 | By the+gnu+linux+evangelist.

OpenSUSE 15 PostgreSQL 10 - Installation

  1. Installing PostgreSQL for openSUSE.

    sudo zypper in postgresql postgresql-server postgresql-contrib

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