Re: Schema related

2020-07-25 Thread Murtuza Zabuawala
Hi, In general, when you want to create or access objects in a schema, you need to write a qualified name consisting of the schema name and object name separated by a dot in the query tool as shown below, SELECT * FROM your_schema_name.table_name; -- Murtuza On Sat, 25 Jul 2020, 16:59 Ajay Kum

Re: How to use pgadmin 4

2020-07-17 Thread Murtuza Zabuawala
Hello, You can use query tool. Refer online help: https://www.pgadmin.org/docs/pgadmin4/latest/query_tool.html On Sat, 18 Jul 2020, 02:21 Ajay Kumar, wrote: > Hi, > > I am very new to this tool. Created the database, and one schema. Now I > have a sql script generated by ora2ppg tool. I want

Re: Length of SQL show in dashboard limited to 1K

2020-05-19 Thread Murtuza Zabuawala
Hi, This issue is not related to pgAdmin4. You can modify and increase the track_activity_query_size parameter value which controls the length of the query, it postgres server side setting, you can check postgres documentation for more information. Regards, Murtaza On Tue, 19 May 2020, 22:27

Re: Password lost

2020-05-14 Thread Murtuza Zabuawala
://www.postgresql.org/docs/current/auth-trust.html -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Thu, May 14, 2020 at 12:31 PM Jessie Nava wrote: > Hello, I have lost my password and cannot use the SQL Shell. > > > > How

Re: What does this icon means?

2020-05-04 Thread Murtuza Zabuawala
Hi, The icon indicates that the table is inherited. Please refer https://redmine.postgresql.org/issues/3174 for more details. Regards, Murtuza On Tue, 5 May 2020, 03:26 Edson Richter, wrote: > K 🙂 > > Would the development team create a documentation page describing each > icon used in t

Re: Dashboard graphs are not drawn with 4.20 or 4.21

2020-05-03 Thread Murtuza Zabuawala
r cache & try again) & check for any browser console errors next time when you try to access the dashboard? 3) Can you cross verify in any other browser if the same issue exists? -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Sun, Ma

Re: Dashboard graphs are not drawn with 4.20 or 4.21

2020-04-30 Thread Murtuza Zabuawala
Hello, Could you please provide additional information like, What is your platform? How did you install/upgrade pgAdmin4? What's the DB server version on which graphs are not displaying? What browser/version are you using? Also provide pgAdmin4 logs (Ref: https://www.pgadmin.org/faq/ on how to e

Re: pgAdmin has started randomly pestering me about a password again.

2020-04-30 Thread Murtuza Zabuawala
Hello, We have fixed the save empty password issue in the latest release, Can you please try downloading pgAdmin 4 v4.21 and check? Link: https://www.pgadmin.org -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Thu, Apr 30, 2020 at

Re: Mac client - reconnecting to existing server

2020-04-04 Thread Murtuza Zabuawala
Hi, By default pgAdmin4 opens port randomly, but there is an option to choose static port, once you set the port, you can bookmark the link. 1. Click on the pgAdmin 4 tray-icon 2. Click "Configure..." 3. Check the box labeled "Fixed Port Number?" 4. Enter the desired port number in t

Re: facing problem in pg admin 4

2020-04-04 Thread Murtuza Zabuawala
Hi, Please try removing browser cache files and hard reload option in your browser. Ref: https://www.getfilecloud.com/blog/2015/03/tech-tip-how-to-do-hard-refresh-in-browsers/#.Xoh2mWhX5-E Once the file menu appears on the screen then perform "Reset Layout" option to reset layout to default. R

Re: Setting to disable new version available dialog?

2020-03-09 Thread Murtuza Zabuawala
Hello, On Mon, 9 Mar 2020, 20:01 Barrington-Hughes, Alan, < alan_barrington-hug...@premierinc.com> wrote: > I am running pgadmin in server mode and have a release cadence that is > less frequent that pgadmin releases. > > > > Is there a setting to suppress the “new version is available” dialog fo

Re: Errors running postgresql 12.2 and pgAdmin 4 on Windows 10

2020-02-16 Thread Murtuza Zabuawala
Hi, Can you please provide more details & also logs, What exact error/issue you are facing? Ref: https://www.pgadmin.org/faq/#8 If pgAdmin4 is not starring and you have firewall software running on your PC then try excluding pgAdmin4 from it. On Sun, 16 Feb 2020, 02:22 Lanre Ajala, wrote: > H

Re: Split/Side by Side Panes (for Query Tool) ?

