From: | Robert Treat <xzilla(at)users(dot)sourceforge(dot)net> |
---|---|
To: | "Roberto (SmartBit)" <roberto(at)smartbit(dot)inf(dot)br> |
Cc: | shridhar_daithankar(at)persistent(dot)co(dot)in, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Getting tables, procedures, etc. |
Date: | 2002-10-10 15:10:23 |
Message-ID: | 1034262624.15495.22.camel@camel |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
>
From | Date | Subject | |
---|---|---|---|
Next Message | Roberto (SmartBit) | 2002-10-10 15:17:09 | Fw: Getting tables, procedures, etc. |
Previous Message | frbn | 2002-10-10 15:02:54 | Re: connection watchdog |