diff --git a/gpdb-doc/dita/ref_guide/modules/intro.xml b/gpdb-doc/dita/ref_guide/modules/intro.xml index 8d661339da330ce64a5b940e25844e9f7ee694bc..40ecf6a75ab0e469183d4c07b5951aaadff1c749 100644 --- a/gpdb-doc/dita/ref_guide/modules/intro.xml +++ b/gpdb-doc/dita/ref_guide/modules/intro.xml @@ -13,12 +13,12 @@ modules are installed; refer to the linked module documentation for usage instructions.

diff --git a/gpdb-doc/dita/ref_guide/modules/modules.ditamap b/gpdb-doc/dita/ref_guide/modules/modules.ditamap index 6b2344f865952779149ff03a019b38288670c308..f2a1e4acd406cd15088a1234d4027e066986e2ee 100644 --- a/gpdb-doc/dita/ref_guide/modules/modules.ditamap +++ b/gpdb-doc/dita/ref_guide/modules/modules.ditamap @@ -8,7 +8,7 @@ - + diff --git a/gpdb-doc/dita/ref_guide/modules/pageinspect.xml b/gpdb-doc/dita/ref_guide/modules/pageinspect.xml new file mode 100644 index 0000000000000000000000000000000000000000..bcfc5725349d5886fa4df243b150fd903d0b0379 --- /dev/null +++ b/gpdb-doc/dita/ref_guide/modules/pageinspect.xml @@ -0,0 +1,37 @@ + + + + + pageinspect + +

The pageinspect module provides functions for low level + inspection of the contents of database pages. pageinspect + is available only to Greenplum Database superusers.

+

The Greenplum Database pageinspect module is based on the + PostgreSQL pageinspect module. The Greenplum version of the + module differs only in that it does not allow inspection of pages belonging to + append-optimized or external relations.

+ + + Installing and Registering the Module + +

The pageinspect module is installed when you install + Greenplum Database. Before you can use any of the functions defined in the + module, you must register the pageinspect extension in + each database in which you want to use the functions. + Refer to Installing Additional Supplied Modules + for more information.

+ +
+ + Module Documentation + +

See pageinspect in the PostgreSQL + documentation for detailed information about the individual functions in + this module.

+ +
+
+