About 1,990,000 results
Open links in new tab
  1. Newest 'pgadmin' Questions - Stack Overflow

    Aug 25, 2025 · pgAdmin is the most popular and feature rich administration and development platform for PostgreSQL. Sign up to watch this tag and see more personalized content

  2. Noob Question: What are "servers" in postgreSQL/pgAdmin? : r

    A pgAdmin "Server" stores configuration data for connecting to a single PostgreSQL Instance. A database server, as defined in the OP, can have multiple simultaneously running PostgreSQL …

  3. postgresql - PGAdmin Edit data - Stack Overflow

    PGAdmin Edit data Asked 8 years, 11 months ago Modified 2 years, 4 months ago Viewed 67k times

  4. What is bad about pgAdmin4? : r/PostgreSQL - Reddit

    I really don't like that it's web based and I don't know what motivated this choice. Hitting F5 used to execute the query in pgAdmin3. Now it's "refreshing the page" half the time. I lost a few …

  5. How to access PgAdmin4 in web browser? - Stack Overflow

    Aug 12, 2022 · 1) pgAdmin != Postgres so localhost:5432 is not going to work as that would likely be the address for the Postgres server not the pgAdmin one. 2) The docs show how to do a …

  6. Does pgadmin4 save automatically? : r/MHF - Reddit

    Mar 4, 2022 · You don't even need to have pgadmin running to play the game. The cmd reads the info from your database and saves it there automatically.

  7. Kill a postgresql session/connection - Stack Overflow

    Open PGadmin see if there is any query page open, close all query page and disconnect the PostgresSQL server and Connect it again and try delete/drop option.This helped me.

  8. Do you use pgAdmin? Why? : r/PostgreSQL - Reddit

    May 31, 2023 · Well, I used only PgAdmin 3 for like 5 years, until they it couldn't connect to the DB anymore. And, no PgAdmin 4 doesnt count. It is horrible, slow, buggy, so little features, so …

  9. How to call a function, PostgreSQL - Stack Overflow

    I'm trying to use a function with PostgreSQL to save some data. Here is the create script: -- Function: "saveUser"(integer, character varying, character varying, character …

  10. Why is pgAdmin such trash? : r/PostgreSQL - Reddit

    Mar 2, 2023 · We put pgadmin on a k8 pod so we can access it via https since rds is on a private subnet. But it’s so unstable, restarting pods is a weekly occurrence.