Re: Dashboard background process not shown

2025-07-16 Thread Khushboo Vashi
Hi, Please provide screenshots for the tab that doesn't display and the tab in which you can see the process. On Wed, Jul 16, 2025 at 6:42 PM Wolfgang Baeck < wolfgang.ba...@symphonyai.com> wrote: > Hi Support, > > I noticed that for some time now my pgAdmin (9.5) doesn’t show background > proce

Re: Naming Object commands "Delete" is a source of user errors

2025-07-16 Thread Darren Duncan
On 2025-07-16 12:38 a.m., Ray O'Donnell wrote: On 16 July 2025 08:19:09 Darren Duncan wrote: I am finding that it is a recurring and damaging source of user error that Object/Explorer commands named "Delete" actually correspond to SQL DROP rather than SQL DELETE or TRUNCATE. Multiple times I ha

Re: Naming Object commands "Delete" is a source of user errors

2025-07-16 Thread Ray O'Donnell
On 16 July 2025 08:19:09 Darren Duncan wrote: I am finding that it is a recurring and damaging source of user error that Object/Explorer commands named "Delete" actually correspond to SQL DROP rather than SQL DELETE or TRUNCATE. Multiple times I have accidentally dropped tables when I meant t

Re: pgAdmin4-9.5 password textbox missing in connection settings

2025-07-10 Thread Darren Duncan
On a related matter, which I can make a formal feature request ticket for... PgAdmin should have a password manager UI that lets you see/retrieve the saved passwords it uses with remembered servers. A few months ago I ran into a problem where I had temporarily forgotten what the password was

Re: pgAdmin4-9.5 password textbox missing in connection settings

2025-07-09 Thread Dave Page
On Wed, 9 Jul 2025 at 16:28, richard coleman wrote: > I've recently upgraded to pgAdmin4-9.5 from pgAdmin4-9.1 on Windows 10. > Apparently the Password textbox in the Connection tab has been removed. > > Why has this change been made? > How do I get it back? > Both good questions - I see the sam

Re: install pgAdmin4-desktop on Ubuntu without installing pgAdmin4-server

2025-06-27 Thread Dave Page
Hi On Fri, 27 Jun 2025 at 16:25, richard coleman wrote: > Hello all, > > Is there a way to install just pgadmin4-desktop on Ubuntu? > > Following the instructions here: > https://www.pgadmin.org/download/pgadmin-4-apt/ > > It states: > > # Install for both desktop and web modes: > sudo apt insta

Re: Installation instructions for Debian/Ubuntu is wrong

2025-06-25 Thread Akshay Joshi
Apologies, ignore my previous email. Please provide the corrections for the page https://www.pgadmin.org/download/pgadmin-4-apt/ in plain text format here, and we will update the page accordingly. On Thu, Jun 26, 2025 at 11:49 AM Akshay Joshi wrote: > Hi Mario, > > You can raise a PR to https://

Re: Cant View/Edit Data

2025-06-25 Thread Aditya Toshniwal
Hi Tevor, It looks same as - https://github.com/pgadmin-org/pgadmin4/issues/8830 On Thu, Jun 26, 2025 at 11:53 AM Akshay Joshi wrote: > Hi Trevor, > > Could you please provide a screen recording, the version of pgAdmin 4 > you're using, and indicate whether it's running in Desktop or Server mod

Re: Installation instructions for Debian/Ubuntu is wrong

2025-06-25 Thread Akshay Joshi
Hi Mario, You can raise a PR to https://github.com/pgadmin-org/pgadmin4 On Wed, Jun 25, 2025 at 9:53 PM Mario Splivalo wrote: > Hi, all. > > Newer versions of Ubuntu/Debian strongly recommend using .soruces > (deb822) over .list files for configuring package repositories. > > Also, the document

Re: Cant View/Edit Data

2025-06-25 Thread Akshay Joshi
Hi Trevor, Could you please provide a screen recording, the version of pgAdmin 4 you're using, and indicate whether it's running in Desktop or Server mode? On Wed, Jun 25, 2025 at 8:48 PM Trevor Smith wrote: > [image: image.png] > -- > Hello, > > I am encountering an

Re: PGAdmin User and Postgres User/Role

2025-06-22 Thread Aditya Toshniwal
Hi David, There is already a feature request reported here - https://github.com/pgadmin-org/pgadmin4/issues/6939. On Thu, Jun 19, 2025 at 7:19 PM David M wrote: > I have received many views and no replies. > > Does this mean this is not possible in PGAdmin v9.x? > > > On May 28, 2025, at 5:17 P

Re: PGAdmin User and Postgres User/Role

2025-06-19 Thread David M
I have received many views and no replies. Does this mean this is not possible in PGAdmin v9.x? > On May 28, 2025, at 5:17 PM, David M wrote: > > I am running PGAdmin 4 v9.1 Server. I am connecting to multiple Postgres > databases each with multiple users and roles. > > Is it possible to h

Re: Query - Password Reset for DataBase

