Received: from localhost (maia-5.hub.org [200.46.204.182]) by postgresql.org (Postfix) with ESMTP id C632F9FB582 for ; Fri, 9 Mar 2007 10:32:07 -0400 (AST) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.182]) (amavisd-new, port 10024) with ESMTP id 68855-03 for ; Fri, 9 Mar 2007 10:32:01 -0400 (AST) X-Greylist: from auto-whitelisted by SQLgrey-1.7.4 Received: from floppy.pyrenet.fr (floppy.pyrenet.fr [194.116.145.2]) by postgresql.org (Postfix) with ESMTP id E72DE9FB577 for ; Fri, 9 Mar 2007 10:32:06 -0400 (AST) Received: by floppy.pyrenet.fr (Postfix, from userid 106) id 6CCC130B2C; Fri, 9 Mar 2007 15:32:04 +0100 (MET) From: Mark Stosberg X-Newsgroups: pgsql.docs Subject: Re: suggestion for improving TMPDIR and "--format" docs for pg_dump Date: Fri, 09 Mar 2007 09:31:27 -0500 Organization: Hub.Org Networking Services Lines: 43 Message-ID: References: <200703091121.01155.peter_e@gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@news.hub.org User-Agent: Thunderbird 1.5.0.9 (X11/20070111) In-Reply-To: <200703091121.01155.peter_e@gmx.net> To: pgsql-docs@postgresql.org X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200703/9 X-Sequence-Number: 4180 Peter Eisentraut wrote: > Am Freitag, 9. März 2007 03:30 schrieb Mark Stosberg: >> The tar format needs some space to create temporary files. By default >> "/tmp" is used. On systems with small "/tmp" partitions, set the >> "TMPDIR" environment variable to a location with more space, such as >> "/usr/tmp". > > That is really standard operating system behavior. We don't need to duplicate > that information. So is ./configure make make install These are all external, standard programs, but they are common and useful to document with applications. I think a small amount of redundancy is documentation is a good thing. When I wanted to use a different tmp dir, I searched the PostgreSQL docs for how to do that, because I was using a PostgreSQL tool. I had no why of knowing whether PostgreSQL was even using standard conventions of tmpdir handling, of if it did it's own thing. Also, after several years of being professional involved with Unix system maintenance, I was not aware that this was a standard feature. Surely then, less advanced users would benefit from the documentation. >> It woud also be nice to document that the full names "custom" and "tar" are >> supported. Longer names can be nice for clarity. > > They are. You must be looking at an older version. You are correct. Sorry about that. >> ( Unfortunately, wrong formats like "txx" also work instead of throwing >> an error. ) > > Send a patch. I appreciate the sentiment, by my C skills are weak. Mark