Last active
November 6, 2019 19:27
-
-
Save dvdantunes/86ac2d5244627d19b13978cb65f96b2f to your computer and use it in GitHub Desktop.
Revisions
-
dvdantunes renamed this gist
Nov 6, 2019 . 1 changed file with 9 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,10 +1,18 @@ # #postgresql, #bash, #fedora29 # Install sudo dnf install https://download.postgresql.org/pub/repos/yum/10/fedora/fedora-29-x86_64/pgdg-fedora10-10-4.noarch.rpm sudo dnf install postgresql10 sudo dnf install postgresql10-server # pgadmin # @see https://people.planetpostgresql.org/devrim/index.php?/archives/96-Installing-pgAdmin4-3.X-on-RHEL-CentOS-7-and-Fedora-27.html sudo dnf install pgadmin4 sudo sh /usr/pgadmin4/bin/pgadmin4-web-setup.sh sudo dnf install pgadmin4-desktop-gnome # docs https://www.postgresql.org/docs/9.6/app-pgdump.html # plsql cheatsheet https://gist.github.com/Kartones/dd3ff5ec5ea238d4c546 -
dvdantunes revised this gist
Dec 26, 2018 . 1 changed file with 5 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,4 +3,8 @@ sudo dnf install https://download.postgresql.org/pub/repos/yum/10/fedora/fedora-29-x86_64/pgdg-fedora10-10-4.noarch.rpm sudo dnf install postgresql10 sudo dnf install postgresql10-server # @see https://people.planetpostgresql.org/devrim/index.php?/archives/96-Installing-pgAdmin4-3.X-on-RHEL-CentOS-7-and-Fedora-27.html sudo dnf install pgadmin4 sudo sh /usr/pgadmin4/bin/pgadmin4-web-setup.sh sudo dnf install pgadmin4-desktop-gnome -
dvdantunes created this gist
Dec 25, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ # #postgresql, #bash, #fedora29 sudo dnf install https://download.postgresql.org/pub/repos/yum/10/fedora/fedora-29-x86_64/pgdg-fedora10-10-4.noarch.rpm sudo dnf install postgresql10 sudo dnf install postgresql10-server sudo dnf install pgadmin4