X-Original-To: pgadmin-support-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id 7DC5E329E83 for ; Fri, 8 Oct 2004 11:43:31 +0100 (BST) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 70096-02 for ; Fri, 8 Oct 2004 10:43:24 +0000 (GMT) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.190]) by svr1.postgresql.org (Postfix) with ESMTP id 96B28329D68 for ; Fri, 8 Oct 2004 11:43:25 +0100 (BST) Received: from [212.227.126.160] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1CFsBh-0001X8-00; Fri, 08 Oct 2004 12:41:25 +0200 Received: from [80.129.142.191] (helo=pse-consulting.de) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1CFsBh-00045O-00; Fri, 08 Oct 2004 12:41:25 +0200 Message-ID: <41666ED0.3060104@pse-consulting.de> Date: Fri, 08 Oct 2004 10:41:20 +0000 From: Andreas Pflug User-Agent: Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.6) Gecko/20040413 Debian/1.6-5 X-Accept-Language: en MIME-Version: 1.0 To: Tony Caduto Cc: pgadmin-support@postgresql.org Subject: Re: Bug References: <1097181410.4165a8e2668ac@www.bigbadwolf.org> <001401c4acd5$ba6095c0$6701a8c0@tmobile> In-Reply-To: <001401c4acd5$ba6095c0$6701a8c0@tmobile> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:0ce7ee5c3478b8d72edd8e05ccd40b70 X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.0 tagged_above=0.0 required=5.0 tests= X-Spam-Level: X-Archive-Number: 200410/36 X-Sequence-Number: 3512 Tony Caduto wrote: > When creating a new function if you select the owner, and in my case the > only one available in the picklist is postgres, the function will fail to > create. > To reproduce, just pick a owner name and then try to create the function. I can't reproduce this on 8.0. Apparently owner isn't supported on older versions, I'll change pgAdmin accordingly. Regards, Andreas