Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
712dd953
Commit
712dd953
authored
14 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
More libpq documentation adjustments from Leslie S Satenstein, reviewed
by Robert Haas.
parent
a5a02a74
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/libpq.sgml
+7
-15
7 additions, 15 deletions
doc/src/sgml/libpq.sgml
with
7 additions
and
15 deletions
doc/src/sgml/libpq.sgml
+
7
−
15
View file @
712dd953
...
@@ -972,8 +972,8 @@ PQconninfoOption *PQconninfoParse(const char *conninfo, char **errmsg);
...
@@ -972,8 +972,8 @@ PQconninfoOption *PQconninfoParse(const char *conninfo, char **errmsg);
If <literal>errmsg</> is not <symbol>NULL</>, then <literal>*errmsg</> is set
If <literal>errmsg</> is not <symbol>NULL</>, then <literal>*errmsg</> is set
to <symbol>NULL</> on success, else to a <function>malloc</>'d error string explaining
to <symbol>NULL</> on success, else to a <function>malloc</>'d error string explaining
the problem. (It is also possible for <literal>*errmsg</> to be
the problem. (It is also possible for <literal>*errmsg</> to be
set to <symbol>NULL</>
even when <symbol>NULL</> is returned; this indicates an out-of-memory
set to <symbol>NULL</>
and the function to return <symbol>NULL</>;
situa
tion.)
this indicates an out-of-memory condi
tion.)
</para>
</para>
<para>
<para>
...
@@ -1352,7 +1352,7 @@ ConnStatusType PQstatus(const PGconn *conn);
...
@@ -1352,7 +1352,7 @@ ConnStatusType PQstatus(const PGconn *conn);
<para>
<para>
See the entry for <function>PQconnectStartParams</>, <function>PQconnectStart</>
See the entry for <function>PQconnectStartParams</>, <function>PQconnectStart</>
and <function>PQconnectPoll</> with regards to other status codes that
and <function>PQconnectPoll</> with regards to other status codes that
might be
seen
.
might be
returned
.
</para>
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
...
@@ -3163,23 +3163,15 @@ Oid PQoidValue(const PGresult *res);
...
@@ -3163,23 +3163,15 @@ Oid PQoidValue(const PGresult *res);
<listitem>
<listitem>
<para>
<para>
Returns a string with the OID of the inserted row, if the
This function is deprecated in favor of
<acronym>SQL</acronym> command was an <command>INSERT</command>
<function>PQoidValue</function> and is not thread-safe.
that inserted exactly one row, or a <command>EXECUTE</command> of
It returns a string with the OID of the inserted row, while
a prepared statement consisting of a suitable
<function>PQoidValue</function> returns the OID value.
<command>INSERT</command>. (The string will be <literal>0</> if
the <command>INSERT</command> did not insert exactly one row, or
if the target table does not have OIDs.) If the command was not
an <command>INSERT</command>, returns an empty string.
<synopsis>
<synopsis>
char *PQoidStatus(const PGresult *res);
char *PQoidStatus(const PGresult *res);
</synopsis>
</synopsis>
</para>
</para>
<para>
This function is deprecated in favor of
<function>PQoidValue</function>. It is not thread-safe.
</para>
</listitem>
</listitem>
</varlistentry>
</varlistentry>
</variablelist>
</variablelist>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment