[pgAdmin4][Patch]: Load nodes under schema at database level

From: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][Patch]: Load nodes under schema at database level
Date: 2016-05-26 08:29:35
Message-ID: CAM5-9D992bbwNT49bWADg8ZJctDZoCDQMtk0ZJrcoVFTjcSfnQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

*Issue*: Following nodes :

1. *domains*
2. *foreign tables*
3. *fts configurations*
4. *fts dictionary and*
5. *functions*

lists server nodes instead of their child nodes which is wrong.

It is because their javascript files are set to load at schema level, but
they should load at database level.

Please find attached patch and review.

Thanks
Surinder Kumar

Attachment Content-Type Size
load_nodes_on_database_level.patch application/octet-stream 6.8 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Murtuza Zabuawala 2016-05-26 10:20:09 Re: [PATCH] Tables node (pgAdmin4)
Previous Message Murtuza Zabuawala 2016-05-26 08:18:18 PATCH: To fix issue in procedure node (pgAdmin4)