From aeabbccea099cb90ae4584207bb77f7f34eda8d7 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 30 Aug 2011 20:32:49 +0300 Subject: [PATCH] Some markup cleanup to deconfuse the find_gt_lt tool Josh Kupershmidt --- doc/src/sgml/ltree.sgml | 2 +- doc/src/sgml/plhandler.sgml | 3 +-- doc/src/sgml/ref/create_table_as.sgml | 11 +++++------ doc/src/sgml/ref/rollback_to.sgml | 6 +++--- doc/src/sgml/textsearch.sgml | 2 +- doc/src/sgml/user-manag.sgml | 5 ++--- 6 files changed, 13 insertions(+), 16 deletions(-) diff --git a/doc/src/sgml/ltree.sgml b/doc/src/sgml/ltree.sgml index 0a91cd79d1..06b262bccb 100644 --- a/doc/src/sgml/ltree.sgml +++ b/doc/src/sgml/ltree.sgml @@ -108,7 +108,7 @@ a. b. c. d. e. This query will match any label path that: - + begins with the label Top diff --git a/doc/src/sgml/plhandler.sgml b/doc/src/sgml/plhandler.sgml index 20021bce65..54b88ef372 100644 --- a/doc/src/sgml/plhandler.sgml +++ b/doc/src/sgml/plhandler.sgml @@ -166,8 +166,7 @@ CREATE LANGUAGE plsample to allow language-specific checking to be done during . An inline handler can be provided to allow the language to support - anonymous code blocks executed via the command. + anonymous code blocks executed via the command. diff --git a/doc/src/sgml/ref/create_table_as.sgml b/doc/src/sgml/ref/create_table_as.sgml index e4797b6547..593b1c7a8f 100644 --- a/doc/src/sgml/ref/create_table_as.sgml +++ b/doc/src/sgml/ref/create_table_as.sgml @@ -204,12 +204,11 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } | UNLOGGED ] TABLE query - A , TABLE, - or - command, - or an command - that runs a prepared SELECT, TABLE, or VALUES query. + A , TABLE, or + command, or an command that runs a + prepared SELECT, TABLE, or + VALUES query. diff --git a/doc/src/sgml/ref/rollback_to.sgml b/doc/src/sgml/ref/rollback_to.sgml index 1b59af6443..c21449af67 100644 --- a/doc/src/sgml/ref/rollback_to.sgml +++ b/doc/src/sgml/ref/rollback_to.sgml @@ -64,9 +64,9 @@ ROLLBACK [ WORK | TRANSACTION ] TO [ SAVEPOINT ] savepoint_nameNotes - Use to destroy a savepoint without - discarding the effects of commands executed after it was established. + Use to destroy a savepoint + without discarding the effects of commands executed after it was + established. diff --git a/doc/src/sgml/textsearch.sgml b/doc/src/sgml/textsearch.sgml index dba5bd6603..ef228e35c3 100644 --- a/doc/src/sgml/textsearch.sgml +++ b/doc/src/sgml/textsearch.sgml @@ -1092,7 +1092,7 @@ ts_headline( config - + MaxWords, MinWords: these numbers determine the longest and shortest headlines to output. diff --git a/doc/src/sgml/user-manag.sgml b/doc/src/sgml/user-manag.sgml index d96ff77a04..0a4f82daae 100644 --- a/doc/src/sgml/user-manag.sgml +++ b/doc/src/sgml/user-manag.sgml @@ -244,9 +244,8 @@ CREATE USER name; A role's attributes can be modified after creation with ALTER ROLE.ALTER ROLE - See the reference pages for the and commands for details. + See the reference pages for the + and commands for details.