Re: [EXTERNAL] - Re: pgAdmin IV

2019-06-05 Thread Dave Page
gt; >> >>> >>> >>> Thanks, >>> >>> Michelle >>> >>> >>> >>> *From:* Aditya Toshniwal >>> *Sent:* Tuesday, June 04, 2019 10:50 AM >>> *To:* Michelle Schwan >>> *Cc:* pgadmin-su

Re: [EXTERNAL] - Re: pgAdmin IV

2019-06-05 Thread Strauch, Sheldon
>> *Cc:* pgadmin-support lists.postgresql.org >> <https://urldefense.proofpoint.com/v2/url?u=http-3A__lists.postgresql.org&d=DwMFaQ&c=lEzKI_JJakPtcnbAQ6Q5xQ&r=3P3-5UqoQFsuwPHL1Gr-FtP4nR5GVvvXlP89XkF_Y4w&m=8zZt5HIwmsAu_V7PoSM9pCSMM-F8nyKZ9nklwYM3s-o&s=8guLseXWlVR6QzGAZayTiHbny

Re: pgAdmin IV

2019-06-05 Thread Dave Page
Hi On Tue, Jun 4, 2019 at 3:28 PM Michelle Schwan wrote: > From version pgAdmin IV 4.6 and up, I am now receiving the following error > message when I import a database into PostgreSQL. > > > > The database loads fine, but the error that public already exists seems > strange. Public is the defa

Re: [EXTERNAL] - Re: pgAdmin IV

2019-06-04 Thread Aditya Toshniwal
pgadmin-support lists.postgresql.org < > pgadmin-support@lists.postgresql.org> > *Subject:* [EXTERNAL] - Re: pgAdmin IV > > > > You need to double click on the "[" cell. It is a json data. > > > > > > Thanks, > > Aditya Toshniwal > > > &g

Re: pgAdmin IV

2019-06-04 Thread Khushboo Vashi
Hi, Please log the issue @ https://redmine.postgresql.org/projects/pgadmin4 Thanks, Khushboo On Tue, Jun 4, 2019 at 7:46 PM Michelle Schwan wrote: > In versions 4.7 and 4.8 I am getting an error when trying to import a csv > file into a table. > > > > The CSV file loads in pgAdmin III with no

RE: [EXTERNAL] - Re: pgAdmin IV

2019-06-04 Thread Michelle Schwan
: [EXTERNAL] - Re: pgAdmin IV You need to double click on the "[" cell. It is a json data. Thanks, Aditya Toshniwal On Tue, Jun 4, 2019, 20:10 Michelle Schwan mailto:msch...@opentext.com>> wrote: This is in all versions of pgAdmin IV. When generating an explain plan for a query,

Re: pgAdmin IV

2019-06-04 Thread Aditya Toshniwal
You need to double click on the "[" cell. It is a json data. Thanks, Aditya Toshniwal On Tue, Jun 4, 2019, 20:10 Michelle Schwan wrote: > This is in all versions of pgAdmin IV. > > > > When generating an explain plan for a query, the data output only returns > “[“. In pgAdmin III, there was

Re: PGAdmin IV in Firefox

2018-05-10 Thread Durumdara
Hi! 2018-05-08 12:40 GMT+02:00 Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com>: > > > 2.) Many right clicks are handled by FF. >> > ​Can you provide some more details on this?​ > > As Jan wrote it. I clicked somewhere, for example Query Tool's grid, right click on it, and then the brow

Re: PGAdmin IV in Firefox

2018-05-08 Thread Jan Claeys
On Tue, 2018-05-08 at 16:10 +0530, Murtuza Zabuawala wrote: > > 2.) Many right clicks are handled by FF. > > Can you provide some more details on this? Maybe this: There is an option 'dom.event.contextmenu.enabled' which provides a protection against websites that try to break your browser's nor

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 IV and settings SQLite file location

2018-03-13 Thread Durumdara
Dear Support! 2018-03-07 15:40 GMT+01:00 Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com>: > Hi, > > you can always override default paths in pgAdmin4, Create a file named > config_local.py (if not already present) at your installation location > ../pgadmin4/web/ and add following code in

Re: PGAdmin IV and settings SQLite file location

2018-03-07 Thread Murtuza Zabuawala
Hi, you can always override default paths in pgAdmin4, Create a file named config_local.py (if not already present) at your installation location ../pgadmin4/web/ and add following code in your config_local.py, SQLITE_PATH = 's:/secret/blah/pgadmin4.db' Restart pgAdmin4 and check. -- Regards,