About 182,000 results
Open links in new tab
  1. postgresql - Pg install: "The database cluster initialisation failed ...

    Deleted the C:\Program Files\PostgreSQL\ directory, including the data directory within %appdata% Removed some PgAdmin-III registry entries that pointed to PostgreSQL …

  2. postgresql - How to install the additional module pg_trgm

    Feb 23, 2017 · How to install the additional module pg_trgm Ask Question Asked 8 years, 9 months ago Modified 2 years, 10 months ago

  3. postgresql - How do I install/enable the uuid-ossp extension on ...

    sudo yum install postgresql-contrib-12 sudo su - postgres or whatever your username for postgres is psql to enter into postgresql cli commands line CREATE EXTENSION "uuid-ossp";

  4. installation - I can't successfully install postgreSQL. 'Problem ...

    Jan 3, 2020 · 1 I have successfully installed postgreSQL previously, but I am struggling to install it in one particular machine (Windows 8.1 Pro). Everytime I try to install it I get the following …

  5. postgresql - How to install pgcrypto? - Database Administrators …

    Jul 16, 2019 · contrib is correct, but you must have installed it for a different PostgreSQL than the one you are using. Find out which packages are installed: rpm -qa postgresql\* Odds are that …

  6. PostgreSQL: The database cluster initialization failed

    18 Both C:\PostgreSQL and C:\PostgreSQL\data have postgres user with full access and admin rights. I ran postgresql-9.1.2-1-windows.exe from postgres user as admin. Target …

  7. psql (PostgreSQL client) tool install on RHEL

    Sep 1, 2021 · I would like to install just the PostgreSQL client tool (psql) on RHEL on a container to connect to an Azure database for PostgreSQL server. Can you please point me step by …

  8. How to install pg_repack in postgresql - Database Administrators …

    Mar 10, 2022 · Usually pg_repack is installed from the repository rather than from sources. Check your OS repositories, typically the package is named: postgresql-15-repack - Debian …

  9. No config, data files and cluster after installing PostgreSQL 16 on ...

    Mar 18, 2025 · Trying to upgrade a PostgreSQL 13 instance to version 16, I am running into trouble. Before this, I upgraded (in-place) without issue from 11 to 13, but now installing 16 …

  10. installation - How do I install pgcrypto in PostgreSQL 8.4?

    Mar 24, 2011 · Update: I'm struggling to install pgcrypto on another Ubuntu machine. After installing the package using sudo apt-get install postgresql-contrib-8.4 how do I install it to my …