Is there an easy way to track Postgres db requests in an environment (Windows XP). I am testing a new code and suspect that in some cases the requests are duplicated / repeated under certain conditions.
What is the easiest / best way to do this - I just need something simple - basically a timestamp and query syntax.
Just add the following line to the configuration file:
log_min_duration_statement = 0
After a reboot, the log file contains all the instructions.
Source: https://habr.com/ru/post/1347870/More articles:Behavior of flexible threads / asynchronous operations - flexWhat does timer_getoverrun () do? - cHow to implement the SHARE function of an application for Android? - androidHow can I extract a row from an excel cell? - stringHow to write pixels in a pixel screen? - assemblyPython - foam - no module - pythonHow to debug the error Creating a list item in SharePoint using the SOAP API UpdateListItems API? - soapC # code to confirm organization / company number? - javascriptMultiple instances of an ASP.net application from the same website configuration in IIS - c #Undefined reference to the "main" error in the function crt1.o _start - c ++All Articles