i'm getting the following error:
PG::SyntaxError: ERROR: syntax error at or near "PARALLEL"
LINE 12: -- Name: plpgsql; Type: EXTENSION; Schema: -; Owner: -
i think this is because I haven't installed postgresql-contrib -- can someone help me understand how to install this. i have installed postgresql on OSX using brew.
from what I can gather, postgresql-contrib, is a collection of modules or is it a specific module?