Re: Getting tables, procedures, etc. - Mailing list pgsql-general

From Robert Treat
Subject Re: Getting tables, procedures, etc.
Date
Msg-id 1034262624.15495.22.camel@camel
Whole thread Raw
In response to Re: Getting tables, procedures, etc.  ("Roberto (SmartBit)" <roberto@smartbit.inf.br>)
List pgsql-general
Why not just grab the source code from pgAdmin and look at how it does
the sql calls.  Actually you can probably just do psql -E and get the
source of the \d commands

Robert Treat

On Thu, 2002-10-10 at 10:57, Roberto (SmartBit) wrote:
> >
> > > How could I do to get de User Tables, System Tables, Stored Procedures,
> > > Trigger, Views, etc???
> > > I'd like to do the same as pgAdmin ... using a TreeView at left and at
> rigth
> > > I'll show the items...
> >
> > It's all there in pg meta data. Tora is one way I have discovered today to
> get
> > that information easily..
> >
>
> Sorry my ignorance, but, what is "Tora"???
> How do I do to get the pg meta data using delphi??
>
> I'm trying to do something like pgAdmim ....
>
> Roberto de Amorim
>




pgsql-general by date:

Previous
From: frbn
Date:
Subject: Re: connection watchdog
Next
From: "Roberto (SmartBit)"
Date:
Subject: Fw: Getting tables, procedures, etc.