pgAdmin 4 commit: Updated splash screen

2022-02-17 Thread Dave Page
Updated splash screen

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3414de9ab2fce526f8b3ec8fd6c7b51c24907ef1
Author: Chethana Kumar 

Modified Files
--
runtime/assets/welcome_logo.svg | 2 +-
runtime/package.json| 4 ++--
runtime/src/html/pgadmin.html   | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)



show or hide geometry type fields

2022-02-17 Thread Jose Mercedes Venegas Acevedo
Good day

Please, is there a way to configure pgAdmin so that it does not show
geometry fields in the View/Edit Data -> All rows / First 100 rows / Last
100 rows / Filtered rows option.

There is an option to enable or disable the display of geometry type fields.

If it does not exist, where could I change to remove the geometry field
from the lists?

-- 
José Mercedes Venegas Acevedo
cel 955725384


Re: show or hide geometry type fields

2022-02-17 Thread Aditya Toshniwal
Hi Jose,

There is no way in pgAdmin yet to hide columns in view/edit data. Can you
please raise a feature request here -
https://redmine.postgresql.org/projects/pgadmin4/issues/new ?

On Thu, Feb 17, 2022 at 6:52 PM Jose Mercedes Venegas Acevedo <
jvenegasp...@gmail.com> wrote:

> Good day
>
> Please, is there a way to configure pgAdmin so that it does not show
> geometry fields in the View/Edit Data -> All rows / First 100 rows / Last
> 100 rows / Filtered rows option.
>
> There is an option to enable or disable the display of geometry type
> fields.
>
> If it does not exist, where could I change to remove the geometry field
> from the lists?
>
> --
> José Mercedes Venegas Acevedo
> cel 955725384
>
>
>

-- 
Thanks,
Aditya Toshniwal
pgAdmin Hacker | Software Architect | *edbpostgres.com*

"Don't Complain about Heat, Plant a TREE"


pgAdmin 4 commit: Change the hostname validation to check only for lead

2022-02-17 Thread Akshay Joshi
Change the hostname validation to check only for leading and trailing spaces.

refs #7181

Branch
--
master

Details
---
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=cbd29cf45b7e9159fd2abfc3281b26ddc4b51ed7

Modified Files
--
.../browser/server_groups/servers/static/js/server.ui.js  | 11 ++-
1 file changed, 2 insertions(+), 9 deletions(-)