Re: psql \? \daS

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Stephen Frost <sfrost(at)snowman(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: psql \? \daS
Date: 2010-05-26 19:26:03
Message-ID: AANLkTin7PUyGY8DRU2_G7FPHVflwyPhp_39U8Biy6ong@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, May 26, 2010 at 1:59 PM, Stephen Frost <sfrost(at)snowman(dot)net> wrote:
>  Noticed this while playing around with psql regression tests.

Good catch. It looks like the + option doesn't actually do anything
for \da, though, so I'm inclined to just write \da[S] rather than
\da[S+] (see: \dl, \dC).

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise Postgres Company

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2010-05-26 19:37:49 Re: Synchronization levels in SR
Previous Message Stephen Frost 2010-05-26 19:19:59 Re: Regression testing for psql