InterviewSolution
Saved Bookmarks
| 1. |
How to enable debug mode in PostgreSQL? |
|
Answer» PgAdmin comes with built-in support to DEBUG your Pl/PgSQL codes. However, in order to enable this, you need to compile and INSTALL a SEPARATE plug-in for PostgreSQL Now, once you have set up a proper environment for debugging, GO to EDIT /etc/postgresql/9.4/main/postgresql.conf and enable the debugger plugin. |
|