]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Change <type>string</> to <parameter>string</>.
authorBruce Momjian <bruce@momjian.us>
Thu, 18 May 2006 03:18:24 +0000 (03:18 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 18 May 2006 03:18:24 +0000 (03:18 +0000)
doc/src/sgml/func.sgml

index a9d1a3b750745a2190a53fb834d000e38537292a..0a9a62b759f815f1ed789033bb269b993e23accc 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.317 2006/05/18 00:50:08 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.318 2006/05/18 03:18:24 momjian Exp $ -->
 
  <chapter id="functions">
   <title>Functions and Operators</title>
 
      <tbody>
       <row>
-       <entry><literal><function>ascii</function>(<type>string</type>)</literal></entry>
+       <entry><literal><function>ascii</function>(<parameter>string</parameter>)</literal></entry>
        <entry><type>int</type></entry>
        <entry><acronym>ASCII</acronym> code of the first byte of the argument</entry>
        <entry><literal>ascii('x')</literal></entry>
       </row>       
 
       <row>
-       <entry><literal><function>initcap</function>(<type>string</type>)</literal></entry>
+       <entry><literal><function>initcap</function>(<parameter>string</parameter>)</literal></entry>
        <entry><type>text</type></entry>
        <entry>
         Convert the first letter of each word to uppercase and the