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

Commitd8a0b96

Browse files
committed
doc: rename "Equals" to "Equal"
1 parent93c4bbc commitd8a0b96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/plpgsql.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ arow RECORD;
343343
is specified, an assignment of a null value results in a run-time
344344
error. All variables declared as <literal>NOT NULL</>
345345
must have a nonnull default value specified.
346-
Equals (<literal>=</>) can be used instead of PL/SQL-compliant
346+
Equal (<literal>=</>) can be used instead of PL/SQL-compliant
347347
<literal>:=</>.
348348
</para>
349349

@@ -876,7 +876,7 @@ PREPARE <replaceable>statement_name</>(integer, integer) AS SELECT $1 &lt; $2;
876876
a row value, if the variable is a row or record variable). The target
877877
variable can be a simple variable (optionally qualified with a block
878878
name), a field of a row or record variable, or an element of an array
879-
that is a simple variable or field.Equals (<literal>=</>) can be
879+
that is a simple variable or field.Equal (<literal>=</>) can be
880880
used instead of PL/SQL-compliant <literal>:=</>.
881881
</para>
882882

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp