@@ -5874,7 +5874,7 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
5874
5874
(references <link linkend="catalog-pg-type"><structname>pg_type</structname></link>.<structfield>oid</structfield>)
5875
5875
</para>
5876
5876
<para>
5877
- An array with the data types of the function arguments. This includes
5877
+ An array of the data types of the function arguments. This includes
5878
5878
only input arguments (including <literal>INOUT</literal> and
5879
5879
<literal>VARIADIC</literal> arguments), as well as
5880
5880
<literal>OUT</literal> parameters of procedures, and thus represents
@@ -5888,7 +5888,7 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
5888
5888
(references <link linkend="catalog-pg-type"><structname>pg_type</structname></link>.<structfield>oid</structfield>)
5889
5889
</para>
5890
5890
<para>
5891
- An array with the data types of the function arguments. This includes
5891
+ An array of the data types of the function arguments. This includes
5892
5892
all arguments (including <literal>OUT</literal> and
5893
5893
<literal>INOUT</literal> arguments); however, if all the
5894
5894
arguments are <literal>IN</literal> arguments, this field will be null.
@@ -5902,7 +5902,7 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
5902
5902
<structfield>proargmodes</structfield> <type>char[]</type>
5903
5903
</para>
5904
5904
<para>
5905
- An array with the modes of the function arguments, encoded as
5905
+ An array of the modes of the function arguments, encoded as
5906
5906
<literal>i</literal> for <literal>IN</literal> arguments,
5907
5907
<literal>o</literal> for <literal>OUT</literal> arguments,
5908
5908
<literal>b</literal> for <literal>INOUT</literal> arguments,
@@ -5920,7 +5920,7 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
5920
5920
<structfield>proargnames</structfield> <type>text[]</type>
5921
5921
</para>
5922
5922
<para>
5923
- An array with the names of the function arguments.
5923
+ An array of the names of the function arguments.
5924
5924
Arguments without a name are set to empty strings in the array.
5925
5925
If none of the arguments have a name, this field will be null.
5926
5926
Note that subscripts correspond to positions of
@@ -5945,9 +5945,12 @@ SCRAM-SHA-256$<replaceable><iteration count></replaceable>:<replaceable>&l
5945
5945
<row>
5946
5946
<entry role="catalog_table_entry"><para role="column_definition">
5947
5947
<structfield>protrftypes</structfield> <type>oid[]</type>
5948
+ (references <link linkend="catalog-pg-type"><structname>pg_type</structname></link>.<structfield>oid</structfield>)
5948
5949
</para>
5949
5950
<para>
5950
- Data type OIDs for which to apply transforms.
5951
+ An array of the argument/result data type(s) for which to apply
5952
+ transforms (from the function's <literal>TRANSFORM</literal>
5953
+ clause). Null if none.
5951
5954
</para></entry>
5952
5955
</row>
5953
5956
0 commit comments