AAll PL/pgSQL expressions in a function, except dynamic queries, are only prepared once during the lifetime of the PostgreSQL backend process
BAll PL/pgSQL expressions in a function are only prepared once during the lifetime of the PostgreSQL backend process
CAll PL/pgSQL expressions in a function are prepared for each execution time during the lifetime of the PostgreSQL backend process
DNone of these above is correct