periclesroalves

Results 2 comments of periclesroalves

@brianc this small example that still gives me the same problem: ```javascript const { Client } = require('pg'); (async () => { const client = new Client({ user: '', host:...

@robsonpeixoto yes, this behavior is specific to Azure PostgreSQL. I went through the server configuration options, but couldn't find anything that changed this behavior at the time.