Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian1998-06-23 17:52:38 +0000
committerBruce Momjian1998-06-23 17:52:38 +0000
commit9dde6b3de9ca3c3916c273caae8f649f7e4de3a1 (patch)
tree60b6363494b25d2fd5d9aa510b2f9f7aaae14fa3 /src/man/create_function.l
parentcfef6ef4ff28a64eddada330e697d57c4d124690 (diff)
Add underscores in manual references.
Diffstat (limited to 'src/man/create_function.l')
-rw-r--r--src/man/create_function.l6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/man/create_function.l b/src/man/create_function.l
index a03626fc348..8436d8f1c62 100644
--- a/src/man/create_function.l
+++ b/src/man/create_function.l
@@ -1,6 +1,6 @@
.\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here....
-.\" $Header: /cvsroot/pgsql/src/man/Attic/create_function.l,v 1.8 1998/04/26 04:09:37 momjian Exp $
+.\" $Header: /cvsroot/pgsql/src/man/Attic/create_function.l,v 1.9 1998/06/23 17:52:31 momjian Exp $
.TH "CREATE FUNCTION" SQL 11/05/95 PostgreSQL PostgreSQL
.SH "NAME"
create function - define a new function
@@ -34,7 +34,7 @@ or
(The
.IR "plname"
is the language name of a created procedural language. See
-create language(l) for details.)
+create_language(l) for details.)
(The
.IR "arg is"
clause may be left out if the function has no arguments, or
@@ -389,7 +389,7 @@ select function hobbies (EMP) returns set of HOBBIES
language 'sql'
.SH "SEE ALSO"
.PP
-information(1), load(l), drop function(l), create language(l).
+information(1), load(l), drop_function(l), create_language(l).
.SH "NOTES"
.SH "Name Space Conflicts"
More than one function may be defined with the same name, as long as