I have big DB function which has multiple lines like this
RAISE NOTICE \'some step completed\';
I want to get all this notices in my PHP ap
pg_last_notice() now accepts an optional parameter to specify an operation.
This can be done with one of the following new constants:
More info for Changed Functions in version 7.1 HERE.