2025-06-19 Thread Aditya Toshniwal
Hi, Simple internet search led me to this - https://stackoverflow.com/questions/10845998/i-forgot-the-password-i-entered-during-postgresql-installation On Thu, Jun 19, 2025 at 2:11 PM C A Lakshmi (R&D-EVSysD&D/Hosur/TVSMotor) < ca.laks...@tvsmotor.com> wrote: > Hi team, > > I had set up a passwo

Re: dpage/pgadmin4 docker image 9.4.0 vulnerabilities

2025-06-18 Thread Yogesh Mahajan
Hi, These will be fixed in the next release. Libraries are updated. Thanks, Yogesh Mahajan EnterpriseDB On Wed, Jun 18, 2025 at 1:34 PM Jiří Zemánek wrote: > Hello, > > can you do something about it? > > > Vulnerability Severity Package Current Fixed in Listed In CVE Allowlist > CVE-2024-1271

Re: Issue with pgAdmin 4 Login Behind NGINX Reverse Proxy at /pgadmin4 Path

2025-06-15 Thread Yogesh Mahajan
Hi, You can use the command 'update-user' for user update. To explore more options, you can use the command below with pgadmin venv. `python3.12 setup.py update-user --help ` Typical command would be - `python3.12 setup.py update-user --password --role Administrator --sqlite-path ` Th

Re: Issue with pgAdmin 4 Login Behind NGINX Reverse Proxy at /pgadmin4 Path

2025-06-10 Thread Yogesh Mahajan
Hi, I could reproduce the error when I have multiple workers. Maybe you can try restarting the Guicorn service. Can you please try once in the private browser window? Thanks, Yogesh Mahajan EnterpriseDB On Tue, Jun 10, 2025 at 3:54 PM Shakir Idrisi wrote: > HI, > > I have used this command, a

Re: Issue with pgAdmin 4 Login Behind NGINX Reverse Proxy at /pgadmin4 Path

2025-06-10 Thread Shakir Idrisi
HI, I have used this command, and I have created a systemd file to start and stop the service. *ExecStart=/var/w-data/pgadmin4/pgadmin_venv/bin/gunicorn \* *--workers 1 \* * --threads=25 \* *--bind unix:/tmp/pgadmin4.sock \* *--chdir /var/w-data/pgadmin4/pgadmin_venv/lib/python3.11/si

Re: Issue with pgAdmin 4 Login Behind NGINX Reverse Proxy at /pgadmin4 Path

2025-06-10 Thread Yogesh Mahajan
Hi, Can you please share your guicorn command? How many workers are you spawning? It should be 1. Thanks, Yogesh Mahajan EnterpriseDB On Tue, Jun 10, 2025 at 12:34 PM Shakir Idrisi wrote: > Hi, > > I've installed *pgAdmin 4* on my Linux server and configured it behind > *Gunicorn > and NGINX

Re: Unable to access local server

2025-06-10 Thread B A
Hi, Thanks but now it's giving me the following error: Unable to connect to server: connection failed: connection to server at "127.0.0.1", port 5432 failed: fe_sendauth: no password supplied However, when I installed pgadmin4, it never asked me to set up a password, so how can I proceed? Please

Re: Unable to access local server

2025-06-09 Thread Ray O'Donnell
he tree-view, and if pgAdmin has saved a password then there'll be a option, "Clear saved password". Click this, and then you can re-enter the password on next connection. HTH, Ray. Please advise. On Mon, Jun 9, 2025 at 5:46 AM Ray O'Donnell wrote: You want eithe

Re: Unable to access local server

2025-06-09 Thread Ray O'Donnell
You want either "localhost" or 127.0.0.1 as the host. Ray. On 9 June 2025 09:55:19 B A wrote: Hi, I tried downloading and for host I put "local" (without quotes) and it gives this error:Unable to connect to server: [Errno 11001] getaddrinfo failed So I cannot use pgadmin on Windows PC.

Re: BEGIN/END in SQL generated by pgAdmin ERD command

2025-06-03 Thread Marc Linster
Thanks Dave - I had an error message, but it turned out that was related to my code. M. --- Marc Linster; m...@marclinster.com; https://www.linkedin.com/in/marclinster; https://marclinster.medium.com +352 621 430 156 On Mon, Jun 2, 2025 at 4:46 PM Dave Page w

Re: BEGIN/END in SQL generated by pgAdmin ERD command

2025-06-02 Thread Dave Page
Hi On Mon, 2 Jun 2025 at 15:30, Marc Linster wrote: > When I ask pgAdmin 9.4 to generate SQL from the ERD window, it wraps > 'BEGIN;' and 'END;' around the set of statements, instead of > 'BEGIN;/COMMIT;'. > > This is for pgAdmin 9.4 on Sequoia 15.5 > > Am I missing something? > END is the same

Re: Cannot reconnect after password change

2025-05-22 Thread Anil Sahoo
t cannot reconnect due to > invalid credentials. > > > > What I would expect is for PG Admin to prompt me to re-enter the new > password after a failed login. However, it does not. All it does is > complain about being disconnected. I have even found the context menu that &

Re: Object Explorer not showing when opening PSQL or Query Tool

