|
1 | 1 | <!-- |
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 $ |
3 | 3 | PostgreSQL documentation |
4 | 4 | --> |
5 | 5 |
|
@@ -5400,7 +5400,7 @@ SELECT NULLIF(value, '(none)') ... |
5400 | 5400 | </row> |
5401 | 5401 |
|
5402 | 5402 | <row> |
5403 | | - <entry><function>version</function></entry> |
| 5403 | + <entry><function>version()</function></entry> |
5404 | 5404 | <entry><type>text</type></entry> |
5405 | 5405 | <entry>PostgreSQL version information</entry> |
5406 | 5406 | </row> |
@@ -5469,8 +5469,8 @@ SELECT NULLIF(value, '(none)') ... |
5469 | 5469 | </indexterm> |
5470 | 5470 |
|
5471 | 5471 | <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. |
5474 | 5474 | </para> |
5475 | 5475 |
|
5476 | 5476 | <para> |
|