From: | "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov> |
---|---|
To: | "David Fetter" <david(at)fetter(dot)org>, "Bruce Momjian" <bruce(at)momjian(dot)us> |
Cc: | "Simon Riggs" <simon(at)2ndQuadrant(dot)com>,<jd(at)commandprompt(dot)com>, "Marc G(dot) Fournier" <scrappy(at)hub(dot)org>, "Guillaume Lelarge" <guillaume(at)lelarge(dot)info>, "Bernd Helmle" <mailings(at)oopsware(dot)de>, <pgsql-hackers(at)postgresql(dot)org>, "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Subject: | Re: SHOW TABLES |
Date: | 2010-07-16 16:42:55 |
Message-ID: | 4C4045BF020000250003371E@gw.wicourts.gov |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Bruce Momjian <bruce(at)momjian(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Simon Riggs | 2010-07-16 16:44:17 | Re: SHOW TABLES |
Previous Message | Marko Tiikkaja | 2010-07-16 16:31:15 | Re: Status report on writeable CTEs |