Re: Is it possible to view related table when clicking on relational field?

2019-08-09 Thread Avin Kavish
Let's not overwhelm the team for now, there are some important things to be sorted out first. And what you are suggesting is going to require a significant amount of planning, design, and code. On Fri, Aug 9, 2019 at 10:47 PM Avin Kavish wrote: > Sounds pretty cool. Nah, pgAdmin revolves around

Re: Is it possible to view related table when clicking on relational field?

2019-08-09 Thread Avin Kavish
Sounds pretty cool. Nah, pgAdmin revolves around typing queries mostly. On Fri, Aug 9, 2019 at 5:54 PM Luther Goh Lu Feng wrote: > In the screenshot of Postico, meter_id is a field in consumptions table. > Clicking on value in the meter_id field allows me to view the specific > related record in

Re: Visual clutter in default view when viewing table data

2019-08-09 Thread Luther Goh Lu Feng
Created https://redmine.postgresql.org/issues/4598 On Friday, August 9, 2019, 10:08:54 PM GMT+8, Michel Feinstein wrote: Please do. I am at my phone now.  On Fri, Aug 9, 2019, 11:07 Luther Goh Lu Feng wrote: >> One thing that helps with readability is intercalating the colors of th

Re: Visual clutter in default view when viewing table data

2019-08-09 Thread Michel Feinstein
Please do. I am at my phone now. On Fri, Aug 9, 2019, 11:07 Luther Goh Lu Feng wrote: > > One thing that helps with readability is intercalating the colors of the > table lines (white, light gray, white, light gray). > > Thought it doesnt help with the visual clutter, but I do agree that it

Re: Visual clutter in default view when viewing table data

2019-08-09 Thread Luther Goh Lu Feng
> One thing that helps with readability is intercalating the colors of the > table lines (white, light gray, white, light gray). Thought it doesnt help with the visual clutter, but I do agree that it is a good enhancement. I am happy to help file a ticket if that is helpful --Luther On F

Re: Visual clutter in default view when viewing table data

2019-08-09 Thread Dave Caughey
That would be pretty easy, as the generated HTML has an "even"/"odd" class. You can even manually alternating row styles by bringing up the browser's developer console (F12) and manually adding the following rule to the applied styles .ui-widget-content.slick-row.even { background-color: #f8f8f8

Re: Visual clutter in default view when viewing table data

2019-08-09 Thread Michel Feinstein
One thing that helps with readability is intercalating the colors of the table lines (white, light gray, white, light gray). That would be a very nice addition. On Fri, Aug 9, 2019, 09:17 Luther Goh Lu Feng wrote: > > > Thanks for the note. I have created > https://redmine.postgresql.org/iss

Re: Visual clutter in default view when viewing table data

2019-08-09 Thread Luther Goh Lu Feng
Thanks for the note. I have created https://redmine.postgresql.org/issues/4595 --Luther On Friday, August 9, 2019, 5:55:31 PM GMT+8, Aditya Toshniwal wrote: Hi Luther, Not everyone would agree on this. But, you can raise a request here -https://redmine.postgresql.org/projects/pgadm

Re: pgAdmin 4 ignores its own config option: "BrowserCommand"

2019-08-09 Thread richard coleman
Tutiluren, On Thu, Aug 8, 2019 at 6:16 PM wrote: > I don't know what you mean by right-clicking on the pgAdmin 4 Taskbar icon > and selecting "Configure", because no such thing appears when I do that. > The only other option other than running it is "Unpin". > > > Here are a few pictures (from W

Re: Schema backup failure

2019-08-09 Thread Arni
On 09/08/2019 12.00, Aditya Toshniwal wrote: > Hi Arni, > Hello! > Seems like a bug, kindly raise a bug here > - https://redmine.postgresql.org/projects/pgadmin4/issues/new Here it is: https://redmine.postgresql.org/issues/4590 -- Kind Regards, Arni Kromic

Re: import upload file to pgadmin get CSRF error

2019-08-09 Thread Devrim Gündüz
Hi, On Wed, 2019-08-07 at 10:23 +1000, Wh isere wrote: > I have checked both /usr/lib/python2.7/site-packages/pgadmin4-web/ and > /usr/pgadmin4/ were untouched by the re-installation and update. I have > also tried rename these folders but no new folders were created after > re-installation. For

Re: import upload file to pgadmin get CSRF error

2019-08-09 Thread Devrim Gündüz
Hi, On Wed, 2019-08-07 at 10:23 +1000, Wh isere wrote: > I have tried remove and reinstall pgadmin4 but nothing changed. What is the output of rpm -qa|grep pgadmin Regards, -- Devrim Gündüz Open Source Solution Architect, Red Hat Certified Engineer Twitter: @DevrimGunduz , @DevrimGunduzTR s

Re: import upload file to pgadmin get CSRF error

2019-08-09 Thread Devrim Gündüz
Hi, On Tue, 2019-08-06 at 09:02 +0100, Dave Page wrote: > My second guess is that config.py has been directly edited on the server so > when the RPMs were upgraded, the original config.py wasn't replaced, thus > pgAdmin is reporting the version number from the previous version (the > version numb

Re: import upload file to pgadmin get CSRF error

2019-08-09 Thread Devrim Gündüz
Hi, On Tue, 2019-08-06 at 16:36 +1000, Wh isere wrote: > I also run yum upgrade pgadmin4*, but it said yum: No match. Are you sure you got this message? No match is thrown if there are no such packages in the repo. You already have pgadmin4 stuff. The message should be "Nothing to do." Regards,

Re: Schema backup failure

2019-08-09 Thread Aditya Toshniwal
Hi Arni, Seems like a bug, kindly raise a bug here - https://redmine.postgresql.org/projects/pgadmin4/issues/new On Fri, Aug 9, 2019 at 3:26 PM Arni Kromić wrote: > We've found a problem backing up some of our schemas from pgAdmin4. After > some investigation, we've found the problem being the

Schema backup failure

2019-08-09 Thread Arni Kromić
We've found a problem backing up some of our schemas from pgAdmin4. After some investigation, we've found the problem being the schema names need ident quoting - apparently because they contain capital letters. For example, pgAdmin generated this code which fails: > $ /usr/bin/pg_dump --file "test

Re: Visual clutter in default view when viewing table data

2019-08-09 Thread Aditya Toshniwal
Hi Luther, Not everyone would agree on this. But, you can raise a request here - https://redmine.postgresql.org/projects/pgadmin4/issues/new so that we can discuss on possible ways to do that. On Fri, Aug 9, 2019 at 2:31 PM Luther Goh Lu Feng wrote: > I notice that the default view in pgAdmin w

Re: Opening pgAdmin 4 in a new browser window as an alternative user flow

2019-08-09 Thread Avin Kavish
okay, my point is that an answer was given to Luther which I believe helped him solve his problem :) Just trying to save you the energy of looking into this in detail, that is all :) Sometimes I shorten what I'm thinking to a few words and it leaves it open to interpretation. On Fri, Aug 9, 2019 a