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

Commit128c25b

Browse files
committed
Trivial markup improvement.
1 parent9a586fe commit128c25b

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,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.250 2005/05/23 01:50:01neilc Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.251 2005/06/06 16:29:01tgl Exp $
33
PostgreSQL documentation
44
-->
55

@@ -2725,7 +2725,7 @@ cast(-44 as bit(12)) <lineannotation>111111010100</lineannotation>
27252725

27262726
<para>
27272727
The <function>substring</> function with three parameters,
2728-
<function>substring(<parameter>string</parameter> from
2728+
<function>substring(<replaceable>string</replaceable> from
27292729
<replaceable>pattern</replaceable> for
27302730
<replaceable>escape-character</replaceable>)</function>, provides
27312731
extraction of a substring that matches an SQL
@@ -2837,7 +2837,7 @@ substring('foobar' from '#"o_b#"%' for '#') <lineannotation>NULL</lineannotat
28372837

28382838
<para>
28392839
The <function>substring</> function with two parameters,
2840-
<function>substring(<parameter>string</parameter> from
2840+
<function>substring(<replaceable>string</replaceable> from
28412841
<replaceable>pattern</replaceable>)</function>, provides extraction of a substring
28422842
that matches a POSIX regular expression pattern. It returns null if
28432843
there is no match, otherwise the portion of the text that matched the

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp