Re: I need a function

From: "Tomi NA" <hefest(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: I need a function
Date: 2006-08-08 15:04:05
Message-ID: d487eb8e0608080804r182b8e57vb031148082e47c24@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 8/8/06, Feri@ <feria(at)eftshlg(dot)co(dot)cu> wrote:
>
>
> Hello to wholes, I am new therein and I am going by of mysql to
> postgres,somebody serious so kind to explain me as I can obtain in an array
> the names of the draws of a given base of data in PostGres. am programming
> in PHP, sorry for my English, i speak spanish.
> thank you very much.

What do you mean by "draws of a given [database]"? Tables? Columns?
Try something like:
SELECT * FROM pg_class
Search the manual for pg_class: this should help a lot.

Hope it helps.
t.n.a.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Steve Peterson 2006-08-08 16:25:23 Re: DROP TABLESPACE fails
Previous Message Tom Lane 2006-08-08 12:24:34 Re: Dumping database using 8.1 or 7.1