Skip to content
Snippets Groups Projects
Commit 22a8b7b4 authored by Stefano Zacchiroli's avatar Stefano Zacchiroli
Browse files

swh-func.sql: use LANGUAGE sql wherever possible

Overall, we can use LANGUAGE sql only in 6 cases (vs 17 functions that
remains plpgsql). This is in large part due to the fact that LANGUAGE
sql stored procedures cannot non-existent tables, and most notably
temporary tables.

Closes T55.
parent 329f4cf2
No related branches found
Tags debian/upstream/0.0.38
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment