Skip to content
Snippets Groups Projects
  • Tom Lane's avatar
    a2a8c7a6
    Support hex-string input and output for type BYTEA. · a2a8c7a6
    Tom Lane authored
    Both hex format and the traditional "escape" format are automatically
    handled on input.  The output format is selected by the new GUC variable
    bytea_output.
    
    As committed, bytea_output defaults to HEX, which is an *incompatible
    change*.  We will keep it this way for awhile for testing purposes, but
    should consider whether to switch to the more backwards-compatible
    default of ESCAPE before 8.5 is released.
    
    Peter Eisentraut
    a2a8c7a6
    History
    Support hex-string input and output for type BYTEA.
    Tom Lane authored
    Both hex format and the traditional "escape" format are automatically
    handled on input.  The output format is selected by the new GUC variable
    bytea_output.
    
    As committed, bytea_output defaults to HEX, which is an *incompatible
    change*.  We will keep it this way for awhile for testing purposes, but
    should consider whether to switch to the more backwards-compatible
    default of ESCAPE before 8.5 is released.
    
    Peter Eisentraut
largeobject.source 5.04 KiB