About 492,000 results
Open links in new tab
  1. postgresql - What's the default superuser username/password for ...

    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: 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 …

  3. postgresql - How do I give a postgres user all ... - Server Fault

    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 …

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

    When getting this error: psql: FATAL: password authentication failed for user "XXXX" despite the password being correct, the next thing to check is the validity of the account: SELECT …

  5. Stop PostgreSQL from starting on Windows? - Server Fault

    Sep 15, 2011 · I have a local postgresql database for development purposes that I dont want to start up every time Windows does - how do I stop it from starting!

  6. Why can't I grant select privileges to all table in schema with …

    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 …

  7. how to secure an open PostgreSQL port - Server Fault

    Sep 9, 2014 · So, this is the situation. It seems we need to have an open TCP port 5432 to the world, where a customer has access to his PostgreSQL database. For obvious reasons, we …

  8. postgresql - Setting up Postgres: Can't connect remotely to …

    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 …

  9. AWS RDS to PgAdmin Error saving properties Unable to connect …

    Apr 6, 2020 · Short description: AWS RDS connecting server to pgAdmin 4, PostgreSQL 11 Done: I have done similar to this guy or to this AWS guide, but at the end when I click Save, it …

  10. Why can't I create a superuser in AWS Postgresql instance?

    When you create a DB instance, the master user system account that you create is assigned to the rds_superuser role. The rds_superuser role is a pre-defined Amazon RDS role similar to …