Why it is creating temporary tables in my postgresql server geodatbase ??????
These tables are numbered sequentially.
The tasks to be performed was the following:
• Load geodata with ArcMAP
• Update Records with ArcMAP
• Assignment of records in a table by geo web
• Creation of records by geo Web
----------------------
Attached image.
Thanks.
The "vw" in the suffix gives the strong impression those are views being created and not tables.
Although you provide the general steps you are taking, they are still too general for others to provide much feedback. With the 4 steps you lay out, can you isolate which step is creating the tables/views? If so, what specific step (function call, task, etc...) is creating them?