You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Add functions plpy.quote_ident, plpy.quote_literal,plpy.quote_nullable, which wrap the equivalent SQL functions.To be able to propagate char * constness properly, make the argumentof quote_literal_cstr() const char *. This also makes it moreconsistent with quote_identifier().Jan Urbański, reviewed by Hitoshi Harada, some refinements by PeterEisentraut