File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- <!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.317 2006/05/18 00:50:08 momjian Exp $ -->
1+ <!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.318 2006/05/18 03:18:24 momjian Exp $ -->
22
33 <chapter id="functions">
44 <title>Functions and Operators</title>
12441244
12451245 <tbody>
12461246 <row>
1247- <entry><literal><function>ascii</function>(<type >string</type >)</literal></entry>
1247+ <entry><literal><function>ascii</function>(<parameter >string</parameter >)</literal></entry>
12481248 <entry><type>int</type></entry>
12491249 <entry><acronym>ASCII</acronym> code of the first byte of the argument</entry>
12501250 <entry><literal>ascii('x')</literal></entry>
13191319 </row>
13201320
13211321 <row>
1322- <entry><literal><function>initcap</function>(<type >string</type >)</literal></entry>
1322+ <entry><literal><function>initcap</function>(<parameter >string</parameter >)</literal></entry>
13231323 <entry><type>text</type></entry>
13241324 <entry>
13251325 Convert the first letter of each word to uppercase and the
You can’t perform that action at this time.
0 commit comments