1- <!-- $PostgreSQL: pgsql/doc/src/sgml/information_schema.sgml,v 1.13 2003/12/13 23:59:06 neilc Exp $ -->
1+ <!-- $PostgreSQL: pgsql/doc/src/sgml/information_schema.sgml,v 1.14 2004/01/24 23:45:13 tgl Exp $ -->
22
33<chapter id="information-schema">
44 <title>The Information Schema</title>
@@ -1823,7 +1823,7 @@ ORDER BY c.ordinal_position;
18231823
18241824 <para>
18251825 The view <literal>parameters</literal> contains information about
1826- the parameters (arguments) all functions in the current database.
1826+ the parameters (arguments)of all functions in the current database.
18271827 Only those functions are shown that the current user has access to
18281828 (by way of being the owner or having some privilege).
18291829 </para>
@@ -1875,8 +1875,8 @@ ORDER BY c.ordinal_position;
18751875 <entry><literal>parameter_mode</literal></entry>
18761876 <entry><type>character_data</type></entry>
18771877 <entry>
1878- Always <literal>IN</literal>, meaning input parameter (In the
1879- future there might be other parameter modes. )
1878+ Always <literal>IN</literal>, meaning input parameter (in the
1879+ future there might be other parameter modes)
18801880 </entry>
18811881 </row>
18821882
@@ -1895,7 +1895,7 @@ ORDER BY c.ordinal_position;
18951895 <row>
18961896 <entry><literal>parameter_name</literal></entry>
18971897 <entry><type>sql_identifier</type></entry>
1898- <entry>Always null, since <productname>PostgreSQL</> does not support named parameters </entry>
1898+ <entry>Name of the parameter, or null if the parameter has no name </entry>
18991899 </row>
19001900
19011901 <row>