python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Why is my equal not working on 2 identical String
I'm using postgresql 13 and I'm trying to fetch data from a table based on one of its column.
Said table is defined as follow :
create table my_table (
my_table_id int8 not null,
value varcha...
L. Malegue
Votes: 0
Answers: 0
Equal sign (=) and LIKE return different results on main and replica postgresql
In my setup I have one main and two replicas PostgreSQL-13 servers.
On the main and one of the replica servers I have the following (normal) situation when running queries:
SELECT id, field FROM table...
Dexterite
Votes: 0
Answers: 1
GCP - size of CloudSQL Postgres Database logs are increasing rapidly and are not being purged
I'm currently working with Cloud SQL to store data for my database, which is around 14GB in size. However, over monitoring for the past few weeks, it seems like the storage capacity of the database ha...
Jainil Sutaria
Votes: 0
Answers: 0
Set up mTLS between Jira Service Management and PostgreSQL 13.5
I am trying to set up the mTLS connection between JSM and PostgreSQL.
On the database side, I have turned on the SSL and in pg_hba.conf I added the configuration below to tell the client to use a cert...
joker57
Votes: 0
Answers: 1