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

    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 …

  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 …

  3. 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 …

  4. 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 …

  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 …

  6. 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 …

  7. Why does Postgres tell me "no pg_hba.conf entry for host..." when …

    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 …

  8. can not connect via SSH to a remote Postgresql database

    I am trying to connect via pgAdmin3 GUI to a Postgresql database on a remote server myHost on port 5432. Server side : I have a Unix myUser that match a postgresql role. pg_hba.conf is : …

  9. As a user without admin privileges, how can I make my own …

    I have the psql command, but am not sure what I need to do to make a database. My admin would probably be willing to put reasonable things on the computer, but ideally I'd like to be …

  10. database - Why can't I grant select privileges to all table in schema ...

    Dec 6, 2021 · I have a database my_database, and it have some tables named my_table_1, my_table_2, ... , my_table_128 under schema public. I need to grant select privileges for all …