Relative Content

Tag Archive for postgresqldbeaver

How i can add a many json values in PostgreSQL?

I have a problem adding values to my exercise table. I want to update within the name column the values that are with en-US by adding values with es-ES and pt-BR, in this case, I already have this json with the translations and now I need to insert it into my database. but I’m wondering how to make a SQL script to do this automatically instead of me updating each column within the name line

Prevent Data Exfiltration from DB IDE/Tool

right now I’m using DBeaver CE (desktop), is there any alternative database tool to prevent data exfiltration after user/dba/programmer execute query and the query result cannot be copy or export from DB tool/IDE ? I’m using PostgreSQL