Is it possible to log queries executed only on a particular database in postgresql?
One possible solution is to log the database name, and finally grep them. Would be helpful if there is a better approach, as the log generated is humongous that grep is not very convenient.