mirror of
https://github.com/wader/fq.git
synced 2024-12-02 04:05:35 +03:00
355 B
355 B
Decode content of pg_control file
$ fq -d pg_control -o flavour=postgres14 d pg_control
Specific fields can be got by request
$ fq -d pg_control -o flavour=postgres14 ".state, .check_point_copy.redo, .wal_level" pg_control