diff options
Diffstat (limited to 'src/man/set.l')
-rw-r--r-- | src/man/set.l | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/man/set.l b/src/man/set.l index 6986be1d6d9..f0fe9321c5b 100644 --- a/src/man/set.l +++ b/src/man/set.l @@ -1,6 +1,6 @@ .\" This is -*-nroff-*- .\" XXX standard disclaimer belongs here.... -.\" $Header: /cvsroot/pgsql/src/man/Attic/set.l,v 1.4 1997/06/03 04:14:31 vadim Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/set.l,v 1.5 1997/08/26 17:00:22 momjian Exp $ .TH SET SQL 05/14/97 PostgreSQL PostgreSQL .SH NAME set \(em set run-time parameters for session @@ -25,7 +25,7 @@ is enclosed in single-quotes. .IR DateStyle determines the output format for the date and time data types. See -.IR "built-in" (3) +.IR "pgbuiltin" (3) for more information on available styles. .ce 1 @@ -105,7 +105,7 @@ set GEQO to 'on=4' set GEQO to 'off' .fi .SH "SEE ALSO" -built-in(3), +pgbuiltin(3), reset(l), show(l). .SH BUGS |