1
1
mirror of https://github.com/wader/fq.git synced 2024-09-11 12:05:39 +03:00

postgres: doc

This commit is contained in:
Pavel Safonov 2023-05-06 08:54:56 +03:00
parent c9350de352
commit e6a9cdbecf
4 changed files with 30 additions and 0 deletions

View File

@ -860,6 +860,11 @@ $ fq -d pg_btree -o flavour=postgres14 ".[0] | d" 16404
$ fq -d pg_btree -o flavour=postgres14 ".[1]" 16404
```
### Authors
- Pavel Safonov
p.n.safonov@gmail.com
[@pnsafonov](https://github.com/pnsafonov)
### References
- https://www.postgresql.org/docs/current/storage-page-layout.html
## pg_control
@ -894,6 +899,11 @@ $ fq -d pg_control -o flavour=postgres14 d pg_control
$ 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
## pg_heap
@ -941,6 +951,11 @@ $ fq -d pg_heap -o flavour=postgres14 ".[0].pd_linp[0, -1]" 16994
$ fq -d pg_heap -o flavour=postgres14 ".[0].tuples[0, -1]" 16994
```
### Authors
- Pavel Safonov
p.n.safonov@gmail.com
[@pnsafonov](https://github.com/pnsafonov)
### References
- https://www.postgresql.org/docs/current/storage-page-layout.html
## protobuf

View File

@ -10,5 +10,10 @@ $ fq -d pg_btree -o flavour=postgres14 ".[0] | d" 16404
$ fq -d pg_btree -o flavour=postgres14 ".[1]" 16404
```
### Authors
- Pavel Safonov
p.n.safonov@gmail.com
[@pnsafonov](https://github.com/pnsafonov)
### References
- https://www.postgresql.org/docs/current/storage-page-layout.html

View File

@ -10,5 +10,10 @@ $ fq -d pg_control -o flavour=postgres14 d pg_control
$ 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

View File

@ -21,5 +21,10 @@ $ fq -d pg_heap -o flavour=postgres14 ".[0].pd_linp[0, -1]" 16994
$ fq -d pg_heap -o flavour=postgres14 ".[0].tuples[0, -1]" 16994
```
### Authors
- Pavel Safonov
p.n.safonov@gmail.com
[@pnsafonov](https://github.com/pnsafonov)
### References
- https://www.postgresql.org/docs/current/storage-page-layout.html