About 428,000 results
Open links in new tab
  1. What's the default superuser username/password for postgres after a …

    Sep 21, 2017 · I have just installed postgres 8.4 on Ubuntu 9.10 and it has never asked me to create a superuser. Is there a default superuser and its password? If not, how do I create a new one?

  2. postgresql - Why can't user login on Postgres - Server Fault

    postgres | public | sequence | XXXX=r/postgres postgres | public | table | XXXX=r/postgres I'm not entirely sure why this should stop me dropping the user altogether and recreating them - or how to …

  3. How do I give a postgres user all privileges to a specific database?

    Feb 19, 2023 · The service applications manage their own schema, so I want to give them admin-like privileges to their database, but they should not be able to touch anything else. Is there a way to set …

  4. Postgresql: what does GRANT ALL PRIVILEGES ON DATABASE do?

    The answers to your questions come from the online PostgreSQL 8.4 docs. GRANT ALL PRIVILEGES ON DATABASE grants the CREATE, CONNECT, and TEMPORARY privileges on a database to a …

  5. ubuntu - What default PostgreSql password? - Server Fault

    May 28, 2019 · docker run --name some-postgis -e POSTGRES_PASSWORD=mysecretpassword -d mdillon/postgis And now wnat to enter in psql: su postgres ANd i just can not login. I always thoght …

  6. postgresql - Cannot connect to port 5432 locally even though it is ...

    Dec 4, 2020 · I'm trying to setup my server so that port 5432 (Postgres) is accessible only from localhost. So I've denied everything, and added back port 5432, however I cannot connect to it.

  7. Setting up Postgres: Can't connect remotely to Postgres server

    I am having a problem getting postgres to accept connections from my other server. Here's my setup: APP06 (10.55.129.31): Server running Postgres APP05 (10.55.129.30): Server trying to connect to

  8. Postgresql installation, avoid creating “postgres” user

    Sep 6, 2018 · Now, I need to install PostgreSQL. Is it possible to somehow avoid the automatic creation of "postgres" linux user by PostgreSQL's installation wizard, and use current user as a database …

  9. Why does Postgres tell me "no pg_hba.conf entry for host..." when I ...

    Jul 19, 2022 · The story so far: I have installed Postgres on my Linux based desktop (HOST). I have created a test database, with test data, on HOST. I have added to the end of the pg_hba.conf file on …

  10. "timeout expired" when trying to connect to RDS PostgreSQL server …

    Jan 11, 2021 · I am trying to connect to a Postgres RDS instance with pgAdmin, and I get the vague error 'timeout expired' every single time. This situation is especially strange ...