Re: After the last update

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: Arbol One <ArbolOne(at)hotmail(dot)ca>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: After the last update
Date: 2024-01-16 02:11:45
Message-ID: CAKFQuwYZ=mfW=cxwxSd_T_FStyhhZqq=c5VQ1GqA+c53fcJuCA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Jan 15, 2024 at 2:33 PM Arbol One <ArbolOne(at)hotmail(dot)ca> wrote:

> I am working on an application using NB-20,
> PG-psql (16.1 (Debian 16.1-1.pgdg120+1), server 15.5 (Debian
> 15.5-1.pgdg120+1)),
> postgresql-42.7.0.jar.
> openjdk 17.0.9 2023-10-17
> OpenJDK Runtime Environment (build 17.0.9+9-Debian-1deb12u1)
> OpenJDK 64-Bit Server VM (build 17.0.9+9-Debian-1deb12u1, mixed mode,
> sharing)
> and, yes... Debian 12.
>
> For some reason NB is not longer able to interact with PG since the last
> PG package update from Debian.
> Is anyone else experiencing the same problem, or is it just me; I wonder.
>
> The question is, how can I tackle this issue.
>

If you want good help you need to be much more specific and detailed in the
information you provide. Beyond that, debugging is a skill that basically
boils down to trying things, figuring out where the problem originates.
Usually with the help of error messages. Does psql work? Is the
server even running? I do wonder whether the fact your psql is reporting
v16 but the server is v15 is a meaningful symptom. Again, finding the
error message usually is the most useful first step. Otherwise you need to
be extra wordy in describing exactly what you are doing and seeing that you
believe is a problem. "not longer able to interact" is an insufficient
description.

I've not yet seen anyone else complain of issues on these mailing lists;
though if the problem is with NetBeans and v16 maybe they report them to a
more appropriate NB oriented place?

David J.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message jian he 2024-01-16 03:46:59 Re: Emitting JSON to file using COPY TO
Previous Message Arbol One 2024-01-16 01:59:02 Re: After the last update