Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pDRv1-0001k1-UG for pgsql-advocacy@arkaria.postgresql.org; Thu, 05 Jan 2023 15:12:35 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pDRv0-0005nt-8f for pgsql-advocacy@arkaria.postgresql.org; Thu, 05 Jan 2023 15:12:34 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pDRv0-0005ni-1O for pgsql-advocacy@lists.postgresql.org; Thu, 05 Jan 2023 15:12:34 +0000 Received: from meldrar.postgresql.org ([2a02:c0:301:0:ffff::31]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pDRux-0000q6-N6 for pgsql-advocacy@lists.postgresql.org; Thu, 05 Jan 2023 15:12:33 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=postgresql.org; s=20171124; h=Message-ID:References:In-Reply-To:Subject:Cc: To:From:Date:Content-Transfer-Encoding:Content-Type:MIME-Version:Sender: Reply-To:Content-ID:Content-Description; bh=aEsc51k/cmad1olOincMPuPcD6RdtVzp20/2AURu4W0=; b=S/geELoY3+y04DCB1ENFbd441D 21vQ2qJ3zB4wlXsTFp+O7WmlYh41LJEKtI2UkZVe4MDBv/tn0OhcBM4sKbS/oUM47LhhdhXhs9Qz8 A2B/4zSQ2Ptvp7EJt3bWG/B5e1hdSChvsnodKudR1ptDus8daZIvt2qC8NxEeDoylsXzju/S0kTIh jyt8CSkhmofmS/34oFG12TsNnkRtrJJExxFt5eHLfr68eDD2HZIVbY9bvYTWieiN/sep+WMpTV9Q4 JXgeHP3KsgwyYDfyEpcolIoGYWqRzKgE95Xb3+nh2KFTijn0iMWN3VOw15qwIeqGwP+1L2jz+GnCh SEdZVeXw==; Received: from meldrar.postgresql.org ([87.238.57.231] helo=webmail.postgresql.org) by meldrar.postgresql.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1pDRuv-0003gG-AK; Thu, 05 Jan 2023 15:12:31 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Fri, 06 Jan 2023 02:12:27 +1100 From: Justin Clift To: Clive Swan Cc: pgsql-advocacy@lists.postgresql.org Subject: Re: postgres.jar In-Reply-To: References: Message-ID: <8c533005759d01783661f84f6c43bd87@postgresql.org> X-Sender: justin@postgresql.org User-Agent: Roundcube Webmail/1.3.17 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 2023-01-05 23:39, Clive Swan wrote: > Greetings, > > I downloaded and copied the postgres.jar file into >> > sqldeveloper>lib>ext > > It is in the same folder as dbtools-liquibase.jar > > When I open Oracle SqlDeveloper I don't get the Postgres database > dropdown?? > Any suggestions on how to resolve this, appreciated. Hey Clive, Sorry to say, but this is very much the wrong mailing list for this question. While this one is indeed a "PostgreSQL" mailing list, it's more about marketing and advocacy. Thinking over your message though (I'm not a java guy), you might want to resend it to the "pgsql-jdbc" mailing list: https://www.postgresql.org/list/pgsql-jdbc/ <-- archives They likely have a better idea of how to do .jar things with Postgres. :) Regards and best wishes, Justin Clift