GitHub registration on Linux (was Re: ... blinking carets.)

2025-07-30 Thread Darren Duncan
(Note, I quoted an earlier post but the topic was brought up again by the OP this week.) mullvadisen, you keep saying that GitHub and other sites refuse to let you sign up for an account. However, you don't say why or how. The process just uses an ordinary generic web browser interface. Wha

Re: Will the hardcoded blinking cursor get an option to disable it soon?

2025-07-30 Thread Akshay Joshi
Hi Mullvadisen, We have prioritized the issue and added it to the current sprint. It should be resolved in the next release (v9.7). We'll assess the feasibility and keep you updated. On Tue, Jul 29, 2025 at 7:13 PM mullvadisen wrote: > Three months ago, I sent an e-mail to this list about two s

RE: PG Admin Application not launching

2025-07-30 Thread Ramesh Pitchai
Classification: Internal Hi, Can I have an update on my below request ASAP please. Regards, Ramesh P From: Ramesh Pitchai Sent: Friday, July 25, 2025 11:24 AM To: Aditya Toshniwal Cc: pgadmin-support@lists.postgresql.org; Yogesh Mahajan Subject: RE: PG Admin Application not launching

Re: Problem using new installation

2025-07-29 Thread Stephen Davies
Thank you. That sorted the web interface. I also managed to get access to remote postgresql servers working. However, the desktop interface still wants a login but the pair defined for the web does not work for the desktop. Is there a similar setup for desktop? I cannot see one in the pgadmin4/

Re: Request to Remove Unused xmin Column from Function Properties Queries

2025-07-29 Thread Abhinav Patni
Hi Dave, Thanks for your prompt response and for clarifying the situation. I appreciate your guidance! For this particular use case, I'll move forward with the fix as discussed. If I encounter other incompatibilities, I'll reach out or look into them further. Thanks again! On Tue, Jul 29, 2025 a

Re: Problem using new installation

2025-07-29 Thread Yogesh Mahajan
Hi, You can run the 'dnf info pgadmin4' command to get information about the installed pgadmin app. It seems you have installed in server mode. So when you would have run the command below - ```sudo /usr/pgadmin4/bin/setup-web.sh``` It should have asked for an email and a password, which should

Re: Request to Remove Unused xmin Column from Function Properties Queries

2025-07-29 Thread Darren Duncan
So it looks like there are at least 2 distinct versions of Postgres-compatible Amazon Aurora. The regular Aurora would have all the regular Postgres features I suppose. While the one you linked to is a specialized Distributed or DSQL variant and I see it is actually missing a huge amount of st

Re: Request to Remove Unused xmin Column from Function Properties Queries

2025-07-29 Thread Dave Page
On Tue, 29 Jul 2025 at 10:24, Darren Duncan wrote: > I had understood that Aurora mainly differed with its lower level > internals > implementation, but that it should look the same from a user perspective > and > thus be drop-in compatible with regular Postgres in practice, such that > any > dat

Re: Request to Remove Unused xmin Column from Function Properties Queries

2025-07-29 Thread Darren Duncan
I had understood that Aurora mainly differed with its lower level internals implementation, but that it should look the same from a user perspective and thus be drop-in compatible with regular Postgres in practice, such that any database schemas or clients that work in regular should work with i

Re: Request to Remove Unused xmin Column from Function Properties Queries

2025-07-29 Thread Dave Page
Hi On Mon, 28 Jul 2025 at 15:00, Abhinav Patni wrote: > Hi > I am seeing issues when using aurora postgres limitless. It doesn’t > support these columns, for function properties why do we need to query xmin > value? Is it supporting some other use case? > Aurora isn't something we support, as i

Re: Search objects - list of types sort order

2025-07-28 Thread Pravesh Sharma
Hi Bartosz, You can create an issue here for this. Thanks, Pravesh On Tue, Jul 29, 2025 at 2:24 AM Bartosz Dmytrak wrote: > Hi Team, > thanks for your continuous great job ! > I'd like to ask if it's possible to sort the list of typ

Re: Search objects - list of types sort order

2025-07-28 Thread Pravesh Sharma
Hi Bartosz, We can sort the list alphabetically. However, the dropdown has an input field where you can type the object name, and it will filter out the matching results. Thanks, Pravesh On Tue, Jul 29, 2025 at 2:24 AM Bartosz Dmytrak wrote: > Hi Team, > thanks for your continuous great job !

Re: Request to Remove Unused xmin Column from Function Properties Queries

2025-07-28 Thread Abhinav Patni
Hi I am seeing issues when using aurora postgres limitless. It doesn’t support these columns, for function properties why do we need to query xmin value? Is it supporting some other use case? On Mon, 28 Jul 2025 at 7:28 PM, Dave Page wrote: > Hi > > On Mon, 28 Jul 2025 at 14:46, Abhinav Patni >

Re: Request to Remove Unused xmin Column from Function Properties Queries

2025-07-28 Thread Dave Page
Hi On Mon, 28 Jul 2025 at 14:46, Abhinav Patni wrote: > Dear pgAdmin Team, > > Queries for the xmin system column are causing errors and breaking > function/property dialogs. What errors or breakage do you see, and in what circumstances? Querying for xmin shouldn't cause any issues on any supp

Re: PGadmin 4 version 9.5

2025-07-24 Thread Darren Duncan
Your post came through after the pgAdmin 4 version 9.6 release. Does your problem still occur on 9.6 version? -- Darren Duncan On 2025-07-24 11:24 p.m., Erik Soudant wrote: I hope I am addressing the right mailinglist. Our vulnerabilityscanners are picking up the following vulnerablity on the

RE: PG Admin Application not launching

2025-07-24 Thread Ramesh Pitchai
Aditya Toshniwal Sent: Thursday, July 24, 2025 2:51 PM To: Ramesh Pitchai Cc: pgadmin-support@lists.postgresql.org; Yogesh Mahajan Subject: Re: PG Admin Application not launching [CAUTION: This Email is from outside the Organization. Unless you trust the sender, Don’t click links or open attachments

Re: PG Admin Application not launching

2025-07-24 Thread Aditya Toshniwal
tails needed. Thanks. > > > > Regards, > > Ramesh P > > > > *From:* Aditya Toshniwal > *Sent:* Thursday, July 24, 2025 2:51 PM > *To:* Ramesh Pitchai > *Cc:* pgadmin-support@lists.postgresql.org; Yogesh Mahajan < > yogesh.maha...@enterprisedb.com> >

Re: PG Admin Application not launching

2025-07-24 Thread Aditya Toshniwal
Hi Ramesh, I can't find any previous email. If there was any, then please reply to the same mail chain. Or share more details like what is the issue and screenshots. The logs looks fine. On Thu, Jul 24, 2025 at 2:01 PM Ramesh Pitchai wrote: > Classification: *Internal* > > Hi Team, > > > > As p

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

2025-07-18 Thread Darren Duncan
As a follow-up... Thank you very much to Akshay Joshi for quickly claiming the GitHub issue I filed and implementing the fix, and to Anil Sahoo for testing it, seemingly all in time for the very next pgAdmin 9.6 release, and within about 48 hours of my request on GitHub. Darren Duncan On 20

Re: How to remove saved password of pgadmin4-Reg

2025-07-17 Thread Yogesh Mahajan
Hi, If you want to clear the password for the server listed in the pgadmin, then select the 'Clear password' option from the server context menu. If you want to clear the pgadmin password used for login, then it's the same as clearing the password for any website, depending on your browser. Thank

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

  1   2   3   4   5   6   7   8   9   10   >