pgsql-http
pgsql-http copied to clipboard
Use PgSQL memory management
Watch out for lifetimes of objects, in particular need to switch into top memory context for the long-lived elements (context) while staying in statement context for short-lived objects.