X-Original-To: pgsql-general-postgresql.org@localhost.postgresql.org Received: from localhost (av.hub.org [200.46.204.144]) by postgresql.org (Postfix) with ESMTP id 5FB339DCCC4 for ; Sat, 17 Dec 2005 12:09:22 -0400 (AST) Received: from postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 20066-09 for ; Sat, 17 Dec 2005 12:09:21 -0400 (AST) X-Greylist: from auto-whitelisted by SQLgrey- Received: from service-web.de (p15093784.pureserver.info [217.160.106.224]) by postgresql.org (Postfix) with ESMTP id 2F0209DCC82 for ; Sat, 17 Dec 2005 12:09:20 -0400 (AST) Received: from [192.168.178.99] (p548B239F.dip0.t-ipconnect.de [84.139.35.159]) by service-web.de (Postfix) with ESMTP id 152B920002D; Sat, 17 Dec 2005 17:09:18 +0100 (CET) Subject: Re: DBlink documentation From: Tino Wildenhain To: Andre Truter Cc: Douglas McNaught , Leonel Nunez , pgsql-general@postgresql.org In-Reply-To: <1134831184.14378.51.camel@fullyautomatix.home.trusoft.co.za> References: <1134823993.14378.37.camel@fullyautomatix.home.trusoft.co.za> <43A4109C.6060304@enelserver.com> <1134827063.14378.41.camel@fullyautomatix.home.trusoft.co.za> <43A41AFE.9030007@enelserver.com> <1134828849.14378.45.camel@fullyautomatix.home.trusoft.co.za> <1134831184.14378.51.camel@fullyautomatix.home.trusoft.co.za> Content-Type: text/plain Date: Sat, 17 Dec 2005 17:09:16 +0100 Message-Id: <1134835756.4975.183.camel@Andrea.peacock.de> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, score=0 required=5 tests=[none] X-Spam-Score: 0 X-Spam-Level: X-Archive-Number: 200512/874 X-Sequence-Number: 88437 Am Samstag, den 17.12.2005, 16:53 +0200 schrieb Andre Truter: ... > Thanks, I'll download the Posgres source then. > > I would be nice if the documentation could be online though, then I > would not need to download the whole postgres source just to get the > documentation for one small part. This is understandable ;) But in this case not postgres peoples fault. There is no reason a package manager should exclude parts of the software at will. The complete software includes all you need. Well done packages either have a big package of all or single packages you install which include the documentation too. If someone does not use a package, (s)he is downloading the source anyway to get postgres :-) Regards Tino