diff options
Diffstat (limited to 'src/man/built-in.3')
| -rw-r--r-- | src/man/built-in.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/man/built-in.3 b/src/man/built-in.3 index 0c5aa2107e..af50320071 100644 --- a/src/man/built-in.3 +++ b/src/man/built-in.3 @@ -1,6 +1,6 @@ .\" This is -*-nroff-*- .\" XXX standard disclaimer belongs here.... -.\" $Header: /cvsroot/pgsql/src/man/Attic/built-in.3,v 1.1 1996/11/14 10:15:15 scrappy Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/built-in.3,v 1.2 1996/11/15 17:55:26 momjian Exp $ .TH BUILT-INS INTRO 11/05/95 Postgres95 Postgres95 .SH "DESCRIPTION" This section describes the data types, functions and operators @@ -208,7 +208,7 @@ float8 |/ square root ||/ cube root : exponential function - ; natural logarithm + ; natural logarithm (in psql, protect with parentheses) point !< A is left of B |
