TIL: In psql, you can use `\ef {functionname} {linenr}` to open up an editor containing the definition of a function at the given line. Super handy when debugging.

Postgresql is 🔥

Comments