Can you help me understand why it is necessary to use pgpool in transaction mode? #1854
              
                
                  
                  
                    Answered
                  
                  by
                    vmihailenco
                  
              
          
                  
                    
                      davecramer
                    
                  
                
                  asked this question in
                Q&A
              
            -
| see $subject Also has https://agroal.github.io/pgagroal/ been tested | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            vmihailenco
          
      
      
        Mar 25, 2021 
      
    
    Replies: 1 comment 3 replies
-
| PgBouncer, not pgpool. And it is not a requirement - any other mode/proxy is fine too. I just meant to say that go-pg does not use prepared statements so it can be used with proxies like PgBouncer. I better remove that sentence. 
 Not by me. | 
Beta Was this translation helpful? Give feedback.
                  
                    3 replies
                  
                
            
      Answer selected by
        vmihailenco
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
PgBouncer, not pgpool. And it is not a requirement - any other mode/proxy is fine too.
I just meant to say that go-pg does not use prepared statements so it can be used with proxies like PgBouncer. I better remove that sentence.
Not by me.