PGJDBC is a Java driver for the Postgresql relational database management system.
Questions tagged [pg-jdbc]
35 questions
0
votes
1 answer
Can't get Java Resource file in AWS Lambda
I am trying to configure an SSL connection between PostgreSQL and AWS Lambda. The problem is passing the AWS certificate PEM file to pgjdbc.
I added the PEM file to my resources folder and tried to get it's location…

Michel Feinstein
- 13,416
- 16
- 91
- 173
0
votes
1 answer
pgjdbc-ng Ill-formed region:
Currently i'm trying to make a module which will listen to any changes via trigger on Postgres. I'm using pgjdbc-ng ver 0.8.2 ,download the JAR from maven repo central and add it as project reference.
Following is the code that i used :
public class…

user776550
- 125
- 1
- 1
- 8
0
votes
0 answers
OutOfMemoryError when reading single column from PostgreSQL
I'm trying to read one of columns from one of table from my locally installed PostgreSQL 10.3
Connection conn = DriverManager.getConnection("jdbc:postgresql://localhost:5432/vk", "postgres", "qwerty");
Statement statement =…

turbanoff
- 2,439
- 6
- 42
- 99
0
votes
1 answer
Javascript custom library issue
I have looked and looked and I am still scratching my head. If I have missed something obvious, I apologise. I have tried to create a custom library of functions that I have written myself (thanks stackoverflow for helping me work that one out....).…

Darren Smith
- 31
- 5