Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>The following is the un-installation for PostgreSQL 9.1 installed using the <a href="http://www.enterprisedb.com/products-services-training/pgdownload" rel="noreferrer">EnterpriseDB installer</a>. You most probably have to replace folder /9.1/ with your version number. If <code>/Library/Postgresql/</code> doesn't exist then you probably installed PostgreSQL with a different method like <a href="https://wiki.postgresql.org/wiki/Homebrew" rel="noreferrer"><code>homebrew</code></a> or <a href="http://postgresapp.com/" rel="noreferrer"><code>Postgres.app</code></a>.</p> <p>To remove the EnterpriseDB One-Click install of PostgreSQL 9.1:</p> <ol> <li>Open a terminal window. Terminal is found in: Applications->Utilities->Terminal</li> <li><p>Run the uninstaller:</p> <pre><code>sudo /Library/PostgreSQL/9.1/uninstall-postgresql.app/Contents/MacOS/installbuilder.sh </code></pre> <p>If you installed with the Postgres Installer, you can do:</p> <pre><code>open /Library/PostgreSQL/9.2/uninstall-postgresql.app </code></pre> <p>It will ask for the administrator password and run the uninstaller.</p></li> <li><p>Remove the PostgreSQL and data folders. The Wizard will notify you that these were not removed.</p> <pre><code>sudo rm -rf /Library/PostgreSQL </code></pre></li> <li><p>Remove the ini file:</p> <pre><code>sudo rm /etc/postgres-reg.ini </code></pre></li> <li><p>Remove the PostgreSQL user using System Preferences -> Users &amp; Groups.</p> <ol> <li>Unlock the settings panel by clicking on the padlock and entering your password.</li> <li>Select the PostgreSQL user and click on the minus button.</li> </ol></li> <li><p>Restore your shared memory settings:</p> <pre><code>sudo rm /etc/sysctl.conf </code></pre></li> </ol> <p>That should be all! The uninstall wizard would have removed all icons and start-up applications files so you don't have to worry about those.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload