Re: Browser Display issue

2021-12-14 Thread Khushboo Vashi
Hi, This issue is already logged. Ref: https://redmine.postgresql.org/issues/6962 The fix has been sent to the upstream, when the pull request will be accepted, we will merge the fix in pgAdmin. Thanks, Khushboo On Tue, Dec 14, 2021 at 12:58 PM Didier Gasser-Morlay wrote: > Hello all - First

Re: Deprecating plans for PGPASSWORD environment variable as insecure

2021-12-27 Thread Khushboo Vashi
Hi, This group is for pgAdmin4 related queries, you can send the postgres related queries to *pgsql-gene...@postgresql.org * Thanks, Khushboo On Mon, Dec 27, 2021 at 2:07 PM Alexey Murz Korepov wrote: > MySQL in version have deprecated the `MYSQL_PWD` environment variable, > because they consi

Re: pgAdmin support for Kerberos on AWS Cloud DB ?

2022-01-03 Thread Khushboo Vashi
Hi Börje, [Looping pgAdmin support] On Mon, Jan 3, 2022 at 7:46 PM Börje Johansson < borje.johansso...@wirelesscar.com> wrote: > Hi Khushboo > > > > My name is Börje and working at WirelessCar in Sweden. > > I’m working with Databases and Postgres a lot. > > I read your description of Kerber

Re: F2

2022-01-16 Thread Khushboo Vashi
Hi, Please log the issue at https://redmine.postgresql.org/projects/pgadmin4 . Thanks, Khushboo On Sat, Jan 15, 2022 at 7:27 AM Richard Greenwood < richard.greenw...@gmail.com> wrote: > Out of habit, I sometimes hit F2 (the rename key in many programs) when > I'm renaming database objects. This

Re: Kerberos code evaluation

2022-01-18 Thread Khushboo Vashi
Thanks Peter, we will look into it. -- Khushboo On Tue, Jan 18, 2022 at 4:30 AM Peter wrote: > > Folks, > > I am looking at change 72f3730c34ed8f741dfee880551c30632dfec263 > > > --- a/web/pgadmin/utils/driver/psycopg2/connection.py > +++ b/web/pgadmin/utils/driver/psycopg2/connection.py > @@

Re: PGAdmin - psql tool issue

2022-01-20 Thread Khushboo Vashi
On Fri, Jan 21, 2022 at 9:17 AM ryaz aws wrote: > > Hi Team, > > I installed the pgadmin web version and enabled the psql tool - > ENABLE_PSQL=True. > However the psql tool does not show a prompt to execute commands, it just > has a cursor that blinks on a blank page, attached the screenshot. > >

Re: PGAdmin - psql tool issue

2022-01-23 Thread Khushboo Vashi
/socket.io/>*>* *RewriteEngine on* *RewriteRule "/**socket.io* <http://socket.io/>*" "/pgadmin4/* *socket.io/* <http://socket.io/>*"* ** Thanks, Khushboo On Fri, Jan 21, 2022 at 7:59 PM ryaz aws wrote: > > This is installed on RHEL 7. > > On

Re: Programmatic access to the SQL tab of pgadmin

2022-02-21 Thread Khushboo Vashi
Hi, On Mon, Feb 21, 2022 at 8:15 PM Thomas Kaliakos wrote: > > Hi all, > > TL;DR; Can I run pgadmin locally without the CSRF token check? > No possible way to bypass CSRF token currently. > Longer version: > I would like to retrieve the output of the SQL tab in pgadmin for various > resources (

Re: Increase session timeout in Docker distro

2022-02-24 Thread Khushboo Vashi
Hi, On Thu, Feb 24, 2022 at 5:38 PM Edson Richter wrote: > Hi! > > > > I’m using Docker pgAdmin distro. It works really well. Thanks! > > I would like to increase the session timeout to something like 24 hours. > Is that possible? > > Can I pass any environment variable in Docker command line? >

Re: OAuth2 - Share server including username/password

2022-03-20 Thread Khushboo Vashi
Hi Pierre, On Fri, Mar 18, 2022 at 3:54 AM Pierre Beck wrote: > Hello, > > I would like to share servers to all users connecting through OAuth2, > including username and password. Usecase is to give access to Databases for > users of a company. It's a Dev database, credentials are shared but we

Re: pgadmin4 fails to start after upgrade

2022-03-24 Thread Khushboo Vashi
Hi, This is due to Jinja2's yesterday release (v.3.1.0). As a work around, please downgrade the Jinja2 to resolve this issue. $ pip uninstall jinja2 $ pip install jinja2==3.0.3 Thanks, Khushboo On Fri, Mar 25, 2022 at 2:51 AM David Bear wrote: > I have been running pgadmin for in a virtual e

Re: firefox error when proxied through nginx

2022-04-13 Thread Khushboo Vashi
Hi David, On Thu, Apr 14, 2022 at 4:40 AM David Bear wrote: > I am running pgadmin4 in back of nginx. I've following the instructions on > setting up nginx as a reverse proxy. I can successfully log in. I can even > create pgadmin4 users. However, when I click on the "Play SQL" icon so that > I

Re: OAUTH2 Problem with AzureAD

2022-04-20 Thread Khushboo Vashi
Hi, On Tue, Apr 19, 2022 at 11:30 PM Asmita Thapliyal < asmita.thapli...@gmail.com> wrote: > Hello! > > I have configured OAUTH2 with azure ad with below config > > 'OAUTH2_NAME': "azure", > > # The display name, ex: Google > > 'OAUTH2_DISPLAY_NAME': 'MS Azure', > >

Re: Warning treated as failure: pg_restore: warning: errors ignored on restore: 2

2022-07-22 Thread Khushboo Vashi
Hello, Please log this issue @ https://redmine.postgresql.org/projects/pgadmin4/issues with sample data, so we can reproduce this issue at our end. Thanks, Khushboo On Thu, Jul 21, 2022 at 9:41 PM Richard Brockie wrote: > Hi, > > I'm using 6.11 and a pg_restore warning is being treated as a fa

Re: Autofocus on master password field

2022-08-21 Thread Khushboo Vashi
Hello, On Sun, Aug 21, 2022 at 2:42 AM Ray O'Donnell wrote: > Hi all, > > A small niggle which would be very nice, if 'twere possible to do > When pgAdmin starts up and the master-password dialog pops up, it would > be very nice indeed if focus were already on the password input, rather > th

Re: Config on centos7 apache in subdir

2022-08-21 Thread Khushboo Vashi
On Fri, Aug 19, 2022 at 1:38 PM bw wrote: > Dear all, > > I am trying to configure pgadmin4 in a subdir on an old server centos7 > with Apache 2.4.6 > Pgadmin4 is running in a virtual environment and installed via pip in it. > I would like to use mod_proxy but I keep having problems with static l

Re: Install pgadmin on red hat 9

2022-10-10 Thread Khushboo Vashi
On Tue, Oct 11, 2022 at 3:35 AM Sergio Menoyo wrote: > Goog afternoon. > > I would like to install pgadmin 6.14 on red hat 9 but I don´t get > documentation about the installation from source code... do you have the > commands what I need for it? > > https://github.com/pgadmin-org/pgadmin4, here

Re: pgadmin kerberos auth propblem - Delegated credentials not supplied.

2023-01-03 Thread Khushboo Vashi
Hi, As you are using AD, there are 2 things you need to check. 1. Configure the AD server in a way that the UPN associated with HTTP should be able to delegate the tickets to the client. 2. Your browser should be able to support the kerberos ticket negotiation and delegation. Reference: https://

Re: pgadmin kerberos auth propblem - Delegated credentials not supplied.

2023-01-08 Thread Khushboo Vashi
; return self._acceptor_step(token=token or b"") > > File "/venv/lib/python3.10/site-packages/gssapi/sec_contexts.py", line > 590, in _acceptor_step > > res = rsec_contexts.accept_sec_context(token, self._creds, > > File "gssapi/raw/sec_contexts.pyx",

Re: pgadmin kerberos auth propblem - Delegated credentials not supplied.

2023-01-09 Thread Khushboo Vashi
2ddea2d866d2e792cd125ff1784aa646bb0035ebd2c5fedf7282c7c384) > > > > C:\Users\Admin> > > > > Do you have any another advice how to find out where is the problem? > This is something to do with the keytab file. Can you try applying all the encryptions (-crypto all) while cr

Re: pgadmin kerberos auth propblem - Delegated credentials not supplied.

2023-01-09 Thread Khushboo Vashi
e "/venv/lib/python3.10/site-packages/gssapi/sec_contexts.py", line > 582, in step > > return self._acceptor_step(token=token or b"") > > File "/venv/lib/python3.10/site-packages/gssapi/sec_contexts.py", line > 590, in _acceptor_step > > res = rsec_contexts.accept_sec_co

Re: LDAP issue

2023-03-15 Thread Khushboo Vashi
On Thu, Mar 16, 2023 at 2:43 AM Yogeshwaran Ramasamy < yogeshwaran.ramas...@amexgbt.com> wrote: > Hi Team, > > > > We are using pgadmin tool. When we try to configure the LDAP it’s unable > to connect in postgresql DB. > > > pgAdmin supports user logins through LDAP not the database connections. I

Re: request for guidance in PGadmin Project

2023-03-19 Thread Khushboo Vashi
Hi, On Sat, Mar 18, 2023 at 2:38 PM shaffaq pirzada wrote: > Dear Khushboo, > > > > It shafaq naz from Pakistan I am new in python and my assignment is to > understand pgadmin tool and run its source code from GitHub and run in > virtual environment > > > > Please guide me bcoz I am facing some

Re: request for guidance in PGadmin Project

2023-03-29 Thread Khushboo Vashi
/go.microsoft.com/fwlink/?LinkId=550986> for > Windows > > > > *From: *Khushboo Vashi > *Sent: *Monday, March 20, 2023 10:33 AM > *To: *shaffaq pirzada > *Cc: *pgAdmin Support > *Subject: *Re: request for guidance in PGadmin Project > > > > Hi, > > > &g

Re: pgadmin hangs with "waiting for lock" after exception

2023-03-29 Thread Khushboo Vashi
On Tue, Mar 28, 2023 at 6:21 PM Rettstadt, Tobias < ext.tobias.rettst...@nordlb.de> wrote: > Hi, > > > > we are using pgadmin 6.20 with a PostgreSQL database for the user settings > and Azure AD login via OIDC. We are running pgadmin in Kubernetes using the > official docker image with the followi

Re: Configure pgAdmin for OAuth 2.0

2023-04-25 Thread Khushboo Vashi
Hi, The configurations are only set correctly if you see the Oauth2 login button. Could you provide your config_local.py file and a ConfigMap yaml file, so we can check whether the settings are correctly set? Thanks, Khushboo On Wed, Apr 26, 2023 at 1:29 AM Suntharavadivu SManiyam < sundaravad..

Re: pgAdmin4 v6.21 on RHEL7.9 with FIPS enabled

2023-05-28 Thread Khushboo Vashi
Hi, On Fri, May 26, 2023 at 8:47 PM Daxu Yin wrote: > Hi, > > I am new to this list, please forgive me if I am submitting the following > to the wrong place. > > We've just installed pgAdmin4 web mode on RHEL7.9. > Once we started the httpd service, we couldn't login the system, the > webpage sp

Re: no server connected, again

2023-06-06 Thread Khushboo Vashi
On Tue, Jun 6, 2023 at 5:22 PM jh276 wrote: > Hi, > > > it seems that my issues with pgadmin are not solved. I will try to give > a short but suitable description what I have done and what to issue is > > Which version of pgAdmin installed? > > 1) Kubunti 23.04 freshly installed > > 2) pgadmin r

Re: pgAdmin on Big sur

2023-06-18 Thread Khushboo Vashi
Hi, On Sun, Jun 18, 2023 at 7:17 PM Gerd Wilmer wrote: > Hi > > I am new to PostGreSQL > > Your documentation says > > pgAdmin 4 v4.x on macOS BigSur > We do not support pgAdmin 4 v4.x any more. Please install the latest version of pgAdmin. Ref: https://www.pgadmin.org/download/pgadmin-4-macos/

Re: pgadmin4 closing suddenly

2023-07-31 Thread Khushboo Vashi
On Mon, Jul 31, 2023 at 1:46 PM Sebastian Linetzky < sebastianlinetz...@gmail.com> wrote: > Hello, hope this email finds you well. > I'm writing because I just installed pgadmin 4 on my Mac M1 version 12.0.1 > and was using it without problem... until I closed it. After that, when I > immediately

Re: EDB installer still includes 7.4 and is broken

2023-08-01 Thread Khushboo Vashi
On Mon, Jul 31, 2023 at 1:45 PM Anthony DeBarros wrote: > Hi, > > Does anyone on the EDB pgAdmin or PostgreSQL teams have a timetable for > when the Windows installer will include pgAdmin 4 7.5 and also fix the > issue where pgAdmin won't launch? > Updates for the PG 14 and 15 Windows installers

Re: pgadmin4 7.6 on RHEL 8.8 receives "Internal Server Error"

2023-09-06 Thread Khushboo Vashi
Hi, On Wed, Sep 6, 2023 at 11:01 PM Daxu Yin wrote: > Hi Yogesh, > > Thanks a lot for promptly following this up. > > I kind of "fix" or bypassed the problem by examining the > /var/log/httpd/error_log, > > 1. The error log suggested something wrong with the libpq package. The > RHEL 8 instance

Re: PGAdmin 4

2023-10-02 Thread Khushboo Vashi
Hi, On Sun, Oct 1, 2023 at 10:59 PM Airi wrote: > Hi > > I recently downloaded PostgreSQL 16 on my Mac but cannot access pgAdmin 4. > Each time I click on the application, it opens and produces a waiting page > stating “waiting for pgAdmin 4 to start” then the page closes and the > program doesn

Re: Hey pgadmin i'm having issues reinstalling pgadmin4

2023-10-22 Thread Khushboo Vashi
On Sun, Oct 22, 2023 at 8:28 PM Ali wrote: > Hey pgadmin team > > I'm having major issues trying to run my pgadmin application, i had it up > and running a couple of days ago but i was advised to close the application > due to a bug being on my display although now pgadmin won't load and keeps >

Re: Run multiple sessions with same user on Pg Admin 4.

2023-10-29 Thread Khushboo Vashi
On Mon, Oct 30, 2023 at 2:30 AM Iannella, Leonardo < leonardo.ianne...@accenture.com> wrote: > Hello, > > > > I kindly ask your help. > > We are experiencing an issue with Pg Admin 4 version 6.9. > > We would like to open multiple windows of Pg Admin 4 with the same user, > but we are unable to do

Re: pgadmin for ubuntu 23.10 (mantic)

2023-11-05 Thread Khushboo Vashi
On Mon, Nov 6, 2023 at 8:38 AM Sanjay Minni wrote: > Hi, > Any visibility when v7.9 will be released. > 23rd November. > I have loaded Ubuntu Mantic and am now stuck. > Thanks > > On Fri, Oct 27, 2023 at 11:33 PM Dave Page wrote: > >> >> >> >> On Fri, 27 Oct 2023 at 19:01, Sanjay Minni >> wrot

Re: pgAdmin4 web ldap authtification

2023-11-05 Thread Khushboo Vashi
On Sat, Nov 4, 2023 at 2:06 AM Stefan Harbich wrote: > Hello, my dears, > > i can't get the LDAP login user to pgAdmin on the website. In Docker > Bash, I created the file config_local.py with the following content in > the “/var/lib/pgadmin” directory. > ... > AUTHENTICATION_SOURCES = ['ldap','i

