Skip to main content

Questions tagged [pgadmin]

pgAdmin is a graphical administration and development tool for PostgreSQL.

1 vote
1 answer
33 views

I am creating a new user and granting them the pg_read_all_stats privilege so they can monitor all pg_stat_* views. However, when I monitor pg_stat_activity through this user, other users' operations ...
Abdullah Ergin's user avatar
0 votes
1 answer
85 views

I was sitting on pg14 for some time, while the postgresql package updates accumulated all the way up to 17, so the result of pg_lsclusters looks like this: Ver Cluster Port Status Owner Data ...
Biller Builder's user avatar
1 vote
1 answer
462 views

I have a webapp I'm developing using Symfony 6.4 and Postgres 15. My Employer has given me a windows machine that is locked down and I can not get raised privileges. Anytime i want anything done i ...
mrpeebs's user avatar
  • 21
1 vote
1 answer
163 views

I'm trying to ENABLE remote client access on my PostgreSQL 12 database (Ubuntu 20.04 LTS). I've changed postgresql.conf on both paths /var/lib/postgresql/12/main and /etc/postgresql/12/main this way: ...
Aeverandi's user avatar
0 votes
1 answer
612 views

This message is what I've been getting while installing a new Postgres. I want the data to be stored in a new directory and not the existing one. An existing data directory has been found at C:\...
Alli Grace's user avatar
0 votes
2 answers
66 views

We are using PgAdmin connecting to an instance of PostgreSQL. With PgAdmin, in the context of Servers > [the_server_login] > Databases > Create > Database, we input the necessary ...
Mike's user avatar
  • 57
1 vote
1 answer
448 views

Hello Here is my erd and the below my creating table codes; -- This script was generated by the ERD tool in pgAdmin 4. -- Please log an issue at https://redmine.postgresql.org/projects/pgadmin4/...
bershinn's user avatar
1 vote
1 answer
56 views

I'm supposed to run this query in PGadmin: SELECT     n2.cpr,      n2.adresseringsnavn,     n2."fødselsdato" AS foedselsdato,      n2.morcpr,     n1.mor_navn,     n2.farcpr,     n3.far_navn ...
Maja Thuren Jørgensen's user avatar

15 30 50 per page
1
2 3 4 5
19