how to store ROI info in Psql
“segment” : [ { “coordinates”:[ { “x”:703.944, “y”:1133.952 }, { “x”:703.944, “y”:1014.912 } ] }, { “coordinates”:[ { “x”:111.944, “y”:11.952 }, { “x”:703.944, “y”:1014.912 } ] } ] for example i wanna insert ROI values in Psql. what type colunms do i have to make it. to insert just json data?.. i just search pgis […]
PostgreSQL copy command results in ‘replacement characters’
I have a Java application where I run a COPY command. In this command, I copy the query result to stdout in csv format.
Blocking in DB during race
The database has a “clients” table.
Postgresql / back end java probleme de connexion
j’ai réussit à connecter mon back end à ma base de donnée postgresql , sauf que je n’arrive toujours pas à créer de nouveaux éléments dans ma table .
Function date_part is not unique when trying to extract unit from date in criteria builder
I need to extract some unit from a date for further use in conditions. I found sql function date_part() and wrote following method: