projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b7f3cc
)
This minor patch corrects an error in the function docs: it's
author
Bruce Momjian
Sat, 23 Nov 2002 04:04:43 +0000
(
04:04
+0000)
committer
Bruce Momjian
Sat, 23 Nov 2002 04:04:43 +0000
(
04:04
+0000)
"version()", not "version".
Neil Conway
doc/src/sgml/func.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/func.sgml
b/doc/src/sgml/func.sgml
index 7443f001ef468e6e8377aa6003cdfb6f48060cf4..1ca9371a2d79b352d13a3bbd1df4ad9afcfed1bf 100644
(file)
--- a/
doc/src/sgml/func.sgml
+++ b/
doc/src/sgml/func.sgml
@@
-1,5
+1,5
@@
@@
-5400,7
+5400,7
@@
SELECT NULLIF(value, '(none)') ...
-
version
+
version
()
text
PostgreSQL version information
@@
-5469,8
+5469,8
@@
SELECT NULLIF(value, '(none)') ...
-
version()
returns a string describing the
PostgreSQL
- server's version.
+
version()
returns a string describing the
+
PostgreSQL
server's version.