Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit45ec63c

Browse files
committed
Change <type>string</> to <parameter>string</>.
1 parente6bd9bf commit45ec63c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎doc/src/sgml/func.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 $ -->
22

33
<chapter id="functions">
44
<title>Functions and Operators</title>
@@ -1244,7 +1244,7 @@
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>
@@ -1319,7 +1319,7 @@
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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp