mirror of
https://github.com/wader/fq.git
synced 2024-11-29 23:27:12 +03:00
19 lines
449 B
Markdown
19 lines
449 B
Markdown
### Decode content of pg_control file
|
|
|
|
```sh
|
|
$ fq -d pg_control -o flavour=postgres14 d pg_control
|
|
```
|
|
|
|
### Specific fields can be got by request
|
|
|
|
```sh
|
|
$ fq -d pg_control -o flavour=postgres14 ".state, .check_point_copy.redo, .wal_level" pg_control
|
|
```
|
|
|
|
### Authors
|
|
- Pavel Safonov
|
|
p.n.safonov@gmail.com
|
|
[@pnsafonov](https://github.com/pnsafonov)
|
|
|
|
### References
|
|
- https://github.com/postgres/postgres/blob/REL_14_2/src/include/catalog/pg_control.h |