Skip to content

Commit

Permalink
pgAdmin 3 is no longer supported, update for pgAdmin 4 #4709
Browse files Browse the repository at this point in the history
On Mac, version 9.6.9 of "Interactive installer by EnterpriseDB" comes
with pgAdmin 4.
  • Loading branch information
pdurbin committed Jun 4, 2018
1 parent 33c11e5 commit 21ab80e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion doc/sphinx-guides/source/developers/dev-environment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ In the "METHOD" column, change all instances of "md5" to "trust".

In the Finder, click "Applications" then "PostgreSQL 9.6" and launch the "Reload Configuration" app. Click "OK" after you see "server signaled".

Next, launch the "pgAdmin III" application from the same folder. Under "Servers" double click "PostgreSQL 9.6 (localhost)". When you are prompted for a password, leave it blank and click "OK". If you have successfully edited "pg_hba.conf", you can get in without a password.
Next, launch the "pgAdmin" application from the same folder. Under "Browser", expand "Servers" and double click "PostgreSQL 9.6". When you are prompted for a password, leave it blank and click "OK". If you have successfully edited "pg_hba.conf", you can get in without a password.

On Linux, you should just install PostgreSQL from your package manager without worrying about the version as long as it's 9.x. Find ``pg_hba.conf`` and set the authentication method to "trust" and restart PostgreSQL.

Expand Down
4 changes: 2 additions & 2 deletions doc/sphinx-guides/source/developers/tips.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ Database Schema Exploration

With over 100 tables, the Dataverse PostgreSQL database ("dvndb") can be somewhat daunting for newcomers. Here are some tips for coming up to speed.

pgAdmin3
pgAdmin
~~~~~~~~

Back in the :doc:`dev-environment` section, we had you install pgAdmin3, which can help you explore the tables and execute SQL commands. It's also listed in the :doc:`tools` section.
Back in the :doc:`dev-environment` section, we had you install pgAdmin, which can help you explore the tables and execute SQL commands. It's also listed in the :doc:`tools` section.

SchemaSpy
~~~~~~~~~
Expand Down
6 changes: 3 additions & 3 deletions doc/sphinx-guides/source/developers/tools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ Netbeans Connector Chrome Extension
The `Netbeans Connector <https://chrome.google.com/webstore/detail/netbeans-connector/hafdlehgocfcodbgjnpecfajgkeejnaa?hl=en>`_ extension for Chrome allows you to see changes you've made to HTML pages the moment you save the file without having to refresh your browser. See also
http://wiki.netbeans.org/ChromeExtensionInstallation

pgAdmin3
++++++++
pgAdmin
+++++++

You probably installed pgAdmin3 when following the steps in the :doc:`dev-environment` section but if not, you can download it from https://www.pgadmin.org
You probably installed pgAdmin when following the steps in the :doc:`dev-environment` section but if not, you can download it from https://www.pgadmin.org

Maven
+++++
Expand Down

0 comments on commit 21ab80e

Please sign in to comment.