-
Functions
+
General Functions
-
+
+
+
+ fsm_page_contents(page bytea) returns text
+
+
+
+
+
+ fsm_page_contents shows the internal node structure
+ of a FSM page. The output is a multiline string, with one line per
+ node in the binary tree within the page. Only those nodes that are not
+ zero are printed. The so-called "next" pointer, which points to the
+ next slot to be returned from the page, is also printed.
+
+ See src/backend/storage/freespace/README> for more
+ information on the structure of an FSM page.
+
+
+
+
+
+
+
+
B-tree Functions
+
+
bt_metap(relname text) returns record
+
+
+
+
BRIN Functions
+
+
brin_page_type(page bytea) returns text
+
+
+
+
+
GIN Functions
+
gin_metapage_info(page bytea) returns record
-
-
-
- fsm_page_contents(page bytea) returns text
-
-
-
-
-
- fsm_page_contents shows the internal node structure
- of a FSM page. The output is a multiline string, with one line per
- node in the binary tree within the page. Only those nodes that are not
- zero are printed. The so-called "next" pointer, which points to the
- next slot to be returned from the page, is also printed.
-
- See src/backend/storage/freespace/README> for more
- information on the structure of an FSM page.
-
-
-