Docs: indicate how to debug notices from postgres
Author: benjieCreated May 1, 2026Updated May 1, 2026
Labels📄 add-to-docs🤩 good-first-bug
pool.on('connect', client => client.on('notice', msg => {console.dir(msg)}))Source: graphile/crystal
pool.on('connect', client => client.on('notice', msg => {console.dir(msg)}))Source: graphile/crystal