From 9249bdaabd3729ab47ebbebf7932881b3c7c8ee2 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 15 Nov 2002 03:22:30 +0000 Subject: [PATCH] SGML markup fixes. --- doc/src/sgml/plpgsql.sgml | 4 ++-- doc/src/sgml/runtime.sgml | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/src/sgml/plpgsql.sgml b/doc/src/sgml/plpgsql.sgml index f16ba97da6..1486ee8e31 100644 --- a/doc/src/sgml/plpgsql.sgml +++ b/doc/src/sgml/plpgsql.sgml @@ -1,5 +1,5 @@ @@ -1217,7 +1217,7 @@ RETURN NEXT expression; returned). Execution then continues with the next statement in the PL/pgSQL function. As successive RETURN NEXT commands are executed, the result - set is built up. A final RETURN, which need + set is built up. A final RETURN, which need have no argument, causes control to exit the function. diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 26777ae43a..5083965b51 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ @@ -2081,7 +2081,6 @@ dynamic_library_path = '/usr/local/lib/postgresql:/home/my_project/lib:$libdir' - CHECKPOINT_WARNING (integer)