2025-05-12 Thread Akshay Joshi
Hi Marc, I recommend installing pgAdmin 4 version 9.1 or later, which includes improvements to the logic. With these updates, the Query Tool and PSQL tabs will now open in the same active workspace where the action is initiated. On Mon, May 12, 2025 at 3:32 PM Marc Linster wrote: > Thank you An

Re: Object Explorer not showing when opening PSQL or Query Tool

2025-05-12 Thread Marc Linster
Thank you Anil - I had totally forgotten that I changed the workspace setting on my Mac. Thank you for the quick and helpful response, Marc - Marc Linster, Ph.D.; Technology Strategist (+352) 621 430 156 https://www.linkedin.com/in/marclinster/ > On 12 May 2025, at 09:56,

Re: Object Explorer not showing when opening PSQL or Query Tool

2025-05-12 Thread Anil Sahoo
Hi Marc, We have introduced Workspace feature in pgAdmin 4 v9.0. So in Windows 11 the behaviour you saw was expected. Please check the solution mentioned in the #8429 . Thanks Anil On Mon,

Re: Database Problems on pgAdmin4

2025-05-08 Thread Anil Sahoo
Hi Ali, Please let us know which version of pgAdmin 4 you are using and also the environment details. It feels you are facing this issue in v9.2 may be, you can check this issue reported by other users here . I will suggest you to consider upg

Re: pgadmin4 data browsing

2025-05-08 Thread Lutz Badenheuer
Hello, Am Mittwoch, 7. Mai 2025, 13:06:02 CEST schrieb Aditya Toshniwal: > We're already using react-data-grid which uses virtualization and is quite > fast. You might be using an older version where the data was fetched from > the server dynamically on scroll. Maybe this is about the amount of d

Re: pgadmin4 data browsing

2025-05-08 Thread Andrew Protasov
AM To: Andrew Protasov Cc: pgadmin-support@lists.postgresql.org Subject: Re: pgadmin4 data browsing Hi Andrew, We're already using react-data-grid which uses virtualization and is quite fast. You might be using an older version where the data was fetched from the server dynamically on s

Re: pgadmin4 data browsing

2025-05-07 Thread Aditya Toshniwal
Hi Andrew, We're already using react-data-grid which uses virtualization and is quite fast. You might be using an older version where the data was fetched from the server dynamically on scroll. On Wed, May 7, 2025 at 4:00 PM Andrew Protasov wrote: > Hi, > > Browsing of query result set using pa

Re: pgadmin4 data browsing

2025-05-07 Thread Ray O'Donnell
On 07/05/2025 02:30, Andrew Protasov wrote: Browsing of query result set using page up/page down keys is very slow and the slowest that I have seen in any sql tool. You need to user proper js widget like slickgrid for it, which has decent performance. Pgadmin3 did not have this issue at all.

Re: Two crippling visual bugs about pgAdmin 4: flashing white backgrounds and blinking carets.

2025-05-04 Thread Aditya Toshniwal
Hi, I have added enough details, no worries. On Fri, May 2, 2025 at 5:14 PM mullvadisen wrote: > Thank you! Although I hope that they will understand what I meant (and how > crippling they are to me) since you shortened them so much. I fear that > these issues will be ignored or maybe they'll a

Re: The pgAdmin 4 server could not be contacted

2025-05-02 Thread Khadijah Mumin
This issue has been resolved by downgrading to 4v4.16.9 On Wed, 30 Apr 2025 at 08:09, Khadijah Mumin < khadijah.mu...@mavensecurities.com> wrote: > I will be out of the office from May 1 to May 13. I am cc my team on the > email to respond in my absence. > > On Wed, 30 Apr 2025 at 07:20, Khadijah

Re: The pgAdmin 4 server could not be contacted

2025-05-02 Thread Khadijah Mumin
I will be out of the office from May 1 to May 13. I am cc my team on the email to respond in my absence. On Wed, 30 Apr 2025 at 07:20, Khadijah Mumin < khadijah.mu...@mavensecurities.com> wrote: > Good afternoon I am IT support at Maven Securities. I have 2 users Jerry > Law and Arjun Dhatt are u

Re: Two crippling visual bugs about pgAdmin 4: flashing white backgrounds and blinking carets.

2025-05-01 Thread Aditya Toshniwal
Hi, I've raised below tickets for you, please check: https://github.com/pgadmin-org/pgadmin4/issues/8711 https://github.com/pgadmin-org/pgadmin4/issues/8712 On Wed, Apr 30, 2025 at 8:46 PM mullvadisen wrote: > Like I said, they don't allow registration for me. It doesn't matter how > many times

Re: Two crippling visual bugs about pgAdmin 4: flashing white backgrounds and blinking carets.

2025-04-30 Thread Aditya Toshniwal
Hi, On Wed, Apr 30, 2025 at 4:01 PM mullvadisen wrote: > I'm using pgAdmin 4 on Linux (X11, Plasma, desktop mode, Debian, obtained > from pgAdmin's custom APT repository). Naturally, because I value my > eyesight and sanity, I use the dark mode. Recently, it has started doing > something horribl

Re: Connecting to server over an tunnel with identity file

