Re: SHOW TABLES - Mailing list pgsql-hackers

From Ross J. Reedstrom
Subject Re: SHOW TABLES
Date
Msg-id 20100715205218.GC27591@rice.edu
Whole thread Raw
In response to Re: SHOW TABLES  (Simon Riggs <simon@2ndQuadrant.com>)
List pgsql-hackers
On Thu, Jul 15, 2010 at 04:20:12PM +0100, Simon Riggs wrote:
> 
> Just for the record, I've never ever met anyone that said "Oh, this \d
> syntax makes so much sense. I'm a real convert to Postgres now you've
> shown me this". The reaction is always the opposite one; always
> negative. Which detracts from our efforts elsewhere.
> 
Ah, that's true, we've never met in person ... Let me say that I recall
finding the clean separation of what the client implements vs. what the
server implements very useful when I was new to postgresql. Anything
that doesn't start with a backslash works equally well from psql and
from python/psycopg2, for example. If you make SHOW variants that are
actually client side \d commands, you break that.

Ross
-- 
Ross Reedstrom, Ph.D.                                 reedstrm@rice.edu
Systems Engineer & Admin, Research Scientist        phone: 713-348-6166
The Connexions Project      http://cnx.org            fax: 713-348-3665
Rice University MS-375, Houston, TX 77005
GPG Key fingerprint = F023 82C8 9B0E 2CC6 0D8E  F888 D3AE 810E 88F0 BEDE


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: bg worker: overview
Next
From: Simon Riggs
Date:
Subject: Re: SHOW TABLES