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 5D9DB9DCD0E for ; Sat, 17 Dec 2005 09:27:11 -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 92254-04 for ; Sat, 17 Dec 2005 09:27:14 -0400 (AST) X-Greylist: from auto-whitelisted by SQLgrey- Received: from enelserver.com (enelserver.com [66.111.53.70]) by postgresql.org (Postfix) with ESMTP id 586699DCB5C for ; Sat, 17 Dec 2005 09:27:09 -0400 (AST) Received: from enelserver.com (debian [127.0.0.1]) by enelserver.com (Postfix) with ESMTP id BFF8160355; Sat, 17 Dec 2005 06:35:29 -0500 (EST) Received: from [201.133.212.218] (enelserver.com [66.111.53.70]) by enelserver.com (Postfix) with ESMTP id 5E9CF60353; Sat, 17 Dec 2005 06:35:29 -0500 (EST) Message-ID: <43A4109C.6060304@enelserver.com> Date: Sat, 17 Dec 2005 06:20:28 -0700 From: Leonel Nunez User-Agent: Mozilla Thunderbird 1.0.7 (X11/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andre Truter Cc: pgsql-general@postgresql.org Subject: Re: DBlink documentation References: <1134823993.14378.37.camel@fullyautomatix.home.trusoft.co.za> In-Reply-To: <1134823993.14378.37.camel@fullyautomatix.home.trusoft.co.za> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP 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/860 X-Sequence-Number: 88423 Andre Truter wrote: >Where do I find documentation for using dblink? > >I am running PostgreSQL 8.03 on SuSE 9.3 and I installed the >postgresql-contrib package, but it only includes the README for dblink, >which only lists the functions, but it does not include any information >on how to use it. > >For instance, it would list: > >dblink_connect(text) RETURNS text. > >But what should 'text' be? > >I searched through the Postgres site and mailing list archives and I get >a lot of references of "look in the dblink documentation". >Unfortunately I have have not yet been able to find this documentation? > >Can anybody please give me a link to the documentation? > >Thanks > > It's on the contrib package or in the contrib dir if you installed from source leonel