Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What debugging features are available?

debugging features
0
10 Posted

What debugging features are available?

0

There are many log_* server configuration variables at http://www.postgresql.org/docs/current/interactive/runtime-config-logging.html that enable printing of query and process statistics which can be very useful for debugging and performance measurements.

0

PostgreSQL has several features that report status information that can be valuable for debugging purposes. First, by running configure with the –enable-cassert option, many assert()s monitor the progress of the backend and halt the program when something unexpected occurs. Both postmaster and postgres have several debug options available.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.