Re: PgAdmin doesn't quit on Mac

2021-05-13 Thread Akshay Joshi
Hi Michael and Richard We have fixed issue #6420, can you please verify it on the nightly build https://www.postgresql.org/ftp/pgadmin/pgadmin4/snapshots/2021-05-14/ On Fri, May 14, 2021 at 1:01 AM Richard Brockie wrote: > I've seen this too. Sometimes after force-quitting pgadmin a process >

Re: PgAdmin doesn't quit on Mac

2021-05-13 Thread Richard Brockie
I've seen this too. Sometimes after force-quitting pgadmin a process associated with NW.js runs away using 100% of a thread. It seems to be associated with first shutting down the underlying database server before quitting pyAdmin, but I haven't made an exhaustive investigation. On Thu, May 13, 2

Re: Import fails on single quote.

2021-05-13 Thread Basques, Bob (CI-StPaul)
Probably because of the number on the end. So its failing on the end of words, and a number on the end, still equals on the end of a word (to Postgres). Bobb From: dsbw Reply-To: dsbw Date: Thursday, May 13, 2021 at 1:45 PM To: "pgadmin-support@lists.postgresql.org" Subject: Re: Import fa

Re: Import fails on single quote.

2021-05-13 Thread dsbw
OK, it's not as straightforward as an unpaired single quote. I just had one fail on: "PET'1'" So the single quote is paired, and caused the problem. So I changed it to "PET 1"...and the whole import worked. But I got suspicious and started looking at the data for single quotes and found things

PgAdmin doesn't quit on Mac

2021-05-13 Thread Michael Shapiro
Sometimes when I "quit" PgAdmin on Mac OS Big Sur (11.3.1), the GUI goes away but PgAdmin continues to run. Even when I ask it to quit it still runs and I have to use Force Quit to stop it. I am running version 5.2 (4280.88) of PgAdmin.