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: BUG #18555: pgadmin image keeps giving mime type error. Is the image k8s compatible .

2024-08-26 Thread iram khan
Hi yogesh , So I tried deploying pgadmin on azure cloud as well and on-prem kubernetes also. I am unable to access it through ingress. On -prem kubernetes , I am able to access through node-port and port forward service. On azure-cloud , I am able to access though port-forward. I am unable to acces

Re: BUG #18555: pgadmin image keeps giving mime type error. Is the image k8s compatible .

2024-08-01 Thread Yogesh Mahajan
Hi, Can you please share a config yaml file for deployment? Also are you using any webserver e.g. nginx/httpd? If yes can you please share config for the same? As per user, github issue #7412 was on Azure Webapps and it works fine on local vm. Thanks, Yogesh Mahajan EnterpriseDB

Re: BUG #18555: pgadmin image keeps giving mime type error. Is the image k8s compatible .

2024-07-31 Thread iram khan
Hi Team, It is the same issue with new image as well. It keeps spinning but never loads. Kindly help. Thanks , Iram On Tuesday 30 July 2024, iram khan wrote: > Can u direct me to the solution for this issue . This is the GitHub issue > 7412. , it was opened couple of months back n was closed in

Re: BUG #18555: pgadmin image keeps giving mime type error. Is the image k8s compatible .

2024-07-30 Thread iram khan
Can u direct me to the solution for this issue . This is the GitHub issue 7412. , it was opened couple of months back n was closed in June. But solution isn’t updated anywhere. I am facing this issue with every version of the image n I am using the image from docker hub. Please help . Thanks , Ira

Re: BUG #18555: pgadmin image keeps giving mime type error. Is the image k8s compatible .

2024-07-29 Thread Khushboo Vashi
Hi, On Mon, Jul 29, 2024 at 9:22 PM iram khan wrote: > > Is the image kubernetes compatible . I cannot find solution anywhere . > Also the github doesnot give any solution or the bug is removed. github > issue #7412 > Kindly help. > > Many users use Kubernetes without fail. pgAdmin official do

Re: Bug on pgAdmin 4

2023-08-06 Thread Yogesh Mahajan
Hi, Can you please try clearing cache at location ~/Library/Application Support/pgAdmin 4. Thanks, Yogesh Mahajan EnterpriseDB On Wed, Aug 2, 2023 at 1:49 PM Riccardo Grazioli < grazioli.riccard...@gmail.com> wrote: > Good evening. I encountered an error opening the latest version of pgadmin

Re: Bug in pgAdmin v6.20

2023-03-06 Thread Akshay Joshi
Hi Edson Could you please log an issue on GitHub ? On Mon, Mar 6, 2023 at 10:51 PM Edson Richter wrote: > I’ve found another little bug in pgAdmin 6.20 regarding search > functionality: > > > > 1 – search object (of type column) > > 2 –

Re: Bug Report: pgAdmin 6.12 doesn't show contents of information_schema and pg_catalog

2022-08-01 Thread Akshay Joshi
Hi Nicolas Can you please log the issue https://redmine.postgresql.org/projects/pgadmin4/issues/new On Mon, Aug 1, 2022 at 5:42 PM Nicolas Dechamps wrote: > Hello! > > > > I noticed that with pgAdmin 6.12, the contents of information_schema and > pg_catalog in the Browser cannot be displayed. C

Re: Bug #6238: pgagent 4.0 : SQL Jobstep code not UTF-8 safe

2021-04-28 Thread Ashesh Vashi
Hi Frank, On Tue, Apr 27, 2021 at 10:42 PM Frank Limpert wrote: > Dear Mr. Vashi, > > I turn to you because you were the last person to deal with the problem > before me, who obviously can change the assignee of that issue. > > I have updated the issue mentioned in the subject in redmine more th

Re: Bug report: pgAdmin takes selected portion of query in Query Editor to run

