Skip to content

export (or look otherwise at) the encrypted rows #166

Answered by dAdAbird
gurucubano asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @gurucubano
You can use pageinspct to look at the tuples' data: https://www.postgresql.org/docs/current/pageinspect.html#PAGEINSPECT-HEAP-FUNCS
For example:

CREATE EXTENSION pageinspect;
SELECT t_data FROM heap_page_items(get_raw_page('your_table_name', 0));

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ImTheKai
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants