PostgreSQL - PL/pgSQL Fundamentals
You wrote this code inside a PostgreSQL function:
But it causes an error: "ERROR: column "message" does not exist". What is the likely problem?
RAISE EXCEPTION 'Error: %', message;
But it causes an error: "ERROR: column "message" does not exist". What is the likely problem?
