diff options
author | Bruce Momjian | 2022-07-14 20:07:12 +0000 |
---|---|---|
committer | Bruce Momjian | 2022-07-14 20:07:12 +0000 |
commit | 64d364bb39cbb1d97ab6dbd6b873a1016a261d4b (patch) | |
tree | e41400540c3088b18298d5f96caa72990a471869 /doc/src/sgml/postgres.sgml | |
parent | ec1fe23afa93c444546d60c256f25c981c757d7c (diff) |
doc: move system views section to its own chapter
Previously it was inside the system catalogs chapter.
Reported-by: Peter Smith
Discussion: https://postgr.es/m/CAHut+PsMc18QP60D+L0hJBOXrLQT5m88yVaCDyxLq34gfPHsow@mail.gmail.com
Backpatch-through: 15
Diffstat (limited to 'doc/src/sgml/postgres.sgml')
-rw-r--r-- | doc/src/sgml/postgres.sgml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/sgml/postgres.sgml b/doc/src/sgml/postgres.sgml index 0b60e46d69d..73439c049e9 100644 --- a/doc/src/sgml/postgres.sgml +++ b/doc/src/sgml/postgres.sgml @@ -251,6 +251,7 @@ break is not needed in a wider output rendering. &arch-dev; &catalogs; + &system-views; &protocol; &sources; &nls; |