Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
d8a0b96c
Commit
d8a0b96c
authored
Jan 16, 2014
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: rename "Equals" to "Equal"
parent
93c4bbc9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/src/sgml/plpgsql.sgml
doc/src/sgml/plpgsql.sgml
+2
-2
No files found.
doc/src/sgml/plpgsql.sgml
View file @
d8a0b96c
...
@@ -343,7 +343,7 @@ arow RECORD;
...
@@ -343,7 +343,7 @@ arow RECORD;
is specified, an assignment of a null value results in a run-time
is specified, an assignment of a null value results in a run-time
error. All variables declared as <literal>NOT NULL</>
error. All variables declared as <literal>NOT NULL</>
must have a nonnull default value specified.
must have a nonnull default value specified.
Equal
s
(<literal>=</>) can be used instead of PL/SQL-compliant
Equal (<literal>=</>) can be used instead of PL/SQL-compliant
<literal>:=</>.
<literal>:=</>.
</para>
</para>
...
@@ -876,7 +876,7 @@ PREPARE <replaceable>statement_name</>(integer, integer) AS SELECT $1 < $2;
...
@@ -876,7 +876,7 @@ PREPARE <replaceable>statement_name</>(integer, integer) AS SELECT $1 < $2;
a row value, if the variable is a row or record variable). The target
a row value, if the variable is a row or record variable). The target
variable can be a simple variable (optionally qualified with a block
variable can be a simple variable (optionally qualified with a block
name), a field of a row or record variable, or an element of an array
name), a field of a row or record variable, or an element of an array
that is a simple variable or field. Equal
s
(<literal>=</>) can be
that is a simple variable or field. Equal (<literal>=</>) can be
used instead of PL/SQL-compliant <literal>:=</>.
used instead of PL/SQL-compliant <literal>:=</>.
</para>
</para>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment