projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
083549e
)
Some markup cleanup to deconfuse the find_gt_lt tool
author
Peter Eisentraut
Tue, 30 Aug 2011 17:32:49 +0000
(20:32 +0300)
committer
Peter Eisentraut
Tue, 30 Aug 2011 17:32:49 +0000
(20:32 +0300)
Josh Kupershmidt
doc/src/sgml/ltree.sgml
patch
|
blob
|
blame
|
history
doc/src/sgml/plhandler.sgml
patch
|
blob
|
blame
|
history
doc/src/sgml/ref/create_table_as.sgml
patch
|
blob
|
blame
|
history
doc/src/sgml/ref/rollback_to.sgml
patch
|
blob
|
blame
|
history
doc/src/sgml/textsearch.sgml
patch
|
blob
|
blame
|
history
doc/src/sgml/user-manag.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ltree.sgml
b/doc/src/sgml/ltree.sgml
index 0a91cd79d1a2c6e2f72f10395f80ddd29eb4cd2d..06b262bccb82b207772736132a75bdd26f92b2ad 100644
(file)
--- 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:
-
'loweralpha'>
+
"loweralpha">
begins with the label
Top
diff --git
a/doc/src/sgml/plhandler.sgml
b/doc/src/sgml/plhandler.sgml
index 20021bce6504f9feaccd103a99e2d9a848a5836f..54b88ef372e4f5d775a25ac5e2ec87bdafbd6f15 100644
(file)
--- 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 e4797b6547318b0a5210b82b155723aa0a14bf32..593b1c7a8f83a739e6778d6b1251a2b521fa3e58 100644
(file)
--- 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
,
+ linkend="sql-table">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 1b59af6443615f8521d14a7e0d76956e135b4fa8..c21449af676bbfe6f7204ec39b612e7e016ba106 100644
(file)
--- 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_name
Notes
- 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 dba5bd6603ed72c3a050c99a1a0111e442024b41..ef228e35c3ba8f438280c66fa3224a182ef8585c 100644
(file)
--- a/
doc/src/sgml/textsearch.sgml
+++ b/
doc/src/sgml/textsearch.sgml
@@
-1092,7
+1092,7
@@
ts_headline(
config
if they contain spaces or commas.
-
>
+
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 d96ff77a046a83cf33eba71791c4ea30573bbcc1..0a4f82daae2988fc2e401370f5da2571617058c5 100644
(file)
--- 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.