Skip to content

Commit 75b77bb

Browse files
committed
Description of pgpro_version() added
1 parent 3661e81 commit 75b77bb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

doc/src/sgml/func.sgml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14955,7 +14955,13 @@ SELECT * FROM pg_ls_dir('.') WITH ORDINALITY AS t(ls,n);
1495514955
<row>
1495614956
<entry><literal><function>version()</function></literal></entry>
1495714957
<entry><type>text</type></entry>
14958-
<entry><productname>&productname;</> version information. See also <xref linkend="guc-server-version-num"> for a machine-readable version.</entry>
14958+
<entry>PostgreSQL version information. See also <xref linkend="guc-server-version-num"> for a machine-readable version.</entry>
14959+
</row>
14960+
14961+
<row>
14962+
<entry><literal><function>pgpro_version()</function></literal></entry>
14963+
<entry><type>text</type></entry>
14964+
<entry><productname>&productname;</> version information.</entry>
1495914965
</row>
1496014966
</tbody>
1496114967
</tgroup>

0 commit comments

Comments
 (0)