2020-02-16 Thread Murtuza Zabuawala
Hi, Just to use reset layout option and it will fix the issue. Goto: File Menu -> Reset Layout On Thu, 13 Feb 2020, 16:21 Kim Bisgaard, wrote: > > Den 11.02.2020 kl. 17.40 skrev Ashesh Vashi: > > > > On Tue, 11 Feb 2020 at 21:25, Eric Hiller wrote: > >> I've been a pgadmin user for years (tha

Re: where is the user management dialog

2020-02-16 Thread Murtuza Zabuawala
Hi, This option is available only if you are running pgAdmin4 in Server mode. Ref: https://www.pgadmin.org/faq/#2 On Sun, 16 Feb 2020, 21:52 Richard Greenwood, wrote: > I'm looking for the "User Management Dialog" described here: > https://www.pgadmin.org/docs/pgadmin4/development/user_mana

Re: pg_service.conf file on Windows

2020-01-13 Thread Murtuza Zabuawala
Hi, You need to provide your service name in *Service *field which is located under the connection tab. Please refer https://www.pgadmin.org/docs/pgadmin4/4.17/server_dialog.html -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Mon

Re: Database Backup

2019-11-08 Thread Murtuza Zabuawala
backup process. -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Fri, Nov 8, 2019 at 6:22 AM Michel Feinstein wrote: > Hi guys, > > I am about to take down a database, so I want to make a backup before, in > case I need to t

Re: Moving pgadmin4.db to a new server

2019-10-19 Thread Murtuza Zabuawala
Hi, Yes it is throwing error due to password salt, It would be better if you follow steps from https://www.pgadmin.org/docs/pgadmin4/4.14/import_export_servers.html for migration. Please note that as of now there is no way of exporting pgAdmin4 settings. -- Murtuza On Fri, 18 Oct 2019, 21:55

Re: SSL SYSCALL error: Undefined error: 0

2019-09-28 Thread Murtuza Zabuawala
This error mostly occurred in python/psycopg2 when postgres runs out of memory while performing complex query. Did you checked DB server side logs? On Sat, 28 Sep 2019, 03:21 Nagaraj Raj, wrote: > Hello, > > I have upgraded pgAdmin to latest version 4.13. Some times it's behaving > abnormally

Re: PgAdmin4 and tabs

2019-09-20 Thread Murtuza Zabuawala
Hello, On Fri, 20 Sep 2019, 20:41 Michael Shapiro, wrote: > It looks as if the display of function code in PgAdmin4 is not handling > indentation properly, possibly due to TABS in the SQL. > > Code that looks like > > if . > then > if > then > ... > end if; > end if; > > gets display

Re: Bad Cookies with reverse proxy

2019-09-04 Thread Murtuza Zabuawala
Hi, If you are using latest version then could you please try setting ENHANCED_COOKIE_PROTECTION = False in your config_local.py file? We have recently added this config parameter for similar kind of issue. Ref: https://redmine.postgresql.org/issues/4566 -- Regards, Murtuza Zabuawala

Re: pgAdmin - migration

2019-09-03 Thread Murtuza Zabuawala
Hi, Please refer https://www.pgadmin.org/docs/pgadmin4/4.12/import_export_servers.html Configurations are stored in the "%APPDATA%\pgAdmin\pgadmin4.db" file. -- Murtuza On Tue, Sep 3, 2019 at 8:14 PM Edson Richter wrote: > Hi! > > > > I’ve pgAdmin 4.12 running on Windows Server 2008r2. Run s

Re: password

2019-08-20 Thread Murtuza Zabuawala
Just search & rename the "*pgadmin4.db*" file to "*pgAdmin4.db_OLD*" and restart pgAdmin4, it will ask for new user name and password on next execution. Note: You have to add all the DB server again. On Wed, 21 Aug 2019, 02:25 can access pgadmin forgot password, < briffa.charl...@gmail.com> wrote

Re: Detached output / messages window in Query tool

2019-08-20 Thread Murtuza Zabuawala
Hi, There is no need to restart pgAdmin4. Just click: File menu -> Reset Layout It will reset the layout to default, And to prevent the floating in future you can also lock the layout that option is also available in the File menu with latest version of pgAdmin4. Regards, Murtuza On Wed, 21 Au

Re: pgadmin4 - Use classic style interface, don't launch browser?

2019-07-27 Thread Murtuza Zabuawala
Hello, I am afraid this is not possible at a moment, pgAdmin4 doesn't have its own UI rendering engine so it is dependent on the default web browser on the user's system. -- Murtuza On Fri, 26 Jul 2019, 21:32 Mark Murawski, wrote: > Hello! > > How can I go back to the traditional pgadmin4 in

Re: PGAdmin4 - Not connected to the server or the connection to the server has been closed.