2020-08-12 Thread Calle Hedberg
Great, thanks! Regards Calle On Thu, 13 Aug 2020 at 06:08, Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Calle, > > The feature is not implemented yet - > https://redmine.postgresql.org/issues/3256. > > On Thu, Aug 13, 2020 at 4:59 AM Calle Hedberg > wrote: > >> Hi >> >> I fi

Re: Bug report: pgAdmin takes selected portion of query in Query Editor to run

2020-08-12 Thread Aditya Toshniwal
Hi Calle, The feature is not implemented yet - https://redmine.postgresql.org/issues/3256. On Thu, Aug 13, 2020 at 4:59 AM Calle Hedberg wrote: > Hi > > I find that a nice feature... But if I may ask a related question that > baffles me: If I paste multiple queries into a window and then run a

Re: Bug report: pgAdmin takes selected portion of query in Query Editor to run

2020-08-12 Thread Calle Hedberg
Hi I find that a nice feature... But if I may ask a related question that baffles me: If I paste multiple queries into a window and then run all of them, they all run BUT the output window only show the last sub-query result. Is there a configuration setting that will concatenate output when run

Re: Bug report: pgAdmin takes selected portion of query in Query Editor to run

2020-08-12 Thread Trung Do
I see, thanks for the explanation. It's a strange feature then, since I accidentally selected part of the query and was so puzzled at the cryptic error message that followed. And having an error is actually the best case scenario. I can see someone doing copy/paste operations to/from this query edi

Re: Bug report: pgAdmin takes selected portion of query in Query Editor to run

2020-08-12 Thread richard coleman
Jack, It's fine as it is once you get used to it. For more involved or complicated queries I use another tool that gives me the option to either: "Run Script", which runs the entire query window "Run Statement", which has the benefit of running the selected text OR (and this is the part I really

Re: Bug report: pgAdmin takes selected portion of query in Query Editor to run

2020-08-12 Thread Jack Royal-Gordon
I don’t know if it’s even a good idea to change that functionality. When I’m working on performance issues, I very well may put a very complicated SQL statement with several sub-selects in the window, and start with just one of the sub-selects to see what it’s performance issues might be. So it’

Re: Bug report: pgAdmin takes selected portion of query in Query Editor to run

2020-08-12 Thread richard coleman
That's not a bug, it's a *feature* !! Seriously though, presently the query window in pgAdmin4 has two options: If nothing is selected -> run the entire window If something is selected -> run just what's selected. That's how it's been since, well as long as I can recall. Unlike some other tools,

Re: BUG IN PGAdmin 4 using AVG function

2019-08-11 Thread Akshay Joshi
Hi James On Mon, Aug 12, 2019 at 11:29 AM Ashesh Vashi wrote: > [Adding pgAdmin-support mailing list, and removing pgsql-bugs mailing > list...] > > Let me forward it to pgAdmin-support group. > > -- > > Thanks & Regards, > > Ashesh Vashi > EnterpriseDB INDIA: Enterprise PostgreSQL Company >

Re: Bug when a column is JSON?

2019-07-25 Thread Dave Page
On Thu, Jul 25, 2019 at 1:24 PM richard coleman wrote: > Dave, > > Sorry about the typo in the previous missive, it *should* have read; > > We've just gotten the 4.*10* release in .deb format. Will we have to > wait until 4.*12* or maybe 4.*14* until we will see 4.*11*? > > > Otherwise, what pla

Re: Bug when a column is JSON?

2019-07-25 Thread richard coleman
Dave, Sorry about the typo in the previous missive, it *should* have read; We've just gotten the 4.*10* release in .deb format. Will we have to wait until 4.*12* or maybe 4.*14* until we will see 4.*11*? Otherwise, what platforms *does* the pgAdmin developers release on? Since it isn't appare

Re: Bug when a column is JSON?

2019-07-25 Thread Dave Page
On Thu, Jul 25, 2019 at 1:11 PM richard coleman wrote: > Fahar, > > We've *just* gotten the 4.*10* release in .deb format. Will we have to > wait until 4.*11* or maybe 4.*13* until we will see 4.10? > Neither Fahar nor the rest of the pgAdmin developers have any part in the production of the De

Re: Bug when a column is JSON?

