From ebe124eacd7c3faa36ed358e7cc1d7c5b419e5f6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:18:09 +0200 Subject: Merging upstream version 15.6. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/libpq-notice-processing.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src/sgml/html/libpq-notice-processing.html') diff --git a/doc/src/sgml/html/libpq-notice-processing.html b/doc/src/sgml/html/libpq-notice-processing.html index 3203dd7..ad98f53 100644 --- a/doc/src/sgml/html/libpq-notice-processing.html +++ b/doc/src/sgml/html/libpq-notice-processing.html @@ -1,5 +1,5 @@ -34.13. Notice Processing

34.13. Notice Processing

+34.13. Notice Processing

34.13. Notice Processing

Notice and warning messages generated by the server are not returned by the query execution functions, since they do not imply failure of the query. Instead they are passed to a notice handling function, and @@ -83,4 +83,4 @@ defaultNoticeProcessor(void *arg, const char *message) PGconn's current notice handling pointers are copied into the PGresult for possible use by functions like PQgetvalue. -

\ No newline at end of file +

\ No newline at end of file -- cgit v1.2.3