Received: from localhost (postgresql.org [64.49.215.8]) by postgresql.org (Postfix) with ESMTP id 49A92477348 for ; Tue, 7 Jan 2003 17:53:22 -0500 (EST) Received: from candle.pha.pa.us (momjian.navpoint.com [207.106.42.251]) by postgresql.org (Postfix) with ESMTP id 359934772E6 for ; Tue, 7 Jan 2003 17:53:02 -0500 (EST) Received: (from pgman@localhost) by candle.pha.pa.us (8.11.6/8.10.1) id h07Mqt924998; Tue, 7 Jan 2003 17:52:55 -0500 (EST) From: Bruce Momjian Message-Id: <200301072252.h07Mqt924998@candle.pha.pa.us> Subject: Re: Patch 2 typos in libpq docs In-Reply-To: To: ljb Date: Tue, 7 Jan 2003 17:52:55 -0500 (EST) Cc: pgsql-docs@postgresql.org X-Mailer: ELM [version 2.4ME+ PL99 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by AMaViS new-20020517 X-Archive-Number: 200301/19 X-Sequence-Number: 1619 I have backpatched the fix into 7.3.X. --------------------------------------------------------------------------- ljb wrote: > Both these fixes are to the new "Files" section in the libpq chapter of the > 7.3.1 Programmer's Guide. The first fix gets rid of a bogus ">" which > appears in the HTML output at the start of the first paragraph. I have no > idea why DocBook turns the "/>" into an extra >. The second fix is an > obvious typo. > > > --- sgml/libpq.sgml.bak 2002-11-08 00:10:00.000000000 -0500 > +++ sgml/libpq.sgml 2002-12-26 20:38:01.000000000 -0500 > @@ -2134,7 +2134,7 @@ > files > > > - > + > > password > .pgpass > @@ -2153,7 +2153,7 @@ > > The permissions on .pgpass must disallow any > access to world or group; achieve this by the command > -chmod 0600 .pgaccess. > +chmod 0600 .pgpass. > If the permissions are less strict than this, the file will be ignored. > > > > ---------------------------(end of broadcast)--------------------------- > TIP 6: Have you searched our list archives? > > http://archives.postgresql.org > -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073