Re: SHOW TABLES

From: David Fetter <david(at)fetter(dot)org>
To: Greg Sabino Mullane <greg(at)turnstep(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: SHOW TABLES
Date: 2010-07-19 17:23:58
Message-ID: 20100719172358.GB27070@fetter.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Jul 19, 2010 at 02:12:19PM -0000, Greg Sabino Mullane wrote:
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: RIPEMD160
>
>
> > 1. \d isn't exactly the most intuitive thing ever
>
> Seems fairly mnemomic to me (d=describe) and it packs a
> *lot* of information into a single letter (see below).
> Things that are done often should have short keystrokes,
> and not require learning Yet Another Meta-Language.
>
> > And it's pretty clear that we have been heading into some
> > increasingly cryptic bits of fruit salad of
> > \dfzb+-meta-bucky-alt-foo
>
> No arguments there, but that's the nature of the beast. I don't
> think it's as bad as is made out, however, as \d covers 99% of
> everyday usage and certainly the "show tables" that started
> this thread.

It covers 0% of cases where people are not using psql.

Cheers,
David.
--
David Fetter <david(at)fetter(dot)org> http://fetter.org/
Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter
Skype: davidfetter XMPP: david(dot)fetter(at)gmail(dot)com
iCal: webcal://www.tripit.com/feed/ical/people/david74/tripit.ics

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Joshua D. Drake 2010-07-19 17:31:24 Re: SHOW TABLES
Previous Message Heikki Linnakangas 2010-07-19 17:19:30 Re: leaky views, yet again