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
4f268b01
Commit
4f268b01
authored
May 01, 2001
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More markup fixes
parent
d45c0794
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
doc/src/sgml/libpq++.sgml
doc/src/sgml/libpq++.sgml
+2
-1
doc/src/sgml/libpq.sgml
doc/src/sgml/libpq.sgml
+4
-1
No files found.
doc/src/sgml/libpq++.sgml
View file @
4f268b01
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpq++.sgml,v 1.2
7 2001/04/30 22:21:22 tgl
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpq++.sgml,v 1.2
8 2001/05/01 10:48:57 petere
Exp $
-->
<chapter id="libpqplusplus">
...
...
@@ -356,6 +356,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/libpq++.sgml,v 1.27 2001/04/30 22:21:
</para>
</listitem>
</itemizedlist>
</para>
</sect2>
<sect2 id="libpqpp-exec-select-info">
...
...
doc/src/sgml/libpq.sgml
View file @
4f268b01
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.6
1 2001/04/30 22:21:22 tgl
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.6
2 2001/05/01 10:48:57 petere
Exp $
-->
<chapter id="libpq">
...
...
@@ -696,6 +696,8 @@ SSL *PQgetssl(const PGconn *conn);
Once a connection to a database server has been successfully
established, the functions described here are used to perform
SQL queries and commands.
</para>
<sect2 id="libpq-exec-main">
<title>Main Routines</title>
<itemizedlist>
...
...
@@ -731,6 +733,7 @@ definition of struct PGresult is not even provided in libpq-fe.h. If you
have old code that accesses PGresult fields directly, you can keep using it
by including libpq-int.h too, but you are encouraged to fix the code
soon.)
</para>
<itemizedlist>
<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