Re: SHOW TABLES - Mailing list pgsql-hackers

From Kevin Grittner
Subject Re: SHOW TABLES
Date
Msg-id 4C4045BF020000250003371E@gw.wicourts.gov
Whole thread Raw
In response to Re: SHOW TABLES  (Bruce Momjian <bruce@momjian.us>)
Responses Re: SHOW TABLES
List pgsql-hackers
Bruce Momjian <bruce@momjian.us> wrote:
> What are the other syntaxes?
For Sybase ASE sp_help and other stored procedures, see:
http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc36273.1550/html/sprocs/X85190.htm
Like \d, these server-side stored procedures can return a number of
result sets.  Like Robert, I'm skeptical of implementing a
server-side solution for PostgreSQL which doesn't do the same.  I'm
not clear on whether that's even possible without a new version of
wire protocol, though.
-Kevin


pgsql-hackers by date:

Previous
From: Marko Tiikkaja
Date:
Subject: Re: Status report on writeable CTEs
Next
From: Simon Riggs
Date:
Subject: Re: SHOW TABLES