ubuntu - result of postgresql xlog dump -


i using postgresql db in ubuntu. got know wal logs , pg_xlogdump. used pg_xlogdump print wal logs on screen. have no idea how interpret response , know transactions made.

to read , understand pg_xlogdump output, must know postgresql's internals.

the desc tell operation took place (something nextoid or insert_leaf) further details (e.g., next oid or @ offset in block of file new index entry added).

you'll have read the source understand different entry types.


Comments

Popular posts from this blog

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -