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

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -