mirror of
https://github.com/postgres/postgres.git
synced 2026-06-08 08:34:03 -04:00
ee7fa66b19
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