diff options
author | Bruce Momjian <bruce@momjian.us> | 2022-07-14 16:07:12 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2022-07-14 16:07:12 -0400 |
commit | 5766443695d2ee82c2c4b9a23983c0af4b29711f (patch) | |
tree | 7fbd288fd0f52a615099a20ce5fc408575c9e2a1 /doc/src/sgml/postgres.sgml | |
parent | 890efb49c86f3893c2fe8920ea21e4c7e4d21b1a (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; |