pg environment? metadata?

From: "Martin Matusiak" <db(at)juventuz(dot)net>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: pg environment? metadata?
Date: 2003-02-17 22:54:43
Message-ID: 003001c2d6d7$901a2360$ea80f181@frasier
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Hello,
>
> I was wondering what kind of functions/constants exist in Postgre to dig
up
> metadata. I barely scratched the surface of Oracle but I know you find
> things like user_tables there that can be used to extract info about your
> tables. What I'm looking for is some kind of functions to extract column
> names, possibly data types, etc. And by that I don't mean console
commands,
> sql statements that will do the job with tcp/ip.
>
> Moreover, are there any ANSI standards for this kind of thing? Or each one
> to his own?
>
>
> Martin
>

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-02-17 23:39:29 Re: deadlock in REINDEX
Previous Message Tom Lane 2003-02-17 22:52:40 Re: COUNT and Performance ...