Hi,
Does anyone have experience implementing custom functionality on top of
pgadmin? This is for an internal corporate application to provide some domain
specific functionality on top of the database. I thought that it would be a
good idea to extend the pgadmin interface (which the users are already familiar
with) to provide value added domain specific functionality (custom validation,
visualization on top of database functionality) instead of writing a separate
GUI application. The idea is to extend the object browser to new nodes
corresponding to domain specific entities/groups (modeled as one or more
tables/types in the database) and providing custom viewer/editor forms for
them. I looked at the source and it has some documentation on adding custom
forms. Is this approach recommended? How would it work with new versions?
Thanks,
--Kannan.