Received: from localhost (unknown [200.46.204.183]) by mail.postgresql.org (Postfix) with ESMTP id 58CF96321AF; Tue, 6 Jan 2009 05:13:19 -0400 (AST) Received: from mail.postgresql.org ([200.46.204.86]) by localhost (mx1.hub.org [200.46.204.183]) (amavisd-maia, port 10024) with ESMTP id 07968-03; Tue, 6 Jan 2009 05:13:10 -0400 (AST) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.180]) by mail.postgresql.org (Postfix) with ESMTP id 9544763228A; Tue, 6 Jan 2009 05:13:08 -0400 (AST) Received: by wa-out-1112.google.com with SMTP id j4so4309746wah.19 for ; Tue, 06 Jan 2009 01:13:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=HB/e3nyTPOYjUfYfMs8FsWTxLJDJ33xMSf3YNX3Tbbo=; b=ahKpiY8mddi2HoSZTOu/OiMIOekZabL6WSL0fCguOUU9N6F1HkCjxjfXDqTbNucbT+ ClhhYCsJXj1OOWS/yaXGHiI7x2ihtHqiQtKu4WVpr1is0ovYyo+7xWXxqTJWVbpFUyD4 0BsR1pWNjFAMkLFmyoraUKuLiQkJTy6SAWAds= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=MRZnY+5JCO0fgq308BrA/xdxZRQiq4UZD9622Y4X5lC84ZKPMhn3QCorX+yHHXDo1c iz3UwOJJzEkKdoBBFSgKnO4xGNEnACqFRCEmvcgtheKn9Tj4K5PvpnORzKEcOlZiQ0jt jx8lP1glzDHGrjLtduiIrvIxAPTJk4bLiKRls= Received: by 10.114.196.13 with SMTP id t13mr14392418waf.82.1231233185683; Tue, 06 Jan 2009 01:13:05 -0800 (PST) Received: by 10.115.108.3 with HTTP; Tue, 6 Jan 2009 01:13:05 -0800 (PST) Message-ID: Date: Tue, 6 Jan 2009 02:13:05 -0700 From: "Scott Marlowe" To: "Gurjeet Singh" Subject: Re: [HACKERS] ERROR: failed to find conversion function from "unknown" to text Cc: "Pavel Stehule" , "PGSQL General" , "PGSQL Hackers" In-Reply-To: <65937bea0901060104n399cdec8ye5e2b8e247e5139a@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <65937bea0901052223w162a977dyeaaf888a854f7324@mail.gmail.com> <162867790901052230l25b10f08qa35f56856b9cc4c6@mail.gmail.com> <65937bea0901052237j50657573i8c980f9f5f4814d5@mail.gmail.com> <162867790901052245l4e4fa9b2ydc03781b45b13276@mail.gmail.com> <65937bea0901060104n399cdec8ye5e2b8e247e5139a@mail.gmail.com> 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: 200901/72 X-Sequence-Number: 142157 On Tue, Jan 6, 2009 at 2:04 AM, Gurjeet Singh wrote: > I took your cue, and have formulated this solution for 8.3.1 : Is there a good reason you're running against a db version with known bugs instead of 8.3.5? Seriously, it's an easy upgrade and running a version missing over a year of updates is not a best practice.