Received: from localhost (unknown [200.46.208.211]) by mail.postgresql.org (Postfix) with ESMTP id 038FC633805 for ; Mon, 29 Jun 2009 15:31:55 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by localhost (mx1.hub.org [200.46.208.211]) (amavisd-maia, port 10024) with ESMTP id 55016-06 for ; Mon, 29 Jun 2009 15:31:51 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from pobox.sfu.ca (pobox.sfu.ca [142.58.101.28]) by mail.postgresql.org (Postfix) with ESMTP id ACDFA632582 for ; Mon, 29 Jun 2009 15:31:53 -0300 (ADT) Received: from [192.168.123.25] (s142-179-66-77.bc.hsia.telus.net [142.179.66.77]) (authenticated bits=0) by pobox.sfu.ca (8.13.6/8.13.5/SFU-6.0G) with ESMTP id n5TIVm4M024969 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 29 Jun 2009 11:31:49 -0700 (PDT) Message-ID: <4A490894.7050305@sfu.ca> Date: Mon, 29 Jun 2009 11:31:48 -0700 From: Mike Toews User-Agent: Thunderbird 2.0.0.22 (Windows/20090605) MIME-Version: 1.0 To: Greg Smith CC: pgsql-docs@postgresql.org Subject: Re: Improve pg_restore docs References: <4A4904BE.2070306@sfu.ca> In-Reply-To: Content-Type: multipart/mixed; boundary="------------070102090703040303050906" X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=0 tagged_above=0 required=5 tests=none X-Spam-Level: X-Archive-Number: 200906/14 X-Sequence-Number: 5195 This is a multi-part message in MIME format. --------------070102090703040303050906 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Greg Smith wrote: > The standard way to submit patches here is to attach a file with a > full context diff (diff -c) to the message, rather than putting it > inline or including just the changes. The idea is to make it easy for > the committers to grab your patch and apply it. Part of my hesitation in attaching the patch is that I'm on a Windows computer (be aware of CRLF line endings in the attached). Apply to pgsql/doc/src/sgml/ref/pg_restore.sgml -Mike --------------070102090703040303050906 Content-Type: text/plain; name="pg_restore.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="pg_restore.patch" 291c291,292 < specific table. --- > specific table. The default is taken from the > default_path variable. 379c380,382 < Restore definition and/or data of named table only. --- > Restore definition and/or data of named table only. This can be > combined with the option to restore a table > from a specific schema. --------------070102090703040303050906--