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 1oJwzM-0003kI-85 for pgsql-sql@arkaria.postgresql.org; Fri, 05 Aug 2022 13:03:40 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1oJwzL-0008Jj-2E for pgsql-sql@arkaria.postgresql.org; Fri, 05 Aug 2022 13:03:39 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oJwzK-0008FL-Nu for pgsql-sql@lists.postgresql.org; Fri, 05 Aug 2022 13:03:38 +0000 Received: from premium22-4.web-hosting.com ([68.65.122.106]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oJwzH-0000pq-99 for pgsql-sql@lists.postgresql.org; Fri, 05 Aug 2022 13:03:37 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=misuse.org; s=default; h=Content-Type:Cc:To:Subject:Message-ID:Date:From:In-Reply-To: References:MIME-Version:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=KasBKxUYfdXP0jk/1Il10BP59b979oW/3bbj/BluwwU=; b=SGZRVyIMeeiRmUpSl2E6JADb8I AmQm32/MKorNBgghKMF1csVU4+ENyBrFVIuoeBUzLoXw51do0pqftVxizpe+HfVNrvh0IBq6lSEi+ nSzeSfak4GFR5EVxotCW47AdnMqylMNoOp2v/m6/CeiGu5pM0EqQ1RCDlXzdjFNaUQ7SAvNxA/4BC pEdy3nv56PUBo0F9kGIfdN1ott/oc6Aiwkl2RyR4vzDmNcb5FxMuCUO+YV1QPff0D3q+w1OQH/QYT YhZj3XYZC6w5/ollXtObQmvctMgrzIEZES+u+Al9mQuiJnFI/PrlEHWP/ZyQSvnFsTP4Aai40CVK8 /aDdUFCg==; Received: from mail-yw1-f182.google.com ([209.85.128.182]:33516) by premium22.web-hosting.com with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.95) (envelope-from ) id 1oJwzB-0097ly-6w for pgsql-sql@lists.postgresql.org; Fri, 05 Aug 2022 09:03:33 -0400 Received: by mail-yw1-f182.google.com with SMTP id 00721157ae682-324293f1414so24242667b3.0 for ; Fri, 05 Aug 2022 06:03:28 -0700 (PDT) X-Gm-Message-State: ACgBeo2DSgIM3Zq8s6aO5l9/xQ66vXTcRHlTZxoCNo8DaHzZL9dhJxUG d3PsMLuMyvRDypb7Dx8yA295Chdr6sf4LbW+Trc= X-Google-Smtp-Source: AA6agR4v6/3zba3umwtM9z3FG3ByUYqvSppKVdVOoCr8orFqR4NTXYmxR/LGfM92gxyZtgd3dCnL/kTmOhbmARv/ITg= X-Received: by 2002:a81:1348:0:b0:31f:62f4:4dab with SMTP id 69-20020a811348000000b0031f62f44dabmr5882873ywt.344.1659704608095; Fri, 05 Aug 2022 06:03:28 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Steve Midgley Date: Fri, 5 Aug 2022 14:03:17 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: JDBC Driver for postgres 9.6 To: aditya desai Cc: pgsql-sql Content-Type: multipart/alternative; boundary="00000000000099079e05e57e17d8" X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - premium22.web-hosting.com X-AntiAbuse: Original Domain - lists.postgresql.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - misuse.org X-Get-Message-Sender-Via: premium22.web-hosting.com: authenticated_id: science@misuse.org X-Authenticated-Sender: premium22.web-hosting.com: science@misuse.org X-Source: X-Source-Args: X-Source-Dir: X-From-Rewrite: unmodified, already matched List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --00000000000099079e05e57e17d8 Content-Type: text/plain; charset="UTF-8" On Fri, Aug 5, 2022 at 2:01 PM aditya desai wrote: > Hi, > Can someone give postgres 9.6 JDBC driver download link.? I am unable to > find it. > > I literally typed "jdbc driver postgres" into Google and this is the first link: https://jdbc.postgresql.org/download.html Can you please, in the future, do the basics before posting to this list? Or if that link doesn't work for you, in your initial post, can you say that, and explain why? Thanks, Steve --00000000000099079e05e57e17d8 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
On Fri, Aug 5, 2022 at 2:01 PM aditya des= ai <admad123@gmail.com> wro= te:
Hi,
Can someone give postgres 9.6 J= DBC driver download link.? I=C2=A0 am unable to find it.

=C2=A0
I literally typed "jdbc dri= ver postgres" into Google and this is the first link:=C2=A0https://jdbc.postgresql.org/down= load.html
=C2=A0
Can you please, in the future, do = the basics before posting to this list? Or if that link doesn't work fo= r you, in your initial post, can you say that, and explain why?
T= hanks,
Steve

--00000000000099079e05e57e17d8--