diff --git a/doc/WhatsNew b/doc/WhatsNew index b5f9b3bc6b..dea13aa9d8 100644 --- a/doc/WhatsNew +++ b/doc/WhatsNew @@ -335,7 +335,7 @@ Notes: 1. Available in PSQL only. 2. Currently cannot return values, so SELECT statements are not allowed. - 3. Recursion level is limited to 500 (hardcoded). + 3. Recursion level is limited to 50 (hardcoded). Example: EXECUTE VARCHAR my_var; Contributor(s):