Received: from localhost (maia-5.hub.org [200.46.204.182]) by postgresql.org (Postfix) with ESMTP id F3BCD9FBD6E for ; Thu, 22 Mar 2007 17:42:01 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.182]) (amavisd-new, port 10024) with ESMTP id 07042-01 for ; Thu, 22 Mar 2007 17:41:54 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.4 Received: from developer.pgadmin.org (developer.pgadmin.org [63.246.23.140]) by postgresql.org (Postfix) with ESMTP id 2F3C99FBD30 for ; Thu, 22 Mar 2007 17:41:57 -0300 (ADT) Received: from [172.16.0.69] ([89.240.138.72]) (authenticated bits=0) by developer.pgadmin.org (8.13.8/8.13.8) with ESMTP id l2MKeZP1013787 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 22 Mar 2007 20:40:47 GMT Message-ID: <4602EA06.90204@postgresql.org> Date: Thu, 22 Mar 2007 20:41:42 +0000 From: Dave Page User-Agent: Thunderbird 1.5.0.9 (Macintosh/20061207) MIME-Version: 1.0 To: Bruce Momjian CC: Mark Stosberg , PostgreSQL-patches Subject: Re: Re: [DOCS] suggestion for improving TMPDIR and "--format" docs for pg_dump References: <200703221943.l2MJhOj17367@momjian.us> In-Reply-To: <200703221943.l2MJhOj17367@momjian.us> X-Enigmail-Version: 0.94.1.2 OpenPGP: url=http://www.pgadmin.org/pgp/davepage.pgp Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200703/311 X-Sequence-Number: 1321 Bruce Momjian wrote: > Thanks for the report. I have corrected this and the fix will be in > PostgreSQL 8.3. Interestingly, we support non-documented option > "append" and "file" too. Append is undocumented as it's intended to be used by pg_dumpall, not directly by users. Regards, Dave.