2025-04-29 Thread Yogesh Mahajan
Hi Beth, Can you please provide an error screenshot for the same? Also what all parameters are selected in 'SSH Tunnel' tab in Register-server dialog ? Thanks, Yogesh Mahajan EnterpriseDB On Tue, Apr 29, 2025 at 8:10 PM Elizabeth Kirby wrote: > I'm having trouble connecting using the ssh tun

Re: Assign Role based on Table Cell value

2025-04-25 Thread Bastiaan Wakkie
There is row-level security from PostgreSQL 9.5 onwards, see if that fits your needs. On 4/24/25 02:26, Æ • wrote: I have several users accessing PostgreSQL database managed through pgAdmin. The database consists of a table with several columns and rows. I want to grant permission to certain u

Re: Assign Role based on Table Cell value

2025-04-23 Thread Akshay Joshi
Hi, pgAdmin 4 includes a Row Level Security (RLS) Policy ( https://www.pgadmin.org/docs/pgadmin4/9.2/rls_policy_dialog.html#index-0) feature, which you can try—it may help resolve the issue. On Thu, Apr 24, 2025 at 5:57 AM Æ • wrote: > I have several users accessing PostgreSQL database managed

RE: cant run on your pc

2025-04-21 Thread Karim HAJOU
Never mind... [cid:image001.png@01DBAF8F.237F6FE0] We are on server 2012 From: Karim HAJOU Sent: Thursday, 17 April, 2025 11:33 To: pgadmin-support@lists.postgresql.org Subject: RE: cant run on your pc Same for 9.1... [cid:image002.png@01DBAF8F.237F6FE0] From: Karim HAJOU Sent: Thursday, 17

RE: cant run on your pc

2025-04-21 Thread Karim HAJOU
Same for 9.1... [cid:image002.png@01DBAF8C.8387A9F0] From: Karim HAJOU Sent: Thursday, 17 April, 2025 11:23 To: pgadmin-support@lists.postgresql.org Subject: cant run on your pc Hi, I installed pgAdmin 9.2 on a windows 2012 server (replacing 6.2). Installation went fine. But when I open pgAdmin

Re: Clearing the screen in the pgAdmin PSQL screen

2025-04-21 Thread Andy Huang
notes: add space before clear  ---Original--- From: "Khushboo Vashi"https://www.linkedin.com/in/marclinster; ; https://marclinster.medium.com +352 621 430 156 On Mon, Apr 21, 2025 at 8:18 AM Khushboo Vashi https://www.linkedin.com/in/marclinster; ; https://marclinster.medium.com

Re: Clearing the screen in the pgAdmin PSQL screen

2025-04-21 Thread Marc Linster
com> wrote: > notes: add space before clear > > ---Original--- > *From:* "Khushboo Vashi" > *Date:* Mon, Apr 21, 2025 14:50 PM > *To:* "Marc Linster"; > *Cc:* "pgadmin-support"; > *Subject:* Re: Clearing the screen in the pgAdmin PSQL

Re: Clearing the screen in the pgAdmin PSQL screen

2025-04-20 Thread Andy Huang
clear for linux, plz find the macos clean screen command to replace it ---Original--- From: "Marc Linster"https://www.linkedin.com/in/marclinster; ; https://marclinster.medium.com +352 621 430 156 On Mon, Apr 21, 2025 at 8:18 AM Khushboo Vashi https://www.linkedin.com/in/marclinst

Re: Clearing the screen in the pgAdmin PSQL screen

2025-04-20 Thread Khushboo Vashi
On Mon, Apr 21, 2025 at 12:07 PM Marc Linster wrote: > Andy, Kushbook - both don't work on MacOS Sequoia (15.4.1). See below > > VERSION = 'PostgreSQL 17.0 on aarch64-apple-darwin22.3.0, compiled by > Apple clang version 14.0.3 (clang-1403.0.22.14.1), 64-bit' > VERSION_NAME = '17.0' > VERSION_NUM

Re: Clearing the screen in the pgAdmin PSQL screen

2025-04-20 Thread Marc Linster
Andy, Kushbook - both don't work on MacOS Sequoia (15.4.1). See below VERSION = 'PostgreSQL 17.0 on aarch64-apple-darwin22.3.0, compiled by Apple clang version 14.0.3 (clang-1403.0.22.14.1), 64-bit' VERSION_NAME = '17.0' VERSION_NUM = '17' postgres=# /!clear postgres-# ; ERROR: syntax error a

Re: Clearing the screen in the pgAdmin PSQL screen

2025-04-20 Thread Khushboo Vashi
On Mon, Apr 21, 2025 at 11:41 AM Marc Linster wrote: > The Query Tool has a feature to clear the screen (Option/Alt + Ctrl + L). > Does the PSQL Tool have something similar? > CTRL + L > > Thanks, Marc > --- > Marc Linster; m...@marclinster.com; > https://www.

Re: Clearing the screen in the pgAdmin PSQL screen

2025-04-20 Thread Andy Huang
/! clear ---Original--- From: "Marc Linster"https://www.linkedin.com/in/marclinster; ; https://marclinster.medium.com +352 621 430 156

Re: Enforcing TLS 1.3 as a a minimum version

2025-04-16 Thread Khushboo Vashi
On Wed, Apr 9, 2025 at 7:56 PM John Barker wrote: > What is the output of `curl -v ` ? > It generally gives output like the one below so we can verify the TLS version. khushboo.vashi@MAC-HLG7090G2F web % curl -v https://google.com * Trying 142.250.193.46:443... * Connected to google.com

Re: Installing multiple pgadmin4 versions on one is

2025-04-13 Thread Aditya Toshniwal
Hi Akira, pgAdmin 4 doesn't support multiple versions on the same OS because the configuration database of pgAdmin will have the same path which may create conflicts. On Fri, Apr 11, 2025 at 5:53 AM Akira TAKAHASHI wrote: > Hi > > Is is possible to install pdadmin4 on one os(windows10)? > > Sp

Re: Enforcing TLS 1.3 as a a minimum version

2025-04-11 Thread John Barker
Just wanted to bounce this up. Thanks, John On Wed, Apr 9, 2025 at 10:26 AM John Barker wrote: > What is the output of `curl -v ` ? > > The curl connects successfully but gives no information: > > curl: (52) Empty reply from server. > > On Tue, Apr 8, 2025 at 11:38 PM Khushboo Vashi < > kh

Re: Enforcing TLS 1.3 as a a minimum version

2025-04-09 Thread John Barker
What is the output of `curl -v ` ? The curl connects successfully but gives no information: curl: (52) Empty reply from server. On Tue, Apr 8, 2025 at 11:38 PM Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > [...Looping pgAdmin-Support] > > On Tue, Apr 8, 2025 at 9:19 PM John Bar

Re: Enforcing TLS 1.3 as a a minimum version

2025-04-08 Thread Khushboo Vashi
[...Looping pgAdmin-Support] On Tue, Apr 8, 2025 at 9:19 PM John Barker wrote: > Hello, > > I am on a closed network so I can't copy my files and have to retype > them.I have verified that the file below is being parsed when the > container starts.My config.py is default as shipped with

Re: Enforcing TLS 1.3 as a a minimum version

2025-04-08 Thread Khushboo Vashi
Hi, On Tue, Apr 8, 2025 at 12:00 AM John Barker wrote: > > I am running pgAdmin 9.1 in a podman container and am trying to ensure > that TLS 1.3 is the minimum version.I have created an override file and > I know that it is being read at startup but the enforcement of TLS 1.3 is > not happen

Re: EULA Request || t/232803939

2025-04-07 Thread Dave Page
Hi You can find the licence at https://www.pgadmin.org/licence/ Regards, Dave. On Mon, 7 Apr 2025 at 13:13, Manjeet Ram wrote: > Hi pgAdmin Team, > > I represent Google's SPO-Operators Team, which manages end-user software > requests for Google. > > Could you please provide the End-User Licens

Re: Server list on query tool workspace

2025-04-07 Thread Ray O'Donnell
On 07/04/2025 06:00, Aditya Toshniwal wrote: Hi Ray, You can raise a bug here - https://github.com/pgadmin-org/pgadmin4/issues Thanks Aditya - bug raised here: https://github.com/pgadmin-org/pgadmin4/issues/8636 Ray. -- Raymond O'Donnell // Galway // Ireland r...@rodonnell.ie

Re: PGAdmin 4 Hardening Guide

2025-04-07 Thread Dave Page
Hi On Mon, 7 Apr 2025 at 08:39, Gum, Laureen Ann (Laurie) CTR USN NAVIFOR SUFFOLK VA (USA) wrote: > Good Morning, > > > > I am preparing to conduct a cybersecurity risk assessment for a US Navy > organization that has PGAdmin 4 installed on their network. In preparation > for the cybersecurity a

Re: Server list on query tool workspace

2025-04-06 Thread Aditya Toshniwal
Hi Ray, You can raise a bug here - https://github.com/pgadmin-org/pgadmin4/issues On Sat, Apr 5, 2025 at 7:51 PM Ray O'Donnell wrote: > On 05/04/2025 15:20, Ray O'Donnell wrote: > > Hi all, > > > > A small but annoying thing - in the query tool workspace, on the > > "Welcome" tab, servers in th

Re: Server list on query tool workspace

2025-04-05 Thread Ray O'Donnell
On 05/04/2025 15:20, Ray O'Donnell wrote: Hi all, A small but annoying thing - in the query tool workspace, on the "Welcome" tab, servers in the "Existing server" drop-down list seem to be ordered randomly certainly they bear no resemblance to the neat alphabetical list in the default wor

Re: pgadmin problems

2025-04-01 Thread Anil Sahoo
Hi Corey, Can you please share the pgAdmin logs, the environment details and the pgAdmin 4 version you are using. Also in between please have a look at the comment section of this issue . Thanks On Tue, Apr 1, 2025 at 10:48 PM Corey Gaines w

Re: Docker setup without password

2025-03-31 Thread Aditya Toshniwal
Hi Lutz, We never tested this scenario. We'll try at our end and let you know. On Fri, Mar 28, 2025 at 9:29 PM Lutz Badenheuer wrote: > Hello, > > Am Mittwoch, 26. März 2025, 11:05:30 CET schrieb Aditya Toshniwal: > > Did you try removing pgpass from configs? PGPASS_FILE should be enough. > > U

Re: Pgadmin4 Webserver Authentication + Azure SAML SSO , anyone ever managed to configure it?

2025-03-31 Thread Khushboo Vashi
Hi, On Mon, Mar 31, 2025 at 6:26 PM Viktor Madarasz wrote: > Hi > > Pgadmin4 Webserver Authentication + Azure SAML SSO , anyone ever managed > to configure it? > > As Yogesh said, Azure SSO with pgAdmin 4 OAuth2 authentication is very common, but we never tried Azure SSO with Webserver. Please p

Re: Pgadmin4 Webserver Authentication + Azure SAML SSO , anyone ever managed to configure it?

2025-03-31 Thread Yogesh Mahajan
Hi, pgadmin4 only uses Azure AD for authentication. However users logged in with Azure SSO(or any OAuth2) are the normal users who have all the access other than adding new users. Not sure what exactly you mean 'Read only profiles'? What are the limitations you have seen in pgadmin? Thanks, Yoges

Re: output from pgadmin4 ver 6.14

2025-03-31 Thread Yogesh Mahajan
Hi, You can download the ERD file when you open it in the ERD tool. Thanks, Yogesh Mahajan EnterpriseDB On Mon, Mar 31, 2025 at 10:03 PM wrote: > > Hello, > > I am forced to run pgadmin4 ver 6.14. I want to export my stored ERDs > to a digital paper format or hardcopy paper format. What are

Re: Docker setup without password

2025-03-28 Thread Lutz Badenheuer
Hello, Am Mittwoch, 26. März 2025, 11:05:30 CET schrieb Aditya Toshniwal: > Did you try removing pgpass from configs? PGPASS_FILE should be enough. Unfortunately, that doesn't work neither by setting this as an absolute nor as a relative path. Whenever I open PgAdmin4 I'm logged in automaticall

Re: PGAdmin Connectivity Issues

2025-03-26 Thread Khushboo Vashi
t; -- > *From:* Khushboo Vashi > *Sent:* Wednesday, March 26, 2025 6:00 AM > *To:* Ami Chovatiya > *Cc:* pgadmin-support@lists.postgresql.org < > pgadmin-support@lists.postgresql.org> > *Subject:* Re: PGAdmin Connectivity Issues > > EXTERNAL

Re: PGAdmin Connectivity Issues

2025-03-26 Thread Ami Chovatiya
upport@lists.postgresql.org Subject: Re: PGAdmin Connectivity Issues EXTERNAL EMAIL Hi, On Wed, Mar 26, 2025 at 3:05 PM Ami Chovatiya mailto:achovat...@costar.com>> wrote: Hello, I hope this email finds you well! We have a few engineers using pgadmin for postgres access, and they are running in

Re: PGAdmin Connectivity Issues

2025-03-26 Thread Khushboo Vashi
Hi, On Wed, Mar 26, 2025 at 3:05 PM Ami Chovatiya wrote: > Hello, > > I hope this email finds you well! > > We have a few engineers using pgadmin for postgres access, and they are > running into the error below. > > *Connection failed: connection to server at "100.64.1.5", port 5432 > failed: FA

Re: Docker setup without password

2025-03-26 Thread Aditya Toshniwal
Hi Lutz, Did you try removing pgpass from configs? PGPASS_FILE should be enough. On Wed, Mar 26, 2025 at 3:05 PM Lutz Badenheuer wrote: > Hello everybody, > > I'd like to deploy PgAdmin4 with Ansible to a Docker Swarm cluster without > any > authentication and authorization, as it will not be e

Re: Obrigado

2025-03-26 Thread Akshay Joshi
Hi Marcelo, Have you seen any errors or logs? If not then check the Windows Event Viewer for any errors or logs. On Mon, Mar 17, 2025 at 4:00 PM Marcelo Aristeu wrote: > Boa tarde. > > após baixar via Windows o software: pgAdmin 4 v9.1 (released Feb.28,2025) > > Não consigo executar e nem abrir

Re: unsubscribe

2025-03-13 Thread Álvaro Herrera
On 2025-Mar-03, Blake McBride wrote: > Due to the fact that I am unable to reset my password (perhaps due to email > alias issues), I am unable to unsubscribe the appropriate way. Please > unsubscribe me from all email lists. Hello, I cannot find this address as subscribed to any mailing lists.

Re: unsubscribe

2025-03-13 Thread Peter Richards
Please follow the instructions at https://lists.postgresql.org/unsubscribe/ Peter On Wed, 12 Mar 2025 17:00:34 -0400 John Scalia wrote: > I would also like to be unsubscribed. > > This is my husbands account, he passed away last Dec 2024. > > Thank you. > > > > On 3/3/2025 2:29 PM, Blak

Re: unsubscribe

2025-03-13 Thread John Scalia
I would also like to be unsubscribed. This is my husbands account, he passed away last Dec 2024. Thank you. On 3/3/2025 2:29 PM, Blake McBride wrote: Due to the fact that I am unable to reset my password (perhaps due to email alias issues), I am unable to unsubscribe the appropriate way.  P

Re: Bug Report: Exit Prompt Reappears Repeatedly When Closed in pgAdmin 4

2025-03-11 Thread Aditya Toshniwal
Hi AKASH, Please raise a bug here - https://github.com/pgadmin-org/pgadmin4/issues On Tue, Mar 11, 2025 at 5:29 PM AKASH wrote: > Dear pgAdmin Team, > > I hope you are doing well. I would like to report a bug I encountered in > pgAdmin 4 related to the exit confirmation prompt. > > When attempt

Re: 9.1 Feedback

2025-03-03 Thread Akshay Joshi
Thanks for the feedback. The similar issue is already reported and we will try to fix it as soon as possible may be in the next release. On Mon, 3 Mar, 2025, 11:30 pm Doug Reed, wrote: > Thanque, > > Just wanted to provide feedback on 9.1 changes. > > I used the workspace layout exclusively sinc

Re: pdAdmin issue - Not supported between instances

2025-03-02 Thread Khushboo Vashi
Hi, Please use pgAdmin's latest version, 9.0, and check again. If the issue persists, log the issue. Thanks, Khushboo On Fri, Feb 28, 2025 at 6:48 PM wrote: > Hi Team, > > > > We are using pgAdmin 4. While selecting few DB objects, its errors out (*see > the screen shot*) > > > > Alternatively

Re: Log tab in pgAdmin is missing

2025-02-28 Thread Akshay Joshi
Hi RanjeetKumar Viewing PostgreSQL logs was introduced in pgAdmin 4 v8.10 and later. Based on your screenshots, you are using v8.7. Please upgrade your pgAdmin to access this feature. On Fri, Feb 28, 2025 at 6:48 PM Panda, RanjeetKumar (WP) < ranjeetkumar.pa...@worldpay.com> wrote: > Hi Team, >

Re: export statistics reports

2025-02-16 Thread Yogesh Mahajan
Hi, Can you please raise the issue here ? Dev team check take look at it. Thanks, Yogesh Mahajan EnterpriseDB On Fri, Feb 14, 2025 at 5:09 PM Fredy Hurtado wrote: > Hi! > > I could do this before in pgadmin 3 > > > > Mensaje reenviado -

Re: PGAdmin Desktop Docker Setup

2025-02-11 Thread Yogesh Mahajan
Hi, You can use 'docker ps -a' command to list the containers and access it using the . Thanks, Yogesh Mahajan EnterpriseDB

Re: Errors of a Postgresql replication with PowerBi

2025-02-11 Thread Erik Serrano
Thank you for your help! *Erik R. Serrano Saavedra* * Data Base Administrator* El mar, 11 feb 2025 a las 4:41, Mendbayar Alzakhgui (< mendbayar@unitel.mn>) escribió: > Hi Erik, > > I’m not an expert on Postgres, but I found out that configuration tuning > needed on the Postgresql serv

RE: Errors of a Postgresql replication with PowerBi

2025-02-11 Thread Mendbayar Alzakhgui
Hi Erik, I’m not an expert on Postgres, but I found out that configuration tuning needed on the Postgresql server, like shared_buffers, work mem etc. And from the logs you’ve provided I’ve seen it like the replica server has failed somehow, check connection and need to check if it’s alive from t

Re: 9.0 Feedback

2025-02-10 Thread Dave Page
(i.e., same high-level information as is currently shown in > the full Object Explorer) from a pre-populated list, then maybe I could be > convinced to change my workflow to start from the Query Tool Workspace > rather than starting in the Object Explorer in the Default Workspace. But &g

Re: 9.0 Feedback

2025-02-10 Thread Dave Caughey
e-populated list, then maybe I could be convinced to change my workflow to start from the Query Tool Workspace rather than starting in the Object Explorer in the Default Workspace. But at this point, in order to use the Welcome tab, I'm required to re-type all the information that's alre

Re: 9.0 Feedback

2025-02-10 Thread Edson Richter
I've a glitch with the new interface: how can I drag'n'drop a table or a column in the query window? Obter o Outlook para Android From: Doug Reed Sent: Monday, February 10, 2025 1:04:08 PM To: pgAdmin Support Subject: 9.0 Feedback All,

Re: Mystery button

2025-02-10 Thread Ray O'Donnell
On 10/02/2025 03:17, Khushboo Vashi wrote: Hi, On Mon, Feb 10, 2025 at 1:17 AM Ray O'Donnell wrote: Hi all, I look the new look/layout introduced in pgAdmin4 v.9. However, there's one button which has me mystified - it's greyed out all the time, so I can't press it to

Re: Mystery button

2025-02-09 Thread Khushboo Vashi
Hi, On Mon, Feb 10, 2025 at 1:17 AM Ray O'Donnell wrote: > Hi all, > > I look the new look/layout introduced in pgAdmin4 v.9. However, there's > one button which has me mystified - it's greyed out all the time, so I > can't press it to see what happens. > > It's in the vertical toolbar on the le

Re: Issue running pgAdmin behind a reserve proxy

2025-02-06 Thread Yogesh Mahajan
Hi, If everything is working with Apache TLS port, then something is wrong with the Cloudfare proxy. Can you please share details for Cloudfare proxy configuration? Thanks, Yogesh Mahajan EnterpriseDB On Fri, Feb 7, 2025 at 12:57 AM Eamon Doyle wrote: > Hi all, > > tl;dr, I'm running pgAdmin

Re: Pgadmin

2025-02-05 Thread Yogesh Mahajan
Hi, Kindly raise an issue here . Development team will check the feasibility for the same. Thanks, Yogesh Mahajan EnterpriseDB On Wed, Feb 5, 2025 at 2:47 PM Sergey Ivanov wrote: > Good day. > Please make erd version disable lines box in editor

Re: PGAdmin Desktop Docker Setup

2025-02-05 Thread Yogesh Mahajan
Hi, You set environment variable below to host pgadmin in desktop mode- PGADMIN_CONFIG_SERVER_MODE = False Thanks, Yogesh Mahajan EnterpriseDB On Wed, Feb 5, 2025 at 2:47 PM Krishnendu Dasgupta wrote: > To whom it may concern, > I have been using PGAdmin in my regular dev workflow sin

Re: Lookup tables

2025-02-04 Thread Tony Shelver
Seen the suggestions. After decades of playing with the alternatives, I don't overthink it anymore. Pretty much my lookup tables consist of an autogenerated primary key (smallint or integer), a code (name?) and a description as default. If there are a lot of tables fitting a common data format,

Re: Unable to start pgAdmin on first install

2025-02-03 Thread Yogesh Mahajan
Hi, Can you please try setting the value for environment variable NO_PROXY equals 127.0.0.1 and restart application? Thanks, Yogesh Mahajan EnterpriseDB On Mon, Feb 3, 2025 at 8:13 PM Toscan, Nicholas wrote: > I installed the latest version of pgAdmin on my Win11 laptop (where I’ve > never in

Re: Backup Issue for pg_basebackup

2025-02-03 Thread Laurenz Albe
On Fri, 2025-01-31 at 10:42 +0530, Somnath Som wrote: > We are getting below error when running pg_basebackup for a database. > > pg_basebackup: error: FATAL:  no pg_hba.conf entry for replication connection > from host "127.0.0.1", user "postgres", SSL on > FATAL:  no pg_hba.conf entry for repli

Re: Backup Issue for pg_basebackup

2025-02-03 Thread SOzcn
Hello, This is a specific error. You need to specify the IP information of the server where you are providing the replica and the user that will perform the replication in pg_hba.conf on the main cluster. You can find examples of this in many sources. Have a nice day. Somnath Som , 1 Şub 2025 Cm

Re: PG4Admin Waiting to Start

2025-01-27 Thread Aditya Toshniwal
Hi Sherman, Wait for pgAdmin to say - failed to start and then share the logs. On Mon, Jan 27, 2025 at 1:10 PM Sherman Hammack wrote: > I just get a PG4Admin waiting to start pop up when trying to launch > version 8.14 on Windows 11. No clue how to fix it. > -- Thanks, Aditya Toshniwal pgAdm

Re: Data restore

2025-01-27 Thread Khushboo Vashi
On Mon, Jan 27, 2025 at 1:13 PM Akrosh M wrote: > we have lost our organization data from pgadmin DB , we need to resore > that , we have tried all possible ways to restore data. but we > couldn't.please help us to get those losted data. > Could you please give some details on how you lost the da

Re: Cannot reset password

2025-01-23 Thread Anil Sahoo
Hi Thomas, Please share your environment and OS details. If you are using Python/Debian/RPM packages of pgAdmin 4, then you have to set up the SMTP configuration in the config_local.py file by overriding the config.py file. If not, then please do it. Thanks Anil On Fri, Jan 24, 2025 at 1:06 AM

Re: Unable to use pgadmin4 for any purpose after 3 days of trying

2025-01-22 Thread Richard Brockie
;>> never work. That new Server Group had me (as my username, not postgres) as >>> the superuser and things seemed to work fine. I still seem to lack the >>> permissions to delete the original Server Group, now renamed to >>> Servers_DEFUNCT, though. >>&g

Re: Unable to use pgadmin4 for any purpose after 3 days of trying

2025-01-22 Thread Dave Page
dmg files. >> >> However, I still have a version of 8.14 on my system. That version will >> not run, though. I likely trashed an aspect of the software during one of >> the many cycles of uninstalling and re-installing. >> >> [image: Screenshot 2025-01-15 at 10.32.

Re: gssenc supported?

2025-01-22 Thread Dave Page
Hi On Tue, 21 Jan 2025 at 16:51, Troels Arvin wrote: > Hello, > > Khushboo Vashi wrote: > > Have you tried connecting Postgres Server with PSQL? > > Yes, I've tried the psql.exe which is shippe with pgadmin. And I've > tried psql.exe from the latest Windows installer from > https://www.enterpr

  1   2   3   4   5   6   7   8   9   10   >