pg-jdbc Questions

6

Solved

I am trying to add a PostgreSQL database to DBeaver and am getting the following error when I try to connect to the database. I'm using DBeaver Version 7.2.3.202010191702. And after receiving this ...
Tobey asked 20/10, 2020 at 19:32

2

Solved

In pgjdbc we have: loginTimeout connectTimeout socketTimeout cancelSignalTimeout But it isn't clear to me what's the difference (when are they applied) between loginTimeout, connectTimeout and ...
Objective asked 22/5, 2019 at 16:56

4

The latest Java JDBC drivers for postgres claim to support UUIDs natively; working against Postgres 9.2 (mac). Indeed, when a PreparedStatement is used, I can step through the driver code, and eve...
Pizzicato asked 31/7, 2013 at 11:43

0

Hi I am reading from logical replication stream continuously in infinite while loop. and I have another program that is continuously populating a table in the same database. I notice that after som...
Confiteor asked 3/9, 2018 at 10:27

1

Solved

I am using PostgreSQL DB and applying it's LISTEN/NOTIFY functionality. So my listener is at my AS (Application Server) and I have triggers configured on my DB such that when CRUD operations are pe...
1

© 2022 - 2024 — McMap. All rights reserved.