selecting tables and columns - Mailing list pgsql-novice

From Robert Morgan
Subject selecting tables and columns
Date
Msg-id 40C50A11.4080703@ihug.co.nz
Whole thread Raw
Responses Re: selecting tables and columns
List 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


pgsql-novice by date:

Previous
From: "Scott Marlowe"
Date:
Subject: Re: Shut down postgres server...
Next
From: "Scott Marlowe"
Date:
Subject: Re: selecting tables and columns