Postgrex.execute-exclamation-mark

You're seeing just the function execute-exclamation-mark, go back to Postgrex module for more information.
Link to this function

execute!(conn, query, params, opts \\ [])

View Source

Specs

Runs an (extended) prepared query and returns the result or raises Postgrex.Error if there was an error. See execute/4.