2019-07-18 Thread Murtuza Zabuawala
This is a bug and already reported. Ref: https://redmine.postgresql.org/issues/4439 On Thu, 18 Jul 2019, 20:46 Dave Irwin, wrote: > When I select a table, right-click and select View/Edit Data > All > Rows (there are only 28 rows in this table) I get the following error > in PGAdmin4: > > Not co

Re: GUI pgAdmin

2019-07-10 Thread Murtuza Zabuawala
On Wed, Jul 10, 2019 at 2:55 PM Pierre Ochsenbein < pierreochsenb...@gmail.com> wrote: > Hi guys > > You know how we can hide Login/Group roles in pgAdmin Gui? > Yes, you can do that open File -> Preferences dialog -> Browser -> Nodes -> Login/Group roles Now toggle the switch from show to hide

Re: import upload file to pgadmin get CSRF error

2019-06-27 Thread Murtuza Zabuawala
hing handled by Postgres packaging community and not by pgAdmin4 team. -- Murtuza > > On Fri, Jun 28, 2019 at 1:55 PM Murtuza Zabuawala < > murtuza.zabuaw...@enterprisedb.com> wrote: > >> On Fri, Jun 28, 2019 at 6:31 AM Where is Where wrote: >> >>> Is there a way

Re: import upload file to pgadmin get CSRF error

2019-06-27 Thread Murtuza Zabuawala
On Fri, Jun 28, 2019 at 6:31 AM Where is Where wrote: > Is there a way to apply this bug fix on a installation on redhat?The 4.9 > redhat yum package is not available yet. Thanks! > No, Release version of JS files are bundled by webpacker, so it is not feasible to patch them. You have to wait un

Re: pgAdmin4 query

