selecting tables and columns

From: Robert Morgan <robert_(at)ihug(dot)co(dot)nz>
To: postgres <pgsql-novice(at)postgresql(dot)org>
Subject: selecting tables and columns
Date: 2004-06-08 00:36:33
Message-ID: 40C50A11.4080703@ihug.co.nz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi does postgresql have a similar command to SHOW in MySQL.
I want to select all tables that match a criteria then select all columns.
from those tables.

in MySQL: "SHOW tables like 'stu%'";
"SHOW columns from ".$tbl." ";
using php variable

thanks
Bob

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Scott Marlowe 2004-06-08 05:06:49 Re: selecting tables and columns
Previous Message Josh Berkus 2004-06-07 20:10:04 Re: wikipedia article