-
| Is there a straightforward way to see the full statement that's sent to PostgreSQL, with parameters encoded inline? (Ideally, I'd want to log these at DEBUG level.) | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            eirnym
          
      
      
        Dec 3, 2021 
      
    
    Replies: 1 comment 3 replies
-
| The statement is in a binary form. It isn't sent to PostgreSQL in text form, so I don't know how you want it to be displayed. | 
Beta Was this translation helpful? Give feedback.
                  
                    3 replies
                  
                
            
      Answer selected by
        pbryan
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
The statement is in a binary form. It isn't sent to PostgreSQL in text form, so I don't know how you want it to be displayed.