pg-hostname

Function to get the PostgreSQL server host name (by theory)

pg-hostname reviews and mentions

Posts with mentions or reviews of pg-hostname. We have used some of these posts to build our list of alternatives and similar projects.
  • pg-hostname on YugabyteDB compiled and installed directly on the server
    1 project | dev.to | 7 Aug 2023
    # PostgreSQL devel packages for PostgreSQL 11: dnf update -y dnf groupinstall -y 'Development Tools' dnf install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-8-x86_64/pgdg-redhat-repo-latest.noarch.rpm dnf install epel-release -y redhat-rpm-config dnf --enablerepo=powertools install perl-IPC-Run -y dnf -qy module disable postgresql dnf install -y postgresql11-devel export PATH="/usr/pgsql-11/bin:${PATH}" # build pg-hostname extension git clone https://github.com/theory/pg-hostname.git /var/tmp/pg-hostname cd /var/tmp/pg-hostname make # install in YB_HOME instead of /usr/pgsql-11 make -n install | sed -e "s /usr/pgsql-11 $YB_HOME/postgres " | sh -x

Stats

Basic pg-hostname repo stats
1
9
4.1
8 months ago

The primary programming language of pg-hostname is PLpgSQL.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com