2019-06-13 Thread Murtuza Zabuawala
Hi, On Thu, 13 Jun 2019, 19:49 Polgár Benedek, wrote: > Dear Support Team! > > > > We find that The gpAdmin4 generates too many query. > > > > for example: > > SELECT 'session_stats' AS chart_name, row_to_json(t) AS chart_data > > FROM (SELECT > >(SELECT count(*) FROM pg_stat

Re: Install pgadmin4 on Fedora 30

2019-05-23 Thread Murtuza Zabuawala
Have you tried after removing browser cache? https://www.getfilecloud.com/blog/2015/03/tech-tip-how-to-do-hard-refresh-in-browsers/#.XOcoEfdX5-E On Fri, 24 May 2019, 00:39 Michael Monerau, wrote: > Well, the performance issue seems to be gone. > > The only thing I can think of that would have

Re: Not able to run Debugger

2019-05-08 Thread Murtuza Zabuawala
Hi, 1. Update postgresql.conf like: *shared_preload_libraries = '$libdir/plugin_debugger.dll'* 2. Restart PostgreSQL service for the new setting to take effect. 3. Open query tool against your maintenance database and run the following CREATE EXTENSION pldbgapi; OR You can create the extensio

Re: ERROR: bogus varno: 2

2019-04-01 Thread Murtuza Zabuawala
Hi, This issue(RM#3995) has been fixed, It will be available in the next release which is pgAdmin4 v4.4. On Tue, 2 Apr 2019, 05:12 Erison Gmail, wrote: > Good night friends > This is my first message, thank you in advance. > I have some databases that I migrated from postgresql 9.5 to 10, and i

Re: "Statistics" tab is very slow

2019-01-09 Thread Murtuza Zabuawala
On Wed, 9 Jan 2019, 19:00 Petr Fedorov Thanks - it helped! > Please keep the support mail group in the loop. Thanks, Murtuza > > 09.01.2019 15:42, Murtuza Zabuawala пишет: > > > Hi, > > On Tue, Jan 8, 2019 at 3:59 PM Petr Fedorov > wrote: > >> Hello, >

Re: "Statistics" tab is very slow

2019-01-09 Thread Murtuza Zabuawala
Hi, On Tue, Jan 8, 2019 at 3:59 PM Petr Fedorov wrote: > Hello, > > I'm using pgAdmin 4 version 3.6 on Centos 7, Postgresql 10.6 runs on the > same machine. I use local connections. > > Almost everything works fine except for 'Statistics' tab when viewing > pgAgent job log. It takes 60-90 second

Re: pgAdmin 4 (Container) > download file(s)

2019-01-02 Thread Murtuza Zabuawala
> > I also see there is an upload function, but this is limited to 50MB file > size which could be problematic when one want's to restore a backup file > larger then 50MB. > This can be changed via preference dialog. File -> Preferences -> Storage -> Opti

Re: pgadmin4 3.5's dependency on psutil is a bit painful

2018-11-08 Thread Murtuza Zabuawala
s cross-platform process > management like psutil do. > > > > I think the reason why there is no binary wheel is that it is hard to > maintain platform specific binary wheels. > > > > -- > > Regards, > > Murtuza Zabuawala > > EnterpriseDB: http://www.en

Re: Error in pgAdmin4 when cast is created

2018-11-08 Thread Murtuza Zabuawala
Hi, "https://www.pgadmin.org/development/resources"; is not a git repo, It is for your reference, open that link for more details :) git clone https://git.postgresql.org/git/pgadmin4.git cd pgadmin4 more README -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprise

Re: Error in pgAdmin4 when cast is created

2018-11-08 Thread Murtuza Zabuawala
n coll ON > a.attcollation=coll.oid > > LEFT OUTER JOIN pg_namespace nspc ON > coll.collnamespace=nspc.oid > > ORDER BY i.attnum; > > > > Greetings > > Jürgen Spatz > > > > *Von:* ascara Software GmbH - Jür

Re: Error in pgAdmin4 when cast is created

2018-11-08 Thread Murtuza Zabuawala
Hi, Could you please report a bug on https://redmine.postgresql.org/projects/pgadmin4 It would be very helpful if you include the sample SQL definition to reproduce the issue on the developer's machine. -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enter

Re: pgadmin4 3.5's dependency on psutil is a bit painful

2018-11-08 Thread Murtuza Zabuawala
that it is hard to maintain platform specific binary wheels. -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Thu, Nov 8, 2018 at 6:02 AM David Gilman wrote: > It looks like the most recent release of pgadmin4, 3.5, added a depende

Re: Error in pgAdmin4 when cast is created

2018-11-08 Thread Murtuza Zabuawala
Hi, What version of PostgreSQL are you using? -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Thu, Nov 8, 2018 at 2:40 PM ascara Software GmbH - Jürgen Spatz < juergen.sp...@ascara.de> wrote: > Hi All, > > > >

Re: Error - PGAdmin Install

2018-10-30 Thread Murtuza Zabuawala
Hello, Could you please let us know about your Postgres database server version & exact operating system version? On Tue, Oct 30, 2018 at 5:43 PM Rodrigo Lima wrote: > Dear all, > > > > I had the old version of PGAdmin. My PC was formatted and now I installed > the ner version of PGAdmin: > htt

Re: PgAdmin 4 GUI is not launching properly in Windows desktop

2018-10-06 Thread Murtuza Zabuawala
That's very old version, please try downloading the latest version of pgAdmin4 from https://www.pgadmin.org/download/pgadmin-4-windows/ On Sat, 6 Oct 2018, 22:09 mvn, wrote: > GUI not the tree view and buttons properly to access. I have got it > installed > along with PostgreSql 9.6 on Windows 7

Re: exporting and importing .sql in pgAdmin 4

2018-08-23 Thread Murtuza Zabuawala
Hi, Have you tried Restore option? [image: image.png] -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Thu, Aug 23, 2018 at 2:12 PM mhmkrnd wrote: > m trying to import a table using pgAdmin 4 > I backed up the tables by

Re: How can I see IDENTITY columns?

2018-08-08 Thread Murtuza Zabuawala
Hello, Please create a ticket for the same https://redmine.postgresql.org/projects/pgadmin4 -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Thu, Aug 9, 2018 at 1:48 AM, Stephen Frost wrote: > Greetings, > > * Dave Cramer

Re: column "pid" does not exist

2018-08-07 Thread Murtuza Zabuawala
Hi, pgAdmin4 supports PostgreSQL 9.2 and above. -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Tue, Aug 7, 2018 at 12:39 PM, Remund Alain wrote: > Hi all > > > > When I use pgAdmin 4, I have my log every few seco

Re: Unable to Restore the Backup File in PgAdmin4

2018-08-01 Thread Murtuza Zabuawala
Hi, What is your pgAdmin4 version? Could you please try again with latest version of pgAdmin4 v3.1? On Thu, 2 Aug 2018, 06:10 abbi, wrote: > > 0 > down vote > favorite > I have been using "PgAdmin 4" and i am unable to restore the backup file. > it > gives me an error "object of type 'bool' ha

Re: PA4 - disable dashboard?

2018-07-06 Thread Murtuza Zabuawala
If you are using the latest version of pgAdmin4 then Goto File -> Preference and disabled the dashboard. On Fri, Jul 6, 2018 at 1:06 PM, Durumdara wrote: > Dear Support! > > > > We have a server with more than 1000 connections and with ~160 databases. > > Sometimes the dashboard is slowing down

Re: Unable to Connect to DB Instance

2018-07-04 Thread Murtuza Zabuawala
Hi, pgAdmin4 supports Postgres 9.2 & onwards. -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Wed, Jul 4, 2018 at 3:19 PM, Boblitz John wrote: > Good Morning, > > > > Beginning yesterday morning, users have b

Re: cannot connect pgadmin4 to postgresql 10.4

2018-06-28 Thread Murtuza Zabuawala
v4 or IPv6? - Where is your DB server running, Is it on `localhost` OR in Docker? - Are you trying to access your local DB server from pgAdmin which is running under Docker? -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Wed, Jun 27, 20

Re: pgAdmin 4 v3.1 Released

2018-06-28 Thread Murtuza Zabuawala
e.css, pgadmin_commons.js and vendor.js NOT FOUND, the MIME in > browser.css is just a Warning. > Regards, > > Isaias S. > > On 28/06/18 11:33, Murtuza Zabuawala wrote: > > What is your browser and its version? > Do you see any errors on browser console > <https:/

Re: pgAdmin 4 v3.1 Released

2018-06-28 Thread Murtuza Zabuawala
gt; On 28/06/18 11:15, Murtuza Zabuawala wrote: > > Sorry, ​I didn't get you, what do mean when you say 'web is like only > text'? ​ > > > On Thu, Jun 28, 2018 at 4:35 PM, Isaias Sanchez < > isaias.sanche...@gmail.com> wrote: > >> This help a bit, I can l

Re: pgAdmin 4 v3.1 Released

2018-06-28 Thread Murtuza Zabuawala
==2.18 > pycrypto==2.6.1 > PyNaCl==1.2.1 > pyrsistent==0.14.2 > python-dateutil==2.7.2 > python-editor==1.0.3 > python-mimeparse==1.6.0 > pytz==2018.3 > simplejson==3.13.2 > six==1.11.0 > speaklater==1.3 > SQLAlchemy==1.2.6 > sqlparse==0.2.4 > sshtunnel==0.1.4 > t

Re: pgAdmin 4 v3.1 Released

2018-06-28 Thread Murtuza Zabuawala
Looks like you have an older version of htmlmin module (< 0.1.12). Please install/update htmlmin to version 0.1.12, let us know if that solves the issue. -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Thu, Jun 28, 2018 at 4:13

Re: PgAdmin 4 v.30 on WIN10

2018-06-06 Thread Murtuza Zabuawala
Hi, Can you try renaming existing pgAdmin4.db to pgAdmin4.db_OLD which is located at C:\Users\\AppData\Roaming\pgAdmin\ And try to start pgAdmin4 again. -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Wed, Jun 6, 2018 at 9:48 PM

Re: pgadmin4 3.0: OpenTagNotFoundError

2018-05-27 Thread Murtuza Zabuawala
in it? -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Sun, May 27, 2018 at 9:02 PM, David Gilman wrote: > After upgrading to pgadmin4 3.0 I am frequently greeted with this fatal > error when trying to load pgadmin4: > > [wsg

Re: History of queries

2018-05-24 Thread Murtuza Zabuawala
Hi, pgAdmin4 doesn't save the queries history in the file. -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Thu, May 24, 2018 at 6:26 PM, Johann Spies wrote: > With pgadmin3 I could find the past n queries in ~/.pgadmin_hist

Re: Error on accessing SQL tab for triggers

2018-05-17 Thread Murtuza Zabuawala
This bug was found just after we release pgAdmin4 v3.0 but we have fixed it now and it should resolve the issue with next release. Ref: https://redmine.postgresql.org/issues/3179 -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Thu

Re: Query Tool Initialization Error

2018-05-17 Thread Murtuza Zabuawala
_Console>. -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Thu, May 17, 2018 at 2:28 AM, Chris Cowan wrote: > I have encountered a problem with loading the Query Tool with Postgres 10 > and 9.6. I have uninstalled/rein

Re: Save as CSV makes an error.csv

2018-05-08 Thread Murtuza Zabuawala
Cloud you provide more details on this, Can you check pgadmin4.log file for any errors? On Tue, May 8, 2018 at 3:05 PM, Durumdara wrote: > Hello! > > Today I tried to save the result to CSV file in PGAdmin IV. > It generated an error.csv with an error code. > Not the visible rows... :-( > > I

Re: PGAdmin IV in Firefox

2018-05-08 Thread Murtuza Zabuawala
Hi, On Tue, May 8, 2018 at 3:05 PM, Durumdara wrote: > Hello! > > The old PGAdmins run in normal executable. > The last version is visible in my browser (Firefox). > > Is there a way to restore it as normal exe? > ​No, with version3.0 onwards pgAdmin4 will be using deafult browser from user syst

Re: pgAdmin 4 enable debugging

2018-04-26 Thread Murtuza Zabuawala
Please refer steps given here: https://stackoverflow.com/questions/50038611/pgadmin4-enable-debugging On Thu, Apr 26, 2018 at 2:17 PM, judit sessler wrote: > Hi, > > I am unable to enable debugging. I have performed the following: > 1. checked $libdir > 2. checked the locatin of plugin_debugger

Re: v4 3.0 connection issues, notices is readonly

2018-04-24 Thread Murtuza Zabuawala
Hi, No need to comment anything, the repository packages have been updated with the fix. Please update & check. -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Fri, Apr 20, 2018 at 5:28 PM, frankgard < frank.von.pos

Re: Keepalive + pg_service.conf

2018-04-24 Thread Murtuza Zabuawala
[mydb]keepalives=1 connect_timeout=20 keepalives_idle=10 Provide `*mydb`* value in the Service field in the Server dialog. -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Mon, Apr 23, 2018 at 6:55 PM, Durumdara wrote: > Dear D

Re: Bugs in pgAdmin4 3

2018-04-20 Thread Murtuza Zabuawala
Yes that's a bug & already logged @ https://redmine.postgresql.org/issues/3290 ​ -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Fri, Apr 20, 2018 at 4:25 PM, Алексей Целищев wrote: > Version3.0 > Python Version

Re: pgadmin4 in Cloud Foundry

2018-04-19 Thread Murtuza Zabuawala
Hi, Right now it is not possible to pass cert and key via variables. Please create a feature request for the same HERE <https://redmine.postgresql.org/projects/pgadmin4> -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Fri,

Re: v4 3.0 connection issues, notices is readonly

2018-04-17 Thread Murtuza Zabuawala
ticket. -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Tue, Apr 17, 2018 at 10:03 PM, Cherio wrote: > Hello, > > PgAdmin 4 v3.0 didn't work out of the box on my ubuntu 16.04.4. Both DEB > install and python wheel generate error

Re: pgAdmin 4 version 3 missing exit button.

2018-04-17 Thread Murtuza Zabuawala
In order to shutdown pgAdmin4 server, You can right click on system tray(menu bar in case of macOS) icon of pgAdmin4 and choose "Shutdown server". -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Wed, Apr 18, 2018 at 1:30 A

Re: pgAdmin4.21 Windows 10 Enterprise x64 Export to CSV doesn't work

2018-04-04 Thread Murtuza Zabuawala
-produce the issue - Zip the log file and and send us ​ -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Wed, Apr 4, 2018 at 8:13 PM, richard coleman wrote: > Using pgAdmin4 v2.1 under Windows 10 Enterprise x64. When I creat

Re: Feature Request: Execute Query Shortcut - Shift + Enter

2018-03-16 Thread Murtuza Zabuawala
>From pgAdmin4 v.3 onwards all the shortcuts are configurable via "File" -> "Preferences" dialog. You can download the latest version of pgAdmin4 v3.0 when available (most probably next week). -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com

Re: How to copy the graphical display of a plan?

2018-03-15 Thread Murtuza Zabuawala
On Thu, Mar 15, 2018 at 1:12 PM, Holger Jakobs wrote: > Dear friends, > > pgAdmin4 like pgAdmin3 does a very good job in displaying the execution > plan of a query graphically. > > Some plans are far too large to fit into the window, so it would be very > nice to have it in some form of (editable

Re: "The application server could not be contacted" error during start as App-V application.

2018-03-13 Thread Murtuza Zabuawala
Hello, You can try installing pgAdmin4 as a web application. Ref: https://www.pgadmin.org/docs/pgadmin4/dev/server_deployment.html ​-- Murtuza​ On Tue, Mar 13, 2018 at 6:01 PM, Pavlo Golub wrote: > Greetings, Pavlo. > > You wrote 06.03.2018, 16:28: > > > Greetings, Pgadmin-support. > > > my cl

Re: How to configure pgadmin4 port in docker?

2018-03-09 Thread Murtuza Zabuawala
​Ports are not configurable at a moment. There is already a feature request ​logged for the same. https://redmine.postgresql.org/issues/2997 -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Fri, Mar 9, 2018 at 7:46 PM, Brian Treich

Re: PGAdmin IV and settings SQLite file location

2018-03-07 Thread Murtuza Zabuawala
-- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Wed, Mar 7, 2018 at 6:50 PM, Durumdara wrote: > Dear Support! > > Do you have any parameter what controls thelocation of the SQLite file > location? > > For example: &g

Re: save query as sql file

2018-03-07 Thread Murtuza Zabuawala
++ Adding pgadmin-support Please keep the group in the loop. On Wed, Mar 7, 2018 at 4:19 PM, Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > No, You can provide any name in the file manager and it will save with > that name. > Check screenshot. > > --

Re: Nightly or unstable versions?

2018-03-06 Thread Murtuza Zabuawala
Hi, On Tue, Mar 6, 2018 at 4:38 PM, Durumdara wrote: > Hello! > > > Is there any way to get unstable versions of PGAdmin IV? > No, It ​ i​ s not available ​ as of now​ . The officialy is januar 11, which is seems to be too old. > ​pgAdmin4 v3.0 is expected to release soon :) --Murtuza​ > > T

Re: pgAdmin Development Team || pgAdmin (PostgreSQL Management tool) 4 ||Version 2.0 || EULA questionnaire

2018-03-02 Thread Murtuza Zabuawala
​Hello, pgAdmin4 falls under PostgreSQL licence, and the software is free for anyone to use, subject to the terms of the licence. ​ -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Wed, Feb 28, 2018 at 4:07 AM, Chaudhary, Krishna

Re: FW: Data output table row height option?

2018-02-27 Thread Murtuza Zabuawala
Hello, It's not possible to customize/adjust the height of individual row in pgAdmin4 at a moment. For multiline text you can double click on the column & it will open new popup window with complete text. -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The E

Re: pgAdmin4 scrolls in wrong/reversed direction on OS X

2018-02-19 Thread Murtuza Zabuawala
olves the issue. > > ~rick > > On 19 February 2018 at 04:33, Murtuza Zabuawala enterprisedb.com> wrote: > >> Hello, >> >> If your macOS version is High Sierra then Qt5 runtime(Desktop app) is >> causing problems on it. >> >> Could y

Re: pgAdmin4 scrolls in wrong/reversed direction on OS X

2018-02-18 Thread Murtuza Zabuawala
Hello, If your macOS version is High Sierra then Qt5 runtime(Desktop app) is causing problems on it. Could you try out latest development version and let us know your feedback? Download: https://developer.pgadmin.org/~dpage/runtime-revamp/ -- Regards, Murtuza Zabuawala EnterpriseDB: http

Re: Recover postgresql password storein in pgadmin.db

2018-02-17 Thread Murtuza Zabuawala
​You can reset the database password & update that new password in pgAdmin4 when you try to connect next time. Ref: https://stackoverflow.com/questions/10845998/i- forgot-the-password-i-entered-during-postgres-installation On Fri, Feb 16, 2018 at 4:04 PM, Marco Tosato wrote: > Hello! > > My pgA

Re: Unsubsribe

2018-02-14 Thread Murtuza Zabuawala
Use https://lists.postgresql.org/ to unsubscribe. -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Wed, Feb 14, 2018 at 2:27 PM, Abdul Shameer wrote: > Hi.. > Can anyone help me to unsubsribe the mails from pgadmin s

Re: How to decrypt stored psql server password from pgadmin4.db?

2018-02-14 Thread Murtuza Zabuawala
​You can directly reset the database password, Ref: https://stackoverflow.com/questions/10845998/i-forgot-the-password-i-entered-during-postgres-installation -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Wed, Feb 14, 2018 at 1:41 PM

Re: Can't make backup on SSL based server

2018-02-14 Thread Murtuza Zabuawala
Please report a bug & steps to re-produce the issue here On Wed, Feb 14, 2018 at 1:12 PM, Durumdara wrote: > Hello! > > In PGAdmin III I can make backup from certificate protected > server/database (SSL). > > But in PGAdmin IV I get e

Re: Conn. loose at some places | TCP keepalive

2018-02-13 Thread Murtuza Zabuawala
On Tue, Feb 13, 2018 at 7:17 PM, Durumdara wrote: > Hello! > > 2018-02-13 12:48 GMT+01:00 Murtuza Zabuawala enterprisedb.com>: > >> I also use pgAdmin4 over vpn many times but I do not face any such issue, >> I think this is environment specific issue in you

Re: Conn. loose at some places | TCP keepalive

2018-02-13 Thread Murtuza Zabuawala
I also use pgAdmin4 over vpn many times but I do not face any such issue, I think this is environment specific issue in your case. -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Tue, Feb 13, 2018 at 1:26 PM, Durumdara wrote

Re: PG Admin 4 Connection to Python Anywhere

2018-02-07 Thread Murtuza Zabuawala
e law.* *Last login: Sat Oct 14 13:07:52 2017 from 192.168.34.1* 3) Now open pgAdmin4 and add new server as host: locahost & port: . -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Thu, Feb 8, 2018 at 3:57 AM, asantoro wr

Re: password

2018-02-07 Thread Murtuza Zabuawala
Password of pgAdmin4 or PostgreSQL? -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Wed, Feb 7, 2018 at 12:26 PM, Riya Solanki wrote: > Hi, > I forgot my password and unable to find reset option. If you can help > Thanks > Riya > > >

Re: Table column headings PgAmin4

2018-02-07 Thread Murtuza Zabuawala
R ',' CSV HEADER; If you wish then you can try third party tool called pgfutter <https://github.com/lukasmartinelli/pgfutter>. -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Wed, Feb 7, 2018 at 8:18 PM, TedJones wrote:

Re: PgAdmin4 Error 5 opening SQL file

2018-02-05 Thread Murtuza Zabuawala
Hello, Unfortunately I did not find any error in the logs but from the screenshot it seems like pgAdmin4 is running with different user permissions which do not have access to Z: drive. -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On

Re: PgAdmin4 Error 5 opening SQL file

2018-02-01 Thread Murtuza Zabuawala
On Thu, Feb 1, 2018 at 2:50 PM, wrote: > PgAdmin v 4.2.1 on Windows 10 running in Desktop mode > > > > I am trying to open an sql fie in the query tool which is located on a > network drive. > > > > If I try to file open it mainly shows the attached physical drives and > not the network drives,

Re: PgAdmin4

2018-02-01 Thread Murtuza Zabuawala
On Thu, Feb 1, 2018 at 2:53 PM, wrote: > PgAdmin 4.2.1 on windows 10 in Desktop mode > > > > I have connected to a remote postgresql server and opened the query > tool,if I cut and paste in an old PgAdmin3 sql file in the query tool for a > particular table and run it I am only getting back the

Re: Problems on MacOS High Sierra

2018-01-31 Thread Murtuza Zabuawala
Oops sorry, due to internet issues I missed earlier replies from Dave. On Wed, Jan 31, 2018 at 7:39 PM, Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > Hi, > > Unfortunately Qt5 runtime is causing these issues on MacOS High Sierra > system and yes as of now you

Re: Problems on MacOS High Sierra

2018-01-31 Thread Murtuza Zabuawala
%2Bx8h11yn2mZmtv42x_dBOu3mBcrMf6NBA%40mail.gmail.com -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Wed, Jan 31, 2018 at 7:16 PM, Steve Hawes wrote: > Hi, > > > > I seem to be having a lot of issues on MacOS High Sierra with regard to > being

Re: PGAdmin Version 2.1

2018-01-30 Thread Murtuza Zabuawala
I'm not sure on this but we have ported this behaviour from pgAdmin3. May be someone else from the community can explain? On Tue, Jan 30, 2018 at 4:16 PM, ldrlj1 wrote: > Interesting... and thank you! > While I did expect to see tableoid, cmax, xmax, cmin, xmin and ctid in my > tables... I neve

Re: PGAdmin Version 2.1

2018-01-29 Thread Murtuza Zabuawala
hot for more information), If it is set to "True" then this not a bug and it is expected behaviour, You can set it to "False" and reload pgAdmin4 if you don't want to display system objects. -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterpris

Re: ERROR: invalid byte sequence for encoding

2018-01-15 Thread Murtuza Zabuawala
ample table definition. -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Mon, Jan 15, 2018 at 5:57 PM, André Burkhardt < andre.burkha...@uni-jena.de> wrote: > Hi, > > Original-Nachricht > Bet

Re: ERROR: invalid byte sequence for encoding

2018-01-15 Thread Murtuza Zabuawala
, 1) Are you running pgAdmin4 as Desktop mode or Web mode? 2) Postgres server version 3) OS details -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Mon, Jan 15, 2018 at 4:24 PM, André Burkhardt < andre.burkha...@uni-jena.de>

Re: Upgraded to v2.1 now Query Tool not working

2018-01-12 Thread Murtuza Zabuawala
ed to 2.0 on my notebook all of my saved > sql files were no longer available. Where are those files stored? Is there > a simple way to backup and restore those files? > > Thanks, Derek > > On Fri, Jan 12, 2018 at 8:57 AM, Murtuza Zabuawala enterprisedb.com> wrote: > >&

Re: Upgraded to v2.1 now Query Tool not working

2018-01-12 Thread Murtuza Zabuawala
Looks like browser cache issue to me, Can you hard refresh Chrome (using 3rd option in screenshot) and check again? On Fri, Jan 12, 2018 at 10:08 PM, Derek Ealy wrote: > Hi > > I'm on Ubuntu using the wheel version of pgAdmin4 v2.1, which I upgraded > to this morning. There were no apparent erro

  1   2   >