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

Appearance settings

Commit d8a0b96

Browse filesBrowse files
committed
doc: rename "Equals" to "Equal"
1 parent 93c4bbc commit d8a0b96
Copy full SHA for d8a0b96

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎doc/src/sgml/plpgsql.sgml

Copy file name to clipboardExpand all lines: doc/src/sgml/plpgsql.sgml
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.