Solved

Setting up a trace on a PostgreSQL database from shapefile migration

  • 28 January 2019
  • 1 reply
  • 2 views

Badge

Hello,

I'm migrating some shapefiles using FME to a PostgreSQL/PostGIS database.

 

Is there any way to monitor all of the SQL commands that have been sent to it during the translation ?

 

Thank you.
icon

Best answer by david_r 28 January 2019, 09:32

View original

1 reply

Userlevel 4

There are several tutorials out there, including this one, that shows how to do it:

http://www.microhowto.info/howto/log_all_queries_to_a_postgresql_server.html

Reply