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
613fb29a
Commit
613fb29a
authored
May 03, 2016
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: Fix typos
From: Alexander Law <exclusion@gmail.com>
parent
9888b34f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
doc/src/sgml/ecpg.sgml
doc/src/sgml/ecpg.sgml
+2
-2
doc/src/sgml/protocol.sgml
doc/src/sgml/protocol.sgml
+2
-2
No files found.
doc/src/sgml/ecpg.sgml
View file @
613fb29a
...
...
@@ -636,7 +636,7 @@ EXEC SQL DEALLOCATE PREPARE <replaceable>name</replaceable>;
<programlisting>
EXEC SQL INSERT INTO sometable VALUES (:v1, 'foo', :v2);
</programlisting>
This statement
s
refers to two C variables named
This statement refers to two C variables named
<varname>v1</varname> and <varname>v2</varname> and also uses a
regular SQL string literal, to illustrate that you are not
restricted to use one kind of data or the other.
...
...
@@ -3917,7 +3917,7 @@ typedef struct sqlda_struct sqlda_t;
<term><literal>sqln</></term>
<listitem>
<para>
It contains the number of input parameters for a parametrized query
It contains the number of input parameters for a parametrized query
in
case it's passed into <command>OPEN</command>, <command>DECLARE</command> or
<command>EXECUTE</command> statements using the <literal>USING</literal>
keyword. In case it's used as output of <command>SELECT</command>,
...
...
doc/src/sgml/protocol.sgml
View file @
613fb29a
...
...
@@ -2850,7 +2850,7 @@ CancelRequest (F)
<para>
The cancel request code. The value is chosen to contain
<literal>1234</> in the most significant 16 bits, and <literal>5678</> in the
least
16 significant
bits. (To avoid confusion, this code
least
significant 16
bits. (To avoid confusion, this code
must not be the same as any protocol version number.)
</para>
</listitem>
...
...
@@ -4656,7 +4656,7 @@ SSLRequest (F)
<para>
The <acronym>SSL</acronym> request code. The value is chosen to contain
<literal>1234</> in the most significant 16 bits, and <literal>5679</> in the
least
16 significant
bits. (To avoid confusion, this code
least
significant 16
bits. (To avoid confusion, this code
must not be the same as any protocol version number.)
</para>
</listitem>
...
...
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