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
90f53d84
Commit
90f53d84
authored
Oct 21, 2006
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update PQserverVersion() to use 8.1.X as an example, rather than 7.4
because the function didn't exist in 7.4.X.
parent
a7701718
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/src/sgml/libpq.sgml
doc/src/sgml/libpq.sgml
+2
-2
No files found.
doc/src/sgml/libpq.sgml
View file @
90f53d84
<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.21
7 2006/10/21 17:10:43 tgl
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.21
8 2006/10/21 18:25:01 momjian
Exp $ -->
<chapter id="libpq">
<chapter id="libpq">
<title><application>libpq</application> - C Library</title>
<title><application>libpq</application> - C Library</title>
...
@@ -955,7 +955,7 @@ int PQserverVersion(const PGconn *conn);
...
@@ -955,7 +955,7 @@ int PQserverVersion(const PGconn *conn);
Applications may use this to determine the version of the database server they
Applications may use this to determine the version of the database server they
are connected to. The number is formed by converting the major, minor, and
are connected to. The number is formed by converting the major, minor, and
revision numbers into two-decimal-digit numbers and appending them
revision numbers into two-decimal-digit numbers and appending them
together. For example, version
7.4.2 will be returned as 70402
, and version
together. For example, version
8.1.5 will be returned as 80105
, and version
8.1 will be returned as 80100 (leading zeroes are not shown). Zero is
8.1 will be returned as 80100 (leading zeroes are not shown). Zero is
returned if the connection is bad.
returned if the connection is bad.
</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