[HACKERS] psql \? \daS

2010-05-26 Thread Stephen Frost
Greetings, Noticed this while playing around with psql regression tests. Thanks, Stephen commit 31bf61bab77ad991f2a67a41699384e57c021508 Author: Stephen Frost sfr...@snowman.net Date: Wed May 26 13:51:27 2010 -0400 Add 'S' to optional parameters for \da

Re: [HACKERS] psql \? \daS

2010-05-26 Thread Robert Haas
On Wed, May 26, 2010 at 1:59 PM, Stephen Frost sfr...@snowman.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).