I have a line table in my PostGIS database and a table with invert levels for the start and end of each line.
My goal is to create create 3D lines in my table, from my invert data. I know I can use st_makeline to recreate the line with a 3D point at the start and end but I was hoping to be able to run a update just on the Z value for the start and end.
Can this be done or is it easier to just recreate the line.