• Robert Haas's avatar
    Add new to_reg* functions for error-free OID lookups. · 0886fc6a
    Robert Haas authored
    These functions won't throw an error if the object doesn't exist,
    or if (for functions and operators) there's more than one matching
    object.
    
    Yugo Nagata and Nozomi Anzai, reviewed by Amit Khandekar, Marti
    Raudsepp, Amit Kapila, and me.
    0886fc6a
plpy_spi.c 13.5 KB