Good afternoon! Firstly, this is the first post I post in the forum and I am a beginner in PostgreSQL / PostGIS. I'm working on a project that involves spatialized database in which I need to find the best way to display in PostgreSQL the metadata of my shapes and rasters files, which are being edited and created. After much research, I did not find something that really helped me ... Since the metadata is housed in the shape xml file, they do not go to PostgreSQL, and that's exactly what I wanted them to display. The only thing I found on this line would be to create a table with the metadata I want to display and link it to the tables of my products. Is not there really a possibility to display this information in the database without creating a table? Anyway ... I do not know if I was very clear but, basically, what I need is to display the metadata of my files in PostgreSQL. Any ideas?
Hugs!
Henrique