diff options
author | Thomas G. Lockhart <lockhart@fourpalms.org> | 1998-12-29 02:24:47 +0000 |
---|---|---|
committer | Thomas G. Lockhart <lockhart@fourpalms.org> | 1998-12-29 02:24:47 +0000 |
commit | a75f2d21a8366aece67b8aa144a8644f6195e75f (patch) | |
tree | 74d0c19c0f97c80df3414fb6f774dfd76ab617b9 /doc/src/sgml/ref/drop_function.sgml | |
parent | 6d7735e7f0112ba0bdffd57f8197fccb0a0da84a (diff) | |
download | postgresql-a75f2d21a8366aece67b8aa144a8644f6195e75f.tar.gz postgresql-a75f2d21a8366aece67b8aa144a8644f6195e75f.zip |
Clean up to ensure tag completion as required by the newest versions
of Norm's Modular Style Sheets and jade/docbook.
From Vince Vielhaber <vev@michvhf.com>.
Diffstat (limited to 'doc/src/sgml/ref/drop_function.sgml')
-rw-r--r-- | doc/src/sgml/ref/drop_function.sgml | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/drop_function.sgml b/doc/src/sgml/ref/drop_function.sgml index 9a63ac71e10..d2b4eb87c6e 100644 --- a/doc/src/sgml/ref/drop_function.sgml +++ b/doc/src/sgml/ref/drop_function.sgml @@ -12,7 +12,7 @@ <REFPURPOSE> Removes a user-defined C function </REFPURPOSE> - + </refnamediv> <REFSYNOPSISDIV> <REFSYNOPSISDIVINFO> <DATE>1998-04-15</DATE> @@ -82,8 +82,11 @@ DROP FUNCTION <replaceable class="parameter">name</replaceable> ( [ <replaceable <PARA> This message is given if the function specified does not exist in the current database. - - </VARIABLELIST> + </para> + </listitem> + </varlistentry> + </VARIABLELIST> + </para> </REFSECT2> </REFSYNOPSISDIV> @@ -118,6 +121,7 @@ CREATE FUNCTION to create aggregate functions. </PARA> </REFSECT2> + </refsect1> <REFSECT1 ID="R1-SQL-DROPFUNCTION-2"> <TITLE> @@ -130,6 +134,7 @@ CREATE FUNCTION DROP FUNCTION sqrt(int4); </ProgramListing> </REFSECT1> + <REFSECT1 ID="R1-SQL-DROPFUNCTION-3"> <TITLE> Bugs |