Skip to content
Snippets Groups Projects
  • Peter Eisentraut's avatar
    ee7fa66b
    PL/Python: Add result metadata functions · ee7fa66b
    Peter Eisentraut authored
    Add result object functions .colnames, .coltypes, .coltypmods to
    obtain information about the result column names and types, which was
    previously not possible in the PL/Python SPI interface.
    
    reviewed by Abhijit Menon-Sen
    ee7fa66b
    History
    PL/Python: Add result metadata functions
    Peter Eisentraut authored
    Add result object functions .colnames, .coltypes, .coltypmods to
    obtain information about the result column names and types, which was
    previously not possible in the PL/Python SPI interface.
    
    reviewed by Abhijit Menon-Sen