diff --git a/doc/src/sgml/ref/close.sgml b/doc/src/sgml/ref/close.sgml
index 21c5c758006..a165ca3e131 100644
--- a/doc/src/sgml/ref/close.sgml
+++ b/doc/src/sgml/ref/close.sgml
@@ -1,5 +1,5 @@
@@ -18,6 +18,11 @@ PostgreSQL documentation
CLOSE
+
+ cursor
+ CLOSE
+
+
CLOSE name
diff --git a/doc/src/sgml/ref/declare.sgml b/doc/src/sgml/ref/declare.sgml
index 5b5960b8cb2..ba00d6e29e6 100644
--- a/doc/src/sgml/ref/declare.sgml
+++ b/doc/src/sgml/ref/declare.sgml
@@ -1,5 +1,5 @@
@@ -18,6 +18,11 @@ PostgreSQL documentation
DECLARE
+
+ cursor
+ DECLARE
+
+
DECLARE name [ BINARY ] [ INSENSITIVE ] [ [ NO ] SCROLL ]
diff --git a/doc/src/sgml/ref/fetch.sgml b/doc/src/sgml/ref/fetch.sgml
index 0b8f5de2453..79519705094 100644
--- a/doc/src/sgml/ref/fetch.sgml
+++ b/doc/src/sgml/ref/fetch.sgml
@@ -1,5 +1,5 @@
@@ -18,6 +18,11 @@ PostgreSQL documentation
FETCH
+
+ cursor
+ FETCH
+
+
FETCH [ direction { FROM | IN } ] cursorname
diff --git a/doc/src/sgml/ref/move.sgml b/doc/src/sgml/ref/move.sgml
index 33696b550c9..f61a504b5f3 100644
--- a/doc/src/sgml/ref/move.sgml
+++ b/doc/src/sgml/ref/move.sgml
@@ -1,5 +1,5 @@
@@ -18,6 +18,11 @@ PostgreSQL documentation
MOVE
+
+ cursor
+ MOVE
+
+
MOVE [ direction { FROM | IN } ] cursorname