Re: [Fwd: Quick Question Please]

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: Terry Hampton <thampton(at)limacorp(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: [Fwd: Quick Question Please]
Date: 2003-12-18 21:21:33
Message-ID: 20031218212133.GA28777@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Thu, Dec 18, 2003 at 15:48:14 -0500,
Terry Hampton <thampton(at)limacorp(dot)com> wrote:
>
>
> OOPS! This group is quick and sharp.
> I was not specific enough with my need.
> Sorry to clog your email.
>
> Was is the SQL syntax to
> return table names programatically ?
>
> thanks again for a quick hand,
> Terry

If you run psql with the -E option and then do a \d tablename, the sql
used to calculate the response will be displayed. That sql would be the
right way to do what you want.

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Terry Hampton 2003-12-18 21:47:55 Re: [Fwd: Quick Question Please]
Previous Message Terry Hampton 2003-12-18 20:48:14 [Fwd: Quick Question Please]