2019-07-25 Thread richard coleman
Fahar, We've *just* gotten the 4.*10* release in .deb format. Will we have to wait until 4.*11* or maybe 4.*13* until we will see 4.10? Thanks, rik. On Thu, Jul 25, 2019 at 5:37 AM Fahar Abbas wrote: > Hi, > > This fix will be available in 4.11 release today. > > On Thu, Jul 25, 2019 at 2:21

Re: Bug when a column is JSON?

2019-07-25 Thread Michael Monerau
Great thanks! Le jeu. 25 juil. 2019 à 11:37, Fahar Abbas a écrit : > Hi, > > This fix will be available in 4.11 release today. > > On Thu, Jul 25, 2019 at 2:21 PM Michael Monerau > wrote: > >> Hi, >> >> Just ran into this bug when trying to simply list the contents of a table: >> >> [image: ima

Re: Bug when a column is JSON?

2019-07-25 Thread Fahar Abbas
Hi, This fix will be available in 4.11 release today. On Thu, Jul 25, 2019 at 2:21 PM Michael Monerau wrote: > Hi, > > Just ran into this bug when trying to simply list the contents of a table: > > [image: image.png] > > And the DataOutput panel is blank. > > It definitely works on other tables

Re: Bug

2019-06-26 Thread Christoph Berg
Re: To Fahar Abbas 2019-06-25 <20190625100525.ga11...@msg.df7cb.de> > That's https://redmine.postgresql.org/issues/4088 > > The packages use python3, and I haven't yet told the pgadmin4 backup > machinery to do that as well. (At least that's what I think the > problem is, haven't investigated yet.

Re: Bug

2019-06-25 Thread Christoph Berg
Re: Fahar Abbas 2019-06-25 > > I've Installed pgAdmin from APT repository and while others can get it to > > work simply I get an error in the screen attached below whenever I try to > > take a backup or restore from pgAdmin That's https://redmine.postgresql.org/issues/4088 The packages use pyt

Re: Bug

2019-06-25 Thread Fahar Abbas
Adding pgadmin-support@lists.postgresql.org email and Removing pgsql-bugs email. Hi Faran! Can you please share the pgadmin4.log file as well? Kind regards, On Tue, Jun 25, 2019 at 2:47 PM Faran Ali wrote: > Hi, > *pgAdmin: *v4.8 > *OS: *Tried on Ubuntu 19.04/18.10/18.04 > *Server Mode: *Tru

Re: BUG #15831: pgadmin bug: add column and comment failure when you alter table

2019-06-05 Thread Aditya Toshniwal
Hi Smeda, By description do you mean comments ? If that is the case, I'm able to do it. Could you please share screenshots ? > > From: PG Bug reporting form > Date: Mon, Jun 3, 2019 at 2:44 PM > Subject: BUG #15831: pgadmin bug: add column and comment failure when you > alter table > To: > Cc:

Re: Bug CREATE Script

2019-05-09 Thread Akshay Joshi
Hi Mario We have fixed this issue in v4.6. Please upgrade to the latest version 4.6 On Thu, Apr 18, 2019 at 10:42 PM Mario Simoes Filho wrote: > > *Version* > 4.5 > *Copyright* > Copyright (C) 2013 - 2019, The pgAdmin Development Team > *Python Version* > 3.7.2 (tags/v3.7.2:9a3ffc0492, Dec 23 2

Re: Bug report : update / delete impossible when primary key contain %

2019-02-27 Thread Khushboo Vashi
On Wed, Feb 27, 2019 at 6:12 PM Raphaël Martin wrote: > Version : pgAdmin 4 v4.2 (relase) > OS : Windows 7 > Browser : Firefox 65 > > Hello > > I have a table with varchar primary key , when i try to delete a > selected row by using the trash icon in "view/edit data mode" and if > the primary k

Re: BUG: pgAdmin 4 version 4.0

2019-01-11 Thread Khushboo Vashi
On Thu, Jan 10, 2019 at 6:43 PM Stefan Wolf wrote: > OS: Windows 10 > > > > BUG in “Open-File”-Dialog: Network-Drives not listet anymore. > > > > In Version 3.6 it is/was ok. > > > Please report this issue @ https://redmine.postgresql.org/projects/pgadmin4 Please attach screen-shot for the same.

Re: BUG: Can't establish SSH tunnel with 3.6

2019-01-06 Thread Akshay Joshi
Hi SleepProgger I have tested it with Python 3.7 on Ubuntu 18.04 and issue is not reproducible. I have used password authentication to create the SSH Tunnel. On Fri, Jan 4, 2019 at 12:26 AM SleepProgger wrote: > Since updating to pgAdmin4 3.6 i can't use the SSH tunnel feature anymore. > > As

Re: BUG: Can't establish SSH tunnel with 3.6

2019-01-04 Thread Akshay Joshi
On Fri, Jan 4, 2019 at 2:43 PM Dave Page wrote: > Akshay; please test this ASAP as some of our packages use Python 3.7 > (which is fully supported). > Sure. > > Thanks. > > On Fri, Jan 4, 2019 at 6:01 AM Akshay Joshi > wrote: > >> Hi SleepProgger >> >> We haven't tested this with Python 3.7

Re: BUG: Can't establish SSH tunnel with 3.6

2019-01-04 Thread Dave Page
Akshay; please test this ASAP as some of our packages use Python 3.7 (which is fully supported). Thanks. On Fri, Jan 4, 2019 at 6:01 AM Akshay Joshi wrote: > Hi SleepProgger > > We haven't tested this with Python 3.7. Can you please log an RM > https://redmine.postgresql.org. Please specify the

Re: BUG: Can't establish SSH tunnel with 3.6

2019-01-03 Thread Akshay Joshi
Hi SleepProgger We haven't tested this with Python 3.7. Can you please log an RM https://redmine.postgresql.org. Please specify the Python version. On Fri, Jan 4, 2019 at 12:26 AM SleepProgger wrote: > Since updating to pgAdmin4 3.6 i can't use the SSH tunnel feature anymore. > > As soon as i p

Re: BUG: Maintenance feature broken ?

2018-11-11 Thread Khushboo Vashi
Hi, Please log this issue @ https://redmine.postgresql.org/projects/pgadmin4/issues with proper details. Thanks, Khushboo On Thu, Nov 8, 2018 at 10:49 PM SleepProgger wrote: > This happens for me regardless of settings/tables used, so its a bit > hard to create sample data for this. > > Thus a

Re: BUG: Maintenance feature broken ?

2018-11-08 Thread SleepProgger
This happens for me regardless of settings/tables used, so its a bit hard to create sample data for this. Thus a bit more detailed: - Right click on a table - Select maintenance - Click "Ok" On my system that opens a popup with the text: "Maintenance job creation failed." And IMHO that a

Re: [Bug report] JSON(B) field display not preserving order of object keys

2018-09-07 Thread Khushboo Vashi
On Fri, Sep 7, 2018 at 2:00 PM, Bern Ochoa wrote: > When displaying the data of JSON(B)-typed columns on the Data Output tab, > if the data contains an object, the native order of the keys is not > preserved. > > As a Python developer myself, I strongly suspect this is because the > database data

Re: ? bug pg 9.6

2017-08-25 Thread Thom Brown
On 25 August 2017 at 13:19, alain bourgeois wrote: > But t1 is not in the select list... (and this doesn't work in oracle nor > mariadb)... It is "strange" but not blocking. You can refer to the whole table like you would with columns in a query, so it's valid. For example: SELECT tablename FRO

Re: ? bug pg 9.6

2017-08-25 Thread Dave Page
mission is > strictly prohibited and may be unlawful. If you receive this message in > error, please contact the sender and delete the material from any computer. > > > > > From:Dave Page > To:alain bourgeois > Cc: pgadmi

Re: ? bug pg 9.6

2017-08-25 Thread alain bourgeois
nder and delete the material from any computer. From: Dave Page To: alain bourgeois Cc: pgadmin-support@lists.postgresql.org Date: 25-08-17 14:10 Subject: Re: ? bug pg 9.6 On Fri, Aug 25, 2017 at 1:00 PM, alain bourgeois < a.bourge...@zetescards.be> wrote: Table t

Re: ? bug pg 9.6

2017-08-25 Thread Dave Page
On Fri, Aug 25, 2017 at 1:00 PM, alain bourgeois wrote: > Table t1 (id int). > > Using pg admin: > > select id from t1 order by *t1* > > => I expected an error, but it works??? As it does in psql: postgres=# create table t1(id int); CREATE TABLE postgres=# select id from t1 order by t1; i

Re: [Bug] Enpoints have wrong paths when behind proxy

2017-08-17 Thread Ashesh Vashi
heshvashi* <http://www.linkedin.com/in/asheshvashi> > > > Thanks > > > > Mike > > > > *From:* Ashesh Vashi [mailto:ashesh.va...@enterprisedb.com] > *Sent:* 25 July 2017 11:12 > *To:* Florian Loeffler > *Cc:* pgadmin-support@lists.postgresql.org &g

Re: [Bug] Enpoints have wrong paths when behind proxy

2017-08-17 Thread Florian Loeffler
Surcouf: Will this be fixed in an updated 1.6 or 1.7 Thanks Mike *From:*Ashesh Vashi [mailto:ashesh.va...@enterprisedb.com] *Sent:* 25 July 2017 11:12 *To:* Florian Loeffler *Cc:* pgadmin-support@lists.postgresql.org *Subject:* Re: [Bug] Enpoints have wrong paths when behind proxy On Tue, Jul 25

RE: [Bug] Enpoints have wrong paths when behind proxy

2017-08-17 Thread Mike Surcouf
Will this be fixed in an updated 1.6 or 1.7 Thanks Mike From: Ashesh Vashi [mailto:ashesh.va...@enterprisedb.com] Sent: 25 July 2017 11:12 To: Florian Loeffler Cc: pgadmin-support@lists.postgresql.org Subject: Re: [Bug] Enpoints have wrong paths when behind proxy On Tue, Jul 25, 2017 at 3:37

Re: [Bug] Enpoints have wrong paths when behind proxy

2017-07-25 Thread Ashesh Vashi
On Tue, Jul 25, 2017 at 3:37 PM, Florian Loeffler wrote: > Hi list, > > a bug to report, involving wrong paths generated for some resources when > pgadmin4 is running behind a proxy and under a another context path than > "/". > This leads to a non functional UI. > > Version: pgadmin4-1.6-py2.py3

Re: Bug: pldebugger compilation error "error: expected expression before ‘uint64’" after commit on 13 July, 2017

2017-07-13 Thread Taylor Brown
Thanks for the quick resolution! On Thu, Jul 13, 2017 at 11:44 AM, Ashesh Vashi < ashesh.va...@enterprisedb.com> wrote: > On Thu, Jul 13, 2017 at 9:52 PM, Ashesh Vashi < > ashesh.va...@enterprisedb.com> wrote: > >> What's the operating system? >> >> On Jul 13, 2017 21:40, "Taylor Brown" wrote: >

Re: Bug: pldebugger compilation error "error: expected expression before ‘uint64’" after commit on 13 July, 2017

2017-07-13 Thread Ashesh Vashi
On Thu, Jul 13, 2017 at 9:52 PM, Ashesh Vashi wrote: > What's the operating system? > > On Jul 13, 2017 21:40, "Taylor Brown" wrote: > >> pldebugger's readme said that I should file bugs here. If I'm in the >> wrong place, just let me know where to direct this report. >> >> >> This commit was ch

Re: Bug: pldebugger compilation error "error: expected expression before ‘uint64’" after commit on 13 July, 2017

2017-07-13 Thread Ashesh Vashi
What's the operating system? On Jul 13, 2017 21:40, "Taylor Brown" wrote: > pldebugger's readme said that I should file bugs here. If I'm in the wrong > place, just let me know where to direct this report. > > > This commit was checked in earlier today, and appears to have broken > compilation f