From: | Steve Brett <SBrett(at)e-mis(dot)com> |
---|---|
To: | Achilleus Mantzios <achill(at)matrix(dot)gatewaynet(dot)com>, Steve Brett <SBrett(at)e-mis(dot)com> |
Cc: | "Pgsql-Sql (E-mail)" <pgsql-sql(at)postgresql(dot)org> |
Subject: | Re: list of tables ? |
Date: | 2002-07-11 14:13:01 |
Message-ID: | C05E7DA1218ED411BF8A00105AC95A8E05B0F74D@sv-cntrmail.emis.local |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
thanks.
Steve
> -----Original Message-----
> From: Achilleus Mantzios [mailto:achill(at)matrix(dot)gatewaynet(dot)com]
> Sent: 11 July 2002 15:10
> To: Steve Brett
> Cc: Pgsql-Sql (E-mail)
> Subject: Re: [SQL] list of tables ?
>
>
> On Thu, 11 Jul 2002, Steve Brett wrote:
>
> > can anyone point me in the right direction ?
> >
> > i need to list all the tables in a database.
> >
> > i've looked at pgadmin_tables which is empty and pga_schema
> whihc contains a
> > sinlge row i don't want to parse ...
> >
> > is there an easier way t get a list of tables ?
> >
> > i'm on 7.2
>
> select * from pg_tables;
>
> >
> > ta,
> >
> > Steve Brett
> >
> >
> >
> > ---------------------------(end of
> broadcast)---------------------------
> > TIP 4: Don't 'kill -9' the postmaster
> >
>
> --
> Achilleus Mantzios
> S/W Engineer
> IT dept
> Dynacom Tankers Mngmt
> tel: +30-10-8981112
> fax: +30-10-8981877
> email: achill(at)matrix(dot)gatewaynet(dot)com
> mantzios(at)softlab(dot)ece(dot)ntua(dot)gr
>
From | Date | Subject | |
---|---|---|---|
Next Message | George.T.Essig | 2002-07-11 14:23:39 | Re: XML to Postgres conversion |
Previous Message | Achilleus Mantzios | 2002-07-11 14:09:53 | Re: list of tables ? |