Re: Why do I need PGADMIN_DEFAULT_EMAIL for ldap?

2023-11-05 Thread Khushboo Vashi
On Fri, Nov 3, 2023 at 7:23 PM wrote: > Hi there > > > > I would like to just use ldap and set the username and then validate the > username against ldap (sAMAccountName). > > > > Because I have to set PGADMIN_DEFAULT_EMAIL (and it must be a valid email) > that is also used to set the username, t

Re: pgAdmin4 web ldap authtification

2023-11-06 Thread Khushboo Vashi
> raise NotImplementedError( > NotImplementedError: pgadmin.authenticate.AuthSourceRegistry 'l' has not > been implemented. > ... > What else can I do? > > Please send your config_local.py settings, so I can have a look. > Greetings from Stefan > > Am Montag, dem 0

Re: PgAdmin4 setup.py not working

2024-02-01 Thread Khushboo Vashi
Hi, On Thu, Feb 1, 2024 at 1:38 PM Shakir Idrisi wrote: > Hi, > > I have tried to install pgadmin4 on my Linux server using Server > Deployment using blow guide > https://www.pgadmin.org/docs/pgadmin4/8.2/server_deployment.html > Documentation update is required here. > > > when I run python

Re: PGAdmin - Is there way to I can close the the actual section of the Tree?

2024-02-13 Thread Khushboo Vashi
On Tue, Feb 13, 2024 at 3:29 PM Durumdara wrote: > Hello! > > We have many-many databases on a server. > > When I open more schemas for searching a table, it is very disturbing that > I can't close (unexpand) the whole node with one click. > > For example I'm in table T, and 1300 other tables bef

Re: Filter which databases to view in server tree view

2024-03-10 Thread Khushboo Vashi
On Mon, Mar 11, 2024 at 3:09 AM microsys.gr microsys.gr < microsys...@gmail.com> wrote: > Hi, is any way to filter which databases to view in a connected server in > the tree view ? > > I connect to a server with thousands of databases, but I only permit to > connect to only one. > Do I have to sc

Re: Exception trying to install pgadmin4 version 8.4

2024-03-10 Thread Khushboo Vashi
On Sun, Mar 10, 2024 at 7:06 PM Shaheed Haque wrote: > OK, it looks as though this problem occurs newly in flask-migrate 4.0.6. > It looks as though the changes here: > > > https://github.com/miguelgrinberg/Flask-Migrate/commit/6f3f889c36030134f87dc1db327c2385d873a4d6 > > introduce some new behav

Re: pgAdmin 4 server could not be contacked

2024-03-24 Thread Khushboo Vashi
Hi, On Sun, Mar 24, 2024 at 4:05 AM Dachao Liu wrote: > Hi, > > When I tried to launch pgAdmin 4, I gave Fata Error: the application > server could not be contacted. > > How to solve the problem? > > Please provide logs, OS details, screenshot of the error dialog, basically more details, so we

Re: pgAdmin 4 v8.5 Released

2024-04-23 Thread Khushboo Vashi
Hi, On Wed, Apr 24, 2024 at 1:23 AM Calle Hedberg wrote: > Hi, > I have noticed that 4.8.5 no longer keep query tabs active. Previously I > could have 10-15 tabs open and re-run the scripts in each as many times as > I wanted over hours and days - now I find that most tabs get deactivated > (the

Re: Cannot Connect to server with SSLmode set to required.

2024-06-17 Thread Khushboo Vashi
On Mon, Jun 17, 2024 at 1:03 PM Surya Widyanto wrote: > Hi Support Team, > > We had PostgreSQL server PostgreSQL 14.12 on x86_64-pc-linux-gnu, compiled > by gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22), 64-bit that runs with SSL > Mode connection activated and we are enforcing ssl connection on it

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: Forgotten Password

2024-08-04 Thread Khushboo Vashi
Hi, On Fri, Aug 2, 2024 at 4:50 PM Benjamin Lund wrote: > Hi there, > > I have recently created an account on pgAdmin 4 as part of a university > course. After making a server with this account and password, I then went > to reopen this server a few days later only to realise I needed my passwo

Re: Broken Table Views with Firefox in version 8.11

2024-08-29 Thread Khushboo Vashi
On Fri, Aug 30, 2024 at 11:39 AM Rybicki, Dr. Marcus wrote: > Hello, > > > > since the upgrade from pgadmin4 8.10 to 8.11 we got an issue with the > display of result tables. We are using pgadmin from the package repository > of ubuntu20.04 LTS in server mode with apache as webserver. The display

Re: pgAdmin 4 v1.6 Released!

2017-07-14 Thread Khushboo Vashi
On Fri, Jul 14, 2017 at 12:23 PM, Pawel Hadam wrote: > Hi, > > I have also installed "pgadmin4-1.6-x86.exe" on Windows 10 PRO (AMD > FX, 6 cores, 16 GB RAM, SSD) and tried to run it. After 1min 58 sec I > got a message saying "The application server could not be contacted". > > pgAdmin 4 v 1.5 wa

Re: pgAdmin 4 v1.6 Released!

2017-07-14 Thread Khushboo Vashi
On Fri, Jul 14, 2017 at 1:55 PM, Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > > On Fri, Jul 14, 2017 at 12:23 PM, Pawel Hadam wrote: > >> Hi, >> >> I have also installed "pgadmin4-1.6-x86.exe" on Windows 10 PRO (AMD >> FX, 6 cores, 1

Re: pgAdmin 4 v1.6 Released!

2017-07-14 Thread Khushboo Vashi
On Fri, Jul 14, 2017 at 4:18 PM, Raymond O'Donnell wrote: > Hi all, > > I'm trying to install pgAdmin4 in server mode on my laptop (Debian > Jessie), and I've got as far as: > >python setup.py > > I don't have a python environment set up, so I'm apt-getting my way > through various unmet depe

Re: [pgadmin-support] postgis geometry type not displayed correctly

2017-07-17 Thread Khushboo Vashi
sql.org/issues/2324 > Thanks, > Rich > > > On Tue, May 30, 2017 at 11:57 PM, Khushboo Vashi < > khushboo.va...@enterprisedb.com> wrote: > >> >> On Tue, May 30, 2017 at 8:51 PM, Dave Page wrote: >> >>> Khushboo, can you look into this please (and

Re: Cant browse servers after update to pgadmin 1.6 (server version)

2017-07-19 Thread Khushboo Vashi
On Wed, Jul 19, 2017 at 6:10 PM, Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > Okay, I think this is a bug with 1.6. > > Found similar issue: https://redmine.postgresql.org/issues/2563 > > So, as per this RM information, you can change the WSGIScriptAlias from */pgadmin4* to */*

Re: error loading script after updating to 1.6

2017-07-31 Thread Khushboo Vashi
Hi Derek, 1. Please provide the screenshot of the developer tool of Chrome. Right click on the browser page > select Inspect Element > select Console tab 2. Provide the pgAdmin 4 log file (Ubuntu: /home/username/.pgadmin/pgadmin4.log) Thanks, Khushboo On Mon, Jul 31, 2017 at 10:00 PM, De

Re: Set Global Value

2017-09-21 Thread Khushboo Vashi
Hi, On Thu, Sep 21, 2017 at 9:03 PM, Silvera, Ignacio wrote: > Hi! How are you? I'm new on pgAdmin4. > > I need to set the refresh of Dashboards globally to all users. We need to > set all the variables (I/O statistics, sessions statistics, etc) on 60 > seconds to all users permamnent, and do no

Re: pgAdmin4 2.0, schema "Aggregates"

2017-11-05 Thread Khushboo Vashi
On Sat, Nov 4, 2017 at 1:10 AM, Cherio wrote: > After switching from desktop version 3 to the latest 4 2.0 I noticed that > "Aggregates" node is missing from schemas. It is also missing in > "Preferences"->"Browser"->"Nodes". I am not sure if this is a bug or an > issue with my local environment

Re: 500 Internal Server Error

2017-11-30 Thread Khushboo Vashi
On 30 Nov 2017 12:56, "Durumdara" wrote: Dear Ben! What is the solution of this problem? I don't have account there. :-( This issue (#2806) has been fixed and will be available in the next release. Thank you! BW dd 2017-11-22 21:29 GMT+01:00 Ben Nachtrieb : > Never mind. Found the bug #: B

Re: PGAdmin4 Not closing connections

2017-12-06 Thread Khushboo Vashi
On Wed, Dec 6, 2017 at 5:04 PM, Silvera, Ignacio wrote: > Hi! How are you? We are having the following issue. Actually we have > installed PGAdmin4 Server version, and all my mates, go through the web > browser. Sometimes, when people close the PGAdmin4 webpage, the connections > to the database

Re: Enums printout - possible bug

2017-12-08 Thread Khushboo Vashi
On Sat, Dec 9, 2017 at 11:50 AM, Harshal Dhumal < harshal.dhu...@enterprisedb.com> wrote: > > On Sat, Dec 9, 2017 at 11:30 AM, Dave Page wrote: > >> Hi >> >> Yeah, that one is in my list to work on. Have you specifically tested it >> with enum types (not enum[])? >> > > Yes. > @Harshal, Can you

Re: pgAdmin 4 + python wheel + kerberos

2017-12-12 Thread Khushboo Vashi
On Wed, Dec 13, 2017 at 3:05 AM, Duffey, Blake wrote: > Will pgAdmin 4 as a python wheel application support Kerberos > authentication? > > > > We are evaluating running pgAdmin 4 as a web service (vs a Windows > application) in a shared Citrix environment. Kerberos auth would make > this use c

Re: color preferences missing in settings

2018-01-07 Thread Khushboo Vashi
On Mon, Jan 8, 2018 at 11:20 AM, Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > Where do you see that? > > I don't fine any reference in pgAdmin4 code repo. > murtuza@debian:~/projects/pgadmin4/docs$ grep -nr 'Use the Preferences' * > murtuza@debian:~/projects/pgadmin4/docs$ grep

Re: color preferences missing in settings

2018-01-08 Thread Khushboo Vashi
On Mon, Jan 8, 2018 at 1:54 AM, Matthias Wirtz wrote: > Hello, > > in the docu it says: > > “Use the Preferences dialog to customize the content and colors of the > pgAdmin display. To open the Preferences dialog, select Preferences from > the File menu.” > > But in the preferences dialog I can’t

Re: color preferences missing in settings

2018-01-08 Thread Khushboo Vashi
On Mon, Jan 8, 2018 at 3:00 PM, Dave Page wrote: > > > On Mon, Jan 8, 2018 at 9:24 AM, Khushboo Vashi < > khushboo.va...@enterprisedb.com> wrote: > >> >> >> On Mon, Jan 8, 2018 at 1:54 AM, Matthias Wirtz >> wrote: >> >>> Hello, >>

Re: color preferences missing in settings

2018-01-08 Thread Khushboo Vashi
On Mon, Jan 8, 2018 at 3:09 PM, Dave Page wrote: > > > On Mon, Jan 8, 2018 at 9:37 AM, Khushboo Vashi < > khushboo.va...@enterprisedb.com> wrote: > >> >> >> On Mon, Jan 8, 2018 at 3:00 PM, Dave Page wrote: >> >>> >>> >&

Re: PgAdmin4.2.1 - ERROR: invalid byte sequence for encoding "UTF8": 0x00

2018-01-17 Thread Khushboo Vashi
Hi, Please log your bug at https://redmine.postgresql.org/projects/pgadmin4 Also, provide the steps to reproduce the issue with some test data. Thanks, Khushboo On Wed, Jan 17, 2018 at 11:55 AM, Pierre Wante wrote: > Bonjour, > > > > J’ai installé PgAdmin 4.2.1 sur mon P.C (Windows 7 64 Bits

Re: Support for colouring connections in the treeview...but not in web app version?

2018-01-17 Thread Khushboo Vashi
On Thu, Jan 18, 2018 at 2:55 AM, Simon Casley wrote: > Hi, > > > > I was very excited to see this functionality in v2.1, but disappointed > that it’s not in the python web application version. Is this something > that’s planned for the future? > > > It is available in the web application version

Re: "Fetching all records..."

2018-01-18 Thread Khushboo Vashi
Hi, Please log your bug at https://redmine.postgresql.org/projects/pgadmin4 Provide pgAdmin 4 version and screen shot of the bug , to understand the issue easily. Thanks, Khushboo On Thu, Jan 18, 2018 at 8:44 PM, microsys.gr microsys.gr < microsys...@gmail.com> wrote: > OS Windows 10 64-bit >

Re: No module named 'logging'

2018-01-22 Thread Khushboo Vashi
Hi, Please provide below details: 1. pgAdmin 4 version 2. Steps you followed to install pgAdmin 4 3. pgadmin4.log file (Please empty this file and then reproduce the error) Thanks, Khushboo On Mon, Jan 22, 2018 at 12:43 PM, Johann Spies wrote: > I am (again) trying out pgadmin4 on Debian. > >

Re: No module named 'logging'

2018-01-22 Thread Khushboo Vashi
Please keep the pgAdmin group in the loop. On Mon, Jan 22, 2018 at 3:54 PM, Johann Spies wrote: > On Mon, Jan 22, 2018 at 02:15:08PM +0530, Khushboo Vashi wrote: > > Hi, > > > > Please provide below details: > > > > 1. pgAdmin 4 version > > 4-2.1 > >

Re: Table Properties... > [Columns tab] very slow

2018-01-23 Thread Khushboo Vashi
Hi, Please log your bug at https://redmine.postgresql.org/projects/pgadmin4 Thanks, Khushboo On Tue, Jan 23, 2018 at 7:10 PM, microsys.gr microsys.gr < microsys...@gmail.com> wrote: > Version 2.1 > Python Version 2.7.13 (v2.7.13:a06454b1afa1, Dec 17 2016, 20:42:59) > Flask Version 0.12.2 > Appl

Re: Select, Update, and Insert script generation fails to load

2018-01-29 Thread Khushboo Vashi
Hi, Please provide below details: 1. Screen-shot for the same 2. pgAdmin logs, please refer https://www.pgadmin.org/faq/#8 to enable logging 3. Is this issue reproducible with some particular scenario? Thanks, Khushboo On Tue, Jan 30, 2018 at 2:39 AM, Michael Rasmussen wrote: > *Version* > >

Re: pgAdmin questions

2018-02-04 Thread Khushboo Vashi
On Sun, Feb 4, 2018 at 2:54 AM, bob gailer wrote: > When creating a function(e.g.)I notice that the properties window always > opens to a preset size rather than remembering what I changed it to. Could > it be made to remember? There is not a lot of room to write code and I find > I am constantly

Re: pgAdmin4 Bug Report

2018-02-12 Thread Khushboo Vashi
Hi Nicolas, Logged the bug. You can track through https://redmine.postgresql.org/issues/3105 Thanks, Khushboo On Mon, Feb 12, 2018 at 2:46 PM, Nicolas Dechamps wrote: > Hi! > > I registered an account and signed up for this mailing list just to report > this bug, so here is goes: > > pgAdmin4

Re: PGAdmin4 2.1 OSX Query Tool - messages delayed by one execution

2018-02-22 Thread Khushboo Vashi
Hi, The similar issue has been reported by another user and the work is in progress to fix it. You can add the extra information in the same RM. Ref: https://redmine.postgresql.org/issues/3094 Thanks, Khushboo On Thu, Feb 22, 2018 at 1:27 PM, iPeel wrote: > I'm noticing that when executing a b

Re: PGAdmin4 2.1 OSX bloat

2018-02-22 Thread Khushboo Vashi
On Thu, Feb 22, 2018 at 11:01 AM, Darren Duncan wrote: > As for where all that bloat is going, I took a minute of digging and found > something interesting. > > /Volumes/pgAdmin\ 4/pgAdmin\ 4.app/Contents/Resources/web/p > gadmin/static/js/generated/.cache/hard-source > > This one, single, "invis

Re: PGAdmin4 2.1 OSX Query Tool - messages delayed by one execution

2018-02-22 Thread Khushboo Vashi
On Thu, Feb 22, 2018 at 3:42 PM, iPeel wrote: > Bug 3094 updated. > > Thanks. > > > -- > Sent from: http://www.postgresql-archive.org/PostgreSQL-pgadmin- > support-f2191615.html > >

Re: pgadmin3 tabs not properly themed with wxGTK3

2018-03-04 Thread Khushboo Vashi
Hi, pgAdmin 3 is no longer supported. It it recommended that you try pgAdmin 4. Ref: https://www.pgadmin.org/download/ Thanks, Khushboo On Sun, Mar 4, 2018 at 3:29 PM, Pierre-Yves wrote: > Hello, > > We are outphasing wxWidgets GTK2 build and we have been reported that > the tabs in pgadmin3

Re: Using copy/paste from pgAdmin 4 - getting character

2018-03-08 Thread Khushboo Vashi
Hi Matthew, On Fri, Mar 9, 2018 at 12:11 AM, Matthew Dahlman wrote: > Hello, > pgAdmin is not behaving as I would like it to in one respect. I'd like to > understand if this is a bug. > > I'm having trouble using copy/paste from pgAdmin 4. The symptom is that I > get the character (Zero Width No

Re: listen/notify not working in pgadmin 4 2.1

2018-03-13 Thread Khushboo Vashi
On Tue, Mar 13, 2018 at 7:56 PM, Derek Ealy wrote: > I was trying to test a notify/listen channel but couldn't get things > working in PGAdmin4. I'm running it in server mode with Python on Linux. > Eventually I went back to PGAdmin3 and listened on the same channel and > everything worked fine.

Re: listen/notify not working in pgadmin 4 2.1

2018-03-13 Thread Khushboo Vashi
g this issue @ https://redmine.postgresql.org/projects/pgadmin4 with details. Also, add steps to reproduce the issue. Thanks, Khushboo On Tue, Mar 13, 2018 at 7:45 AM, Khushboo Vashi < > khushboo.va...@enterprisedb.com> wrote: > >> >> >> On Tue, Mar 13, 2018 at 7:56 PM, D

Re: Usability improvements for PgAmin4

2018-03-18 Thread Khushboo Vashi
Hi César, On Sun, Mar 18, 2018 at 6:18 PM, César Arriaga Egüés wrote: > Dear friends at Pgadmin developer team: > > > > First of all I would like to thank very much you your commitment and > effort in developing such usable and professional tools like PgAdmin. > > > > But also I want to make you

Re: F5 key not consistent

2018-04-15 Thread Khushboo Vashi
Hi Patrick, In pgAdmin 4 v3.0, the widely used keyboard shortcuts are configurable through File > Preferences. If you would like to have any specific shortcut to be added, then please create a feature request @ https://redmine.postgresql.org/projects/pgadmin4 Thanks, Khushboo On Sun, Apr 15, 201

Re: pgAdmin 4 3.0 - Quick report

2018-04-17 Thread Khushboo Vashi
On Wed, Apr 18, 2018 at 3:41 AM, Stefan Stefanov wrote: > Hi, > Would it be too hard to add the good old "Quick report" feature in the > query tool? > Please create a feature request @ https://redmine.postgresql.org/projects/pgadmin4 > > "Server status / View log file" is missing too but not a b

Re: Possible bug on code autocomplete pgadmin V 3.0

2018-04-18 Thread Khushboo Vashi
Hi, On Wed, Apr 18, 2018 at 7:18 PM, Lazaro Garcia wrote: > Hello everyone in the list. After installing pgadmin4 V 3.0 from source, > the autocomplete code on query tool is not working, these errors are > logged in my apache-error.log. I think this is a bug. Is there any help to > solve that?

Re: column type cannot be empty

2018-05-01 Thread Khushboo Vashi
On Wed, May 2, 2018 at 5:42 AM, Malik Rumi wrote: > I am trying to add a table in pga4 as shown in the attached screenshot. I > have the error message column type cannot be empty but I don't know what it > is referring to. There is no 'column type' on the Table page of the help, > and all the dat

Re: pgAdmin4 - V3 - Problems managing passwords

2018-05-02 Thread Khushboo Vashi
Hi, Please follow below instructions to resolve this issue: pip uninstall pycryptodome pip install pycrypto Also, please provide the steps you have followed to install the pgAdmin 4 and when you have installed? Thanks, Khushboo On Wed, May 2, 2018 at 2:07 PM, Douglas Reed wrote: > > Hi >

Re: pgAdmin4 - V3 - Problems managing passwords

2018-05-06 Thread Khushboo Vashi
[Looping pgadmin-support list...] On Fri, May 4, 2018 at 7:40 PM, Douglas Reed wrote: > Hi > > It seems to have worked > > Good to hear that your problem is solved. > Many thanks > > The following enclosed; > > Input and responses when applying your fix; > > source ~/py3-venv-pgadmin4v3/bin

Re: The sqlite database

2018-05-06 Thread Khushboo Vashi
Hi Jan, On Thu, May 3, 2018 at 10:06 PM, Jan Birk wrote: > Hi, > > Thanks for at wonderful product. We are beginning to use it a lot and can > foresee the number of PGadmin users climbing to over 300. > > In order to easily maintain the users, ex > > - create and drop users > - change X settings

Re: can't decode error is back on 3.0

2018-05-08 Thread Khushboo Vashi
On Wed, May 9, 2018 at 12:34 AM, Julio Aguilar wrote: > Using pgadmin 4 3.0 on Windows 10 in Spanish (sp_MX), open in Chrome. > > I just tried to create a new Server and I used a wrong password. I got an > error screen with the old: > > 'utf8' codec can't decode byte 0xf3 in position 24: invalid

Re: Periodic Query Tool Initialize Error

2018-05-25 Thread Khushboo Vashi
Hi, Please create this issue @ https://redmine.postgresql.org/projects/pgadmin4. Please specify the steps to reproduce the issue and also screen-shot for the same would be helpful. Thanks, Khushboo On Fri, May 25, 2018 at 3:45 AM, evelium wrote: > I am the same problem. > I’m running pgAdmin

Re: Internal Server Error When Trying to Display Trigger Functions

2018-05-27 Thread Khushboo Vashi
This issue has already been reported, fixed and will be available in the next release. https://redmine.postgresql.org/issues/3179 On Sat, May 26, 2018 at 12:48 AM, Petty, Diana wrote: > pgAdming 3.0 . Application Mode Desktop > > MacBook Pro High Sierra 10.13.4 > > Database server is Redhat Pos

Re: Problem creating database with Postgres 10.4 on MacOS Sierra

2018-05-28 Thread Khushboo Vashi
Hi, This issue has been already reported. https://redmine.postgresql. org/issues/3361 For time being, you can set the 'Show system objects?' to True to list down the template0 and template1. This is just a work around, this issue will be fixed. Thanks, Khushboo On Mon, 28 May 2018, 20:28 Steve

Re: Problem creating database with Postgres 10.4 on MacOS Sierra

2018-05-28 Thread Khushboo Vashi
On Mon, May 28, 2018 at 8:43 PM, Khushboo Vashi < khushboo.va...@enterprisedb.com> wrote: > Hi, > > This issue has been already reported. https://redmine.postgresql.org > /issues/3361 > > For time being, you can set the 'Show system objects?' to True to list

Re: Windows 10 - pg4 Query Initialization Issue

2018-06-13 Thread Khushboo Vashi
On Mon, Jun 11, 2018 at 7:32 PM, Michael Zsolt wrote: > Hi there > > Please see forwarded email and attachments below. Dave Page passed along > this address after I reached out to him. > > Thank you in advance > > Mike > > > > -- Forwarded message - > From: Michael Zsolt > Date:

Re: Windows 10 - pg4 Query Initialization Issue

2018-06-14 Thread Khushboo Vashi
plan to interact with the database predominately via R. > If you know any tutorials focused on 'creating your first PostgreSQL > database and connect using R', please pass them along! This Query > Initialization issue may no longer be a problem if I could connect in R > &

Re: Windows 10 - pg4 Query Initialization Issue

2018-06-20 Thread Khushboo Vashi
hink I can still access and query > my DB using R, but wanted to see if this was 'on the shelf' somewhere or if > its still on your radar. > > Thanks again for your help, > > Mike > > On Fri, Jun 15, 2018 at 1:10 AM Khushboo Vashi < > khushboo.va...@enterp

Re: pgAdmin 4 v3.1 Released

2018-06-28 Thread Khushboo Vashi
Can you please provide the output of the below command? pip freeze On Thu, Jun 28, 2018 at 4:13 PM, Isaias Sanchez wrote: > I just installed the Python Wheel 3.1 version on a centos 6 server and the > app doesn't start, the error is this: > > 2018-06-28 10:37:23,668: ERROR werkzeug: Err

Re: pgAdmin 4 v3.1 on MacOS

2018-07-01 Thread Khushboo Vashi
Hi, Please enable the logging and provide the logs. To enable logging, ref: https://www.pgadmin.org/faq/#8 Thanks, Khushboo On Sat, Jun 30, 2018 at 3:28 PM, matshyeq wrote: > Hi, > > Starting the app. Takes ~20-25seconds and ends up with dialog box: "*The > application server could not be cont

Re: Prevent password change

2018-07-01 Thread Khushboo Vashi
Hi, On Fri, Jun 29, 2018 at 4:25 PM, Henrik Uggla wrote: > Hi! > > How can I disable the password change dialog for all regular Pgadmin > users? I want only the Pgadmin Server administrator to be able to set > Pgadmin login passwords. > > At the moment, pgAdmin does not have this feature. Please

  1   2   3   4   >