Я пытаюсь сделать резервную копию схемы только точек облака, я пытаюсь использовать встроенную резервную копию в pgadmin4 и получаю следующую ошибку. Он жалуется, что ERROR: relation "pointcloud_formats" does not exist
Я тестирую запрос select schema, srid from pointcloud_formats where pcid = 1
, и он возвращается без проблем. Есть идеи?
pg_dump: Dumping the contents of table "pc_0201507091159" failed: PQgetResult() failed.
pg_dump: Error message from server: ERROR: relation "pointcloud_formats" does not exist
LINE 1: select schema, srid from pointcloud_formats where pcid = 1
^
QUERY: select schema, srid from pointcloud_formats where pcid = 1
pg_dump: The command was: COPY pointcloud_99_526.pc_0201507091159 (id, pa) TO stdout;