mirror of
https://github.com/postgres/postgres.git
synced 2026-01-05 23:38:41 +03:00
pageinspect: Add bt_page_items function with bytea argument
Author: Tomas Vondra <tomas.vondra@2ndquadrant.com> Reviewed-by: Ashutosh Sharma <ashu.coek88@gmail.com>
This commit is contained in:
@@ -14,4 +14,8 @@ SELECT * FROM bt_page_items('test1_a_idx', 0);
|
||||
SELECT * FROM bt_page_items('test1_a_idx', 1);
|
||||
SELECT * FROM bt_page_items('test1_a_idx', 2);
|
||||
|
||||
SELECT * FROM bt_page_items(get_raw_page('test1_a_idx', 0));
|
||||
SELECT * FROM bt_page_items(get_raw_page('test1_a_idx', 1));
|
||||
SELECT * FROM bt_page_items(get_raw_page('test1_a_idx', 2));
|
||||
|
||||
DROP TABLE test1;
|
||||
|
||||
Reference in New Issue
Block a user