Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita2b4a70

Browse files
committed
This minor patch corrects an error in the function docs: it's
"version()", not "version".Neil Conway
1 parent1b7f3cc commita2b4a70

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎doc/src/sgml/func.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.131 2002/11/21 23:31:20 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.132 2002/11/23 04:04:43 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -5400,7 +5400,7 @@ SELECT NULLIF(value, '(none)') ...
54005400
</row>
54015401

54025402
<row>
5403-
<entry><function>version</function></entry>
5403+
<entry><function>version()</function></entry>
54045404
<entry><type>text</type></entry>
54055405
<entry>PostgreSQL version information</entry>
54065406
</row>
@@ -5469,8 +5469,8 @@ SELECT NULLIF(value, '(none)') ...
54695469
</indexterm>
54705470

54715471
<para>
5472-
<function>version()</function> returns a string describing the PostgreSQL
5473-
server's version.
5472+
<function>version()</function> returns a string describing the
5473+
<productname>PostgreSQL</productname>server's version.
54745474
</para>
54755475

54765476
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp