Le Mercredi 27 Février 2002 11:20, Tim Finch, FosterFinch Ltd a écrit :
> The control would potentially take something like a reference to a table
> from pgSchema?? (I've not looked at pgSchema in any detail yet) and render
> the table's fields in a box, showing which are PK, which have constraints,
> indexes, foreign keys etc. using mixture of colour, bold, italic etc.
pgSchema is a an object-oriented abstraction layer representing schema
objects. Therefore, there is no need to reference pgSchema tables. All you
need is to call pgSchema objects.
/JMP