PATCH: More search in object's definitions

From: "J(dot)F(dot) Oster" <jinfroster(at)mail(dot)ru>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: PATCH: More search in object's definitions
Date: 2014-07-08 17:39:01
Message-ID: 335098279.20140708213901@mail.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hello!

This patch adds search capabilities for:

* Column's type names and default values
* Everything in a view definition
* Column names in composite types, tables and foreign tables

I'm not sure how far should this feature be developed further. Is it
enough to cover most typical needs? (with this patch I feel my needs
almost covered)
Or should it take a burden of revealing _each_and_every_ usage of
constants and object dependencies not managed by DBMS? In the latter
case we'd firstly make up a list of these.

--
Best regards,
J.F.

Attachment Content-Type Size
140708_searchobj_more_defs.patch application/octet-stream 4.7 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dmitriy Olshevskiy 2014-07-08 18:28:39 Re: PATCH: save and restore the settings of the search objects dialog
Previous Message J.F. Oster 2014-07-08 17:16:30 Re: PATCH: save and restore the settings of the search objects dialog