doc: Explain that ereport doesn't return for ERROR or higher levels.
authorRobert Haas
Mon, 26 Aug 2013 18:27:43 +0000 (14:27 -0400)
committerRobert Haas
Mon, 26 Aug 2013 18:27:43 +0000 (14:27 -0400)
Christophe Pettus

doc/src/sgml/sources.sgml

index 4b78679d32d808ddddc3c291ba8689a653fa1023..61ab9325c9ebab7540efdfc4c0a6e20b1a25bdf4 100644 (file)
@@ -142,6 +142,13 @@ ereport(ERROR,
     a message text.  Also, an optional hint message is provided.
    
 
+   
+    If the severity level is ERROR or higher,
+    ereport aborts the execution of the user-defined
+    function and does not return to the caller. If the severity level is
+    lower than ERROR, ereport returns normally.
+   
+    
    
     The available auxiliary routines for ereport are: