On Thursday 28 November 2002 00:32, Steve Jackson wrote:
> Hi
>
> Has anyone of you a good pointer to a description of where in the system
> tables I may find what informations? I try to code a generic procedure
> which gets information (like field type, field length, foreign keys...)
> about tables and fields from a system table.
>
Read the man page for psql.
Check out the section for PSQL META_COMMANDS.
Sounds like everything you need is in there.
Andy