Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1ZUnHY-0000EY-84 for pgsql-docs@arkaria.postgresql.org; Thu, 27 Aug 2015 02:51:16 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84) (envelope-from ) id 1ZUnHW-00055m-Q6 for pgsql-docs@arkaria.postgresql.org; Thu, 27 Aug 2015 02:51:14 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84) (envelope-from ) id 1ZUnHV-00054s-HM for pgsql-docs@postgresql.org; Thu, 27 Aug 2015 02:51:13 +0000 Received: from mail-io0-x22f.google.com ([2607:f8b0:4001:c06::22f]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84) (envelope-from ) id 1ZUnHS-0006J8-B1 for pgsql-docs@postgresql.org; Thu, 27 Aug 2015 02:51:11 +0000 Received: by iodb91 with SMTP id b91so42147262iod.1 for ; Wed, 26 Aug 2015 19:51:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=tyn+bOqbzp4ehSHd8jNUTduaVAwzqSMQeAZYtx6wkhw=; b=iRH+lfXfx+JymH9swt/7eRrDHSSG/LQIRNmSU0eZPBf6Ixp/c/4L2n04kWTr6bEv5M 60Jxe8X0k2GxwXweFWhSTRi6T3pWsfVNuBU/YwYF8ROytV6Q/vjj5w1GeGf7M2e71c2X nkjC21xiiih+ip2ktcnh7MpGcsH1Ltcl6HovQOOYdyhWGe0SGX7SimpU9uBNbvTzvEap B9kseYdojvpvyqarBVM9auvScq5ilITJHljyNCUBFoB8hMlh/yLkx0PB1KL5HH0qEWmp sOeoQNqn0I3Yguw7zHiUZEgL8kmG9BYZ3EQa0TJVfpYV2wZMB/h1XZuXylZoQJaUkgGN JFxg== MIME-Version: 1.0 X-Received: by 10.107.131.168 with SMTP id n40mr8616822ioi.47.1440643869095; Wed, 26 Aug 2015 19:51:09 -0700 (PDT) Received: by 10.36.143.141 with HTTP; Wed, 26 Aug 2015 19:51:09 -0700 (PDT) In-Reply-To: <20150827020226.GG29674@momjian.us> References: <20150827020226.GG29674@momjian.us> Date: Wed, 26 Aug 2015 22:51:09 -0400 Message-ID: Subject: Re: Omission of "(or C)" in psql's "pset title" header From: "David G. Johnston" To: Bruce Momjian Cc: "pgsql-docs@postgresql.org" Content-Type: multipart/alternative; boundary=001a113ec43010d6e1051e420a3a X-Pg-Spam-Score: -2.7 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgsql-docs Precedence: bulk Sender: pgsql-docs-owner@postgresql.org --001a113ec43010d6e1051e420a3a Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Wed, Aug 26, 2015 at 10:02 PM, Bruce Momjian wrote: > On Wed, Jun 24, 2015 at 06:11:20PM -0400, David G. Johnston wrote: > > http://www.postgresql.org/docs/devel/static/app-psql.html > > > > The other pset keywords with black-slash aliases include a "(or > )" > > paren after the keyword. "title" does not (should be "C") > > Attached is a patch to implement this, including a doc patch. > > =E2=80=8BWasn't expecting a code change - just the docs. The docs already = said the "\C [ title ]" is a valid meta-command... Did you maybe end up making a command line "-C 'title'" valid instead? David J. --001a113ec43010d6e1051e420a3a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On Wed, Au= g 26, 2015 at 10:02 PM, Bruce Momjian <bruce@momjian.us> wrote:
On Wed, Ju= n 24, 2015 at 06:11:20PM -0400, David G. Johnston wrote:
> http://www.postgresql.org/docs/devel/s= tatic/app-psql.html
>
> The other pset keywords with black-slash aliases include a "(or &= lt;letter>)"
> paren after the keyword. =C2=A0"title" does not (should be &= quot;C")

Attached is a patch to implement this, including a doc patch.

=

=E2=80=8BWasn't expecting a code = change - just the docs.=C2=A0 The docs already said the "\C [ title ]&= quot; is a valid meta-command...

Did you maybe end up making a command line &= quot;-C 'title'" valid instead?

David J.


--001a113ec43010d6e1051e420a3a--