We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4231a4d commit 2e9239bCopy full SHA for 2e9239b
reference/pdo_pgsql/pdo/pgsql/setnoticecallback.xml
@@ -12,7 +12,11 @@
12
<methodparam><type class="union"><type>callable</type><type>null</type></type><parameter>callback</parameter></methodparam>
13
</methodsynopsis>
14
<simpara>
15
- Description.
+ Set a callback to handle notice and warning messages generated by the backend.
16
+ This includes messages emitted by PostgreSQL itself,
17
+ as well as those raised by user-defined SQL functions using <literal>RAISE</literal>.
18
+ Please note that the actual receipt of these messages
19
+ depends on the backend setting <literal>client_min_messages</literal>.
20
</simpara>
21
</refsect1>
22
0 commit comments