Sean Chittenden writes:
> I don't think these should be hacked into the backend/libpq, but I
> think it'd be a huge win to hack in "show *" support into psql for
> MySQL users so they can type:
>
> SHOW (databases|tables|views|functions|triggers|schemas);
Well, we (will) have the information schema, and if you like you can put
it in the path and write
select * from tables;
etc., which seems just as good.
--
Peter Eisentraut peter_e@gmx.net