Обсуждение: Graphical Query Builder Support

Поиск
Список
Период
Сортировка

Graphical Query Builder Support

От
Patrick Olson
Дата:
Is the Graphical Query Builder supported in pgAdmin 4? I reviewed the archives and found a message from 2017 that pgAdmin 4 did not support the Graphical Query Builder. Is the Graphical Query Builder still not supported by pgAdmin 4? If it isn't supported will it ever be? What are the reasons for not supporting the Graphical Query Builder? Why was it supported in pgAdmin III and not pgAdmin 4? 

Thanks.

Re: Graphical Query Builder Support

От
Akshay Joshi
Дата:
Hi Patrick

Graphical Query builder is not supported at the moment in pgAdmin4. Please create a feature request https://redmine.postgresql.org/projects/pgadmin4/issues/new

On Wed, Mar 4, 2020 at 8:35 PM Patrick Olson <olsopatr@isu.edu> wrote:
Is the Graphical Query Builder supported in pgAdmin 4? I reviewed the archives and found a message from 2017 that pgAdmin 4 did not support the Graphical Query Builder. Is the Graphical Query Builder still not supported by pgAdmin 4? If it isn't supported will it ever be? What are the reasons for not supporting the Graphical Query Builder? Why was it supported in pgAdmin III and not pgAdmin 4? 

Thanks.



--
Thanks & Regards
Akshay Joshi
Sr. Software Architect
EnterpriseDB Software India Private Limited
Mobile: +91 976-788-8246

Re: Graphical Query Builder Support

От
bw
Дата:
Hi Patrick,

If you are looking for a GUI tool to design databases pgModeler (https://pgmodeler.io/) might be able to help you.

regards,
Bastiaan

On Thu, 5 Mar 2020 at 05:32, Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:
Hi Patrick

Graphical Query builder is not supported at the moment in pgAdmin4. Please create a feature request https://redmine.postgresql.org/projects/pgadmin4/issues/new

On Wed, Mar 4, 2020 at 8:35 PM Patrick Olson <olsopatr@isu.edu> wrote:
Is the Graphical Query Builder supported in pgAdmin 4? I reviewed the archives and found a message from 2017 that pgAdmin 4 did not support the Graphical Query Builder. Is the Graphical Query Builder still not supported by pgAdmin 4? If it isn't supported will it ever be? What are the reasons for not supporting the Graphical Query Builder? Why was it supported in pgAdmin III and not pgAdmin 4? 

Thanks.



--
Thanks & Regards
Akshay Joshi
Sr. Software Architect
EnterpriseDB Software India Private Limited
Mobile: +91 976-788-8246

Re: Graphical Query Builder Support

От
Ashesh Vashi
Дата:
bwakkie,

On Fri, Mar 6, 2020 at 12:23 PM bw <bwakkie@gmail.com> wrote:
Hi Patrick,

If you are looking for a GUI tool to design databases pgModeler (https://pgmodeler.io/) might be able to help you.
Use Case of Graphical Query Builder (GQB) is different from pgModeler.
If I understand correctly, pgModeler shows the ER diagram of the database (portion of a database).

And - GQB was allowing to "drag 'n' drop" the tables/views in the diagram and connecting the columns to generate queries based on those relationships.

Patrick,

GQB in pgAdmin 3 was very basic, and had a lot of bugs. hence - we decided not to implement in pgAdmin 4 until somebody asks for it.
If you can raise the feature request, we may consider implementing in the future.

All,
ER diagram modeling is already in the TODO list of pgAdmin 4.
We're considering to start working on it sooner.

--
Thanks & Regards,
Ashesh Vashi
 

regards,
Bastiaan

On Thu, 5 Mar 2020 at 05:32, Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:
Hi Patrick

Graphical Query builder is not supported at the moment in pgAdmin4. Please create a feature request https://redmine.postgresql.org/projects/pgadmin4/issues/new

On Wed, Mar 4, 2020 at 8:35 PM Patrick Olson <olsopatr@isu.edu> wrote:
Is the Graphical Query Builder supported in pgAdmin 4? I reviewed the archives and found a message from 2017 that pgAdmin 4 did not support the Graphical Query Builder. Is the Graphical Query Builder still not supported by pgAdmin 4? If it isn't supported will it ever be? What are the reasons for not supporting the Graphical Query Builder? Why was it supported in pgAdmin III and not pgAdmin 4? 

Thanks.



--
Thanks & Regards
Akshay Joshi
Sr. Software Architect
EnterpriseDB Software India Private Limited
Mobile: +91 976-788-8246

Re: Graphical Query Builder Support

От
bw
Дата:
If you are looking for a GUI tool to design databases pgModeler (https://pgmodeler.io/) might be able to help you.
Use Case of Graphical Query Builder (GQB) is different from pgModeler.
If I understand correctly, pgModeler shows the ER diagram of the database (portion of a database).

Yes you are right. It is used for build a db not a query.