Re: 7.4 Wishlist - Mailing list pgsql-hackers

From Rod Taylor
Subject Re: 7.4 Wishlist
Date
Msg-id 1043243227.83856.75.camel@jester
Whole thread Raw
In response to 7.4 Wishlist  (Antti Haapala <antti.haapala@iki.fi>)
Responses Re: 7.4 Wishlist  (Antti Haapala <antti.haapala@iki.fi>)
List pgsql-hackers
On Wed, 2003-01-22 at 04:55, Antti Haapala wrote:
> SHOW
> ----
>
> I think 7.4 could and really should implement SHOW command similar to
> MySQL. Listing tables/foreign keys/views and so isn't just psql problem,


Actually, in 7.4 I'd tell them to:

select * from information_schema.tables;


This is a far more portable method.

--
Rod Taylor <rbt@rbt.ca>

PGP Key: http://www.rbt.ca/rbtpub.asc

pgsql-hackers by date:

Previous
From: "Igor Georgiev"
Date:
Subject: Re: [mail] Re: Win32 port patches submitted
Next
From: Tom Lane
Date:
Subject: Re: Call for objections: put back OIDs in CREATE TABLE AS/SELECT INTO