Posts by Luiz Filipe Machado • 33 points
2 posts
-
2
votes1
answer359
viewsQ: node extraction via postgresql
It is possible via commands in Postgres to process vector data. I have a table with data that represent the displacement of objects and need to extract final and initial Vertice. This is possible…
-
1
votes1
answer2741
viewsQ: pg_dump executed via windows command prompt
I executed a dump with the following script: C:\Arquivos de Programas\postgresql\10\bin>pg_dump.exe -h xxx.xxx.xxx.xxx -p 5432 -U postgres -W postgres Senha:... -- PostgreSQL database dump -- --…