File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- <!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.217 2006/10/21 17:10:43 tgl Exp $ -->
1+ <!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.218 2006/10/21 18:25:01 momjian Exp $ -->
22
33 <chapter id="libpq">
44 <title><application>libpq</application> - C Library</title>
@@ -955,7 +955,7 @@ int PQserverVersion(const PGconn *conn);
955955Applications may use this to determine the version of the database server they
956956are connected to. The number is formed by converting the major, minor, and
957957revision numbers into two-decimal-digit numbers and appending them
958- together. For example, version 7.4.2 will be returned as 70402 , and version
958+ together. For example, version 8.1.5 will be returned as 80105 , and version
9599598.1 will be returned as 80100 (leading zeroes are not shown). Zero is
960960returned if the connection is bad.
961961</para>
You can’t perform that action at this time.
0 commit comments