TODO item: columns of Views: show properties

From: "Darko Prenosil" <Darko(dot)Prenosil(at)finteh(dot)hr>
To: <pgadmin-hackers(at)postgresql(dot)org>
Subject: TODO item: columns of Views: show properties
Date: 2004-08-16 20:01:01
Message-ID: 004a01c483cb$c2dab790$5c87bfd5@darko
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 !

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Andreas Pflug 2004-08-17 01:02:20 Re: TODO item: columns of Views: show properties
Previous Message Dave Page 2004-08-16 19:12:54 Re: Bug in CREATE USER script