Intro enhancement proposal
Hello, It occurred to me that adding some cross-references to intro.sgml could add value to the PostgreSQL 15 documentation through a possibility to immediately figure out what is meant by specific list items and through providing even better navigation. Details are in the attached patch. Thank you. -- Elena Indrupskaya Lead Technical Writer Postgres Professional http://www.postgrespro.comdiff --git a/doc/src/sgml/intro.sgml b/doc/src/sgml/intro.sgml index 63eda059f0..cfbe044746 100644 --- a/doc/src/sgml/intro.sgml +++ b/doc/src/sgml/intro.sgml @@ -101,22 +101,22 @@ - complex queries + complex queries - foreign keys + foreign keys - triggers + triggers - updatable views + updatable views - transactional integrity + transactional integrity - multiversion concurrency control + multiversion concurrency control @@ -125,22 +125,22 @@ - data types + data types - functions + functions - operators + operators - aggregate functions + aggregate functions - index methods + index methods - procedural languages + procedural languages
Re: Intro enhancement proposal
> On 9 Aug 2022, at 13:13, Elena Indrupskaya > wrote: > It occurred to me that adding some cross-references to intro.sgml could add > value to the PostgreSQL 15 documentation through a possibility to immediately > figure out what is meant by specific list items and through providing even > better navigation. Details are in the attached patch. I haven't reviewed the patch in detail yet, but skimming it I think that seems like a good idea. -- Daniel Gustafsson https://vmware.com/
Unclear text at https://www.postgresql.org/docs/14/when-can-parallel-query-be-used.html
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/14/when-can-parallel-query-be-used.html Description: "In addition, the system must not be running in single-user mode. Since the entire database system is running in single process in this situation, no background workers will be available." Source: https://www.postgresql.org/docs/14/when-can-parallel-query-be-used.html