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

PostgreSQL Installation on openSUSE – Step by step

October 14, 2020 | By the+gnu+linux+evangelist.

Installing

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

  1. 2. Setting Up PostgreSQL Repository

    How to Add PostgreSQL openSUSE Zypper Repository

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

    Then to Install PostgreSQL for openSUSE
    First, Search for the Available PostgreSQL Versions:

    sudo zypper search postgresql

    And the Setup it with:

    sudo zypper in postgresql postgresql-server postgresql-contrib

    Authenticate with the User Admin Pass.
    If Got “User is Not in Sudoers file” then see: How to Enable sudo.

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

Contents