|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.317 2006/05/1800:50:08 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.318 2006/05/1803:18:24 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="functions">
|
4 | 4 | <title>Functions and Operators</title>
|
|
1244 | 1244 |
|
1245 | 1245 | <tbody>
|
1246 | 1246 | <row>
|
1247 |
| - <entry><literal><function>ascii</function>(<type>string</type>)</literal></entry> |
| 1247 | + <entry><literal><function>ascii</function>(<parameter>string</parameter>)</literal></entry> |
1248 | 1248 | <entry><type>int</type></entry>
|
1249 | 1249 | <entry><acronym>ASCII</acronym> code of the first byte of the argument</entry>
|
1250 | 1250 | <entry><literal>ascii('x')</literal></entry>
|
|
1319 | 1319 | </row>
|
1320 | 1320 |
|
1321 | 1321 | <row>
|
1322 |
| - <entry><literal><function>initcap</function>(<type>string</type>)</literal></entry> |
| 1322 | + <entry><literal><function>initcap</function>(<parameter>string</parameter>)</literal></entry> |
1323 | 1323 | <entry><type>text</type></entry>
|
1324 | 1324 | <entry>
|
1325 | 1325 | Convert the first letter of each word to uppercase and the
|
|