Robin Portigliatti
Robin Portigliatti
Hello, I have the same issue when connecting with pgbouncer user and tried to do as you suggested @petere. My userlist.txt ``` "postgres" "postgres" "pgbouncer" "SCRAM-SHA-256$4096:aew7vVUJxFDpusLg115nCw==$zzQdVRDN1Ud2X5XHqORUZU+dWzYWsrESNrSW6zalstw=:Wet6Es/Q+zaxvPVjeHgblOr/P2gyn0Ilvr+9zgepOvQ=" ``` I did setup...
> Isn't that what you want? What were you hoping for? I thought when providing new SCRAM, pgbouncer would also challenge SCRAM auth but it seems not. More I looked...
Hello, A workaroud I found. The tricky part is to get the DETAIL part of the LOG. They managed to make it ugly, you'll see. With this log_line_prefix `'%m [%p]:...
I guess that's it ? ``` package main import ( "fmt" "github.com/chrislusf/gleam/sql/parser" ) func main() { sql := "SELECT * FROM users WHERE age > 30" p := parser.New() tree,...