Another view

From: Roberto Taglia <roberto_taglia(at)hotmail(dot)com>
To: "pgsql-novice(at)lists(dot)postgresql(dot)org" <pgsql-novice(at)lists(dot)postgresql(dot)org>
Subject: Another view
Date: 2020-03-25 10:10:58
Message-ID: DB6PR0101MB231190238BECD0AE3973DE38F5CE0@DB6PR0101MB2311.eurprd01.prod.exchangelabs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi,

I'm coming from SQL server world and when i use PGADMIN4, i'm very disappointed to find my tables if i have more than on schema.

In SSMS, i have the following :
+ [database]
+ [Tables]
schemaName1.TableName1
schemaName2.TableName1
schemaName3.TableName1

I've got all my table in just few clicks.

In PGADMIN4, it's a little bit painful , to access TableName1, i must click 5 times and again 5 times more for another table of another schema :
+ [database]
+ [Schemas]
+ schemaName1
+ [Tables]
TableName1

SSMS is more efficient and saves my time every day.
To save my time, i must reconsider creating ONLY one schema, it is not best practice.

Will you implement another database explorer view for PGADMIN4 ?

Thanks
Roberto

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Laurenz Albe 2020-03-25 10:26:14 Re: Another view
Previous Message David G. Johnston 2020-03-19 17:06:23 Re: Alter Table from Trigger