From 17f0b55d155716d7eb0489a838bf48394240accf Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sun, 18 Nov 2001 20:35:02 +0000 Subject: Initial round of tweakage for man pages --- doc/src/sgml/ref/create_function.sgml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/src/sgml/ref/create_function.sgml') diff --git a/doc/src/sgml/ref/create_function.sgml b/doc/src/sgml/ref/create_function.sgml index 543733620b9..5a4c49cb633 100644 --- a/doc/src/sgml/ref/create_function.sgml +++ b/doc/src/sgml/ref/create_function.sgml @@ -1,10 +1,10 @@ - CREATE FUNCTION + CREATE FUNCTION SQL - Language Statements @@ -130,7 +130,7 @@ CREATE [ OR REPLACE ] FUNCTION name class="parameter">plname, where plname is the name of a created procedural language. See - + for details. For backward compatibility, the name may be enclosed by single quotes. @@ -244,7 +244,7 @@ CREATE [ OR REPLACE ] FUNCTION name When repeated CREATE FUNCTION calls refer to the same object file, the file is only loaded once. To unload and reload the file (perhaps during development), use the command. + linkend="sql-load" endterm="sql-load-title"> command. -- cgit v1.2.3