On Thu, Oct 26, 2023 at 06:56:40PM -0400, Tom Lane wrote:
> Bruce Momjian <br...@momjian.us> writes:
> > Here is a patch to add this.
> 
> "function arguments" seems like a completely wrong description
> (and if we do want to document that limit, it's 100).
> 
> "query parameters" would work, perhaps.

Ah, I was confused.  I documented both in the attached patch.

-- 
  Bruce Momjian  <br...@momjian.us>        https://momjian.us
  EDB                                      https://enterprisedb.com

  Only you can decide what is important to you.
diff --git a/doc/src/sgml/limits.sgml b/doc/src/sgml/limits.sgml
index d5b2b627dd..4bdc569ac5 100644
--- a/doc/src/sgml/limits.sgml
+++ b/doc/src/sgml/limits.sgml
@@ -80,6 +80,18 @@
      <entry>can be increased by recompiling <productname>PostgreSQL</productname></entry>
     </row>
 
+    <row>
+     <entry>query parameters</entry>
+     <entry>65535</entry>
+     <entry></entry>
+    </row>
+
+    <row>
+     <entry>function arguments</entry>
+     <entry>100</entry>
+     <entry></entry>
+    </row>
+
     <row>
      <entry>indexes per table</entry>
      <entry>unlimited</entry>

Reply via email to