TODO item: columns of Views: show properties - Mailing list pgadmin-hackers

From Darko Prenosil
Subject TODO item: columns of Views: show properties
Date
Msg-id 004a01c483cb$c2dab790$5c87bfd5@darko
Whole thread Raw
Responses Re: TODO item: columns of Views: show properties  (Andreas Pflug <pgadmin@pse-consulting.de>)
List pgadmin-hackers
I see in todo an item:
    columns of Views: show properties

and maybe I have a solution. I have written a "c" (backend) function that
can return the same structure as "pg_class" for any query, and that means
indirectly that it can return all columns definitions for view too. It is
important that it can tell for each column to which table it belongs.
Concerning pgAdmin already has some server-side functions, could this be a
solution ?

Regards !


pgadmin-hackers by date:

Previous
From: "Dave Page"
Date:
Subject: Re: Bug in CREATE USER script
Next
From: Andreas Pflug
Date:
Subject: Re: TODO item: columns of Views: show properties