Re: Probable documentation errors or improvements
Heikki Linnakangas <hlinnaka@iki.fi>
From: Heikki Linnakangas <hlinnaka@iki.fi>
To: Justin Pryzby <pryzby@telsasoft.com>, Yaroslav <ladayaroslav@yandex.ru>
Cc: pgsql-hackers@postgresql.org,
David G Johnston <david.g.johnston@gmail.com>,
Teodor Sigaev <teodor@sigaev.ru>, Oleg Bartunov <obartunov@postgrespro.ru>,
Dmitry Ivanov <d.ivanov@postgrespro.ru>,
Alexander Korotkov <a.korotkov@postgrespro.ru>,
Arthur Zakirov <a.zakirov@postgrespro.ru>
Date: 2020-10-19T16:36:29Z
Lists: pgsql-hackers
On 05/10/2020 22:19, Justin Pryzby wrote: > On Fri, Sep 25, 2020 at 09:30:00AM -0500, Justin Pryzby wrote: >> Split one patch about text search, added another one (sequences), added some >> info to commit messages, and added here. >> https://commitfest.postgresql.org/30/2744/ > > Added an additional patch regarding spaces between function arguments. Pushed most of these. I left out these changes in sepgsql docs: > --- a/doc/src/sgml/sepgsql.sgml > +++ b/doc/src/sgml/sepgsql.sgml > @@ -88,7 +88,7 @@ Policy from config file: targeted > <para> > To build this module, include the option <literal>--with-selinux</literal> in > your PostgreSQL <literal>configure</literal> command. Be sure that the > - <filename>libselinux-devel</filename> RPM is installed at build time. > + <filename>libselinux-devel</filename> package is installed at build time. > </para> It's true that the sentence is unusually distro-specific, but I think second instance of this becomes ambiguous if we just change RPM to package: > <para> > Second, build and install the policy package for the regression test. > The <filename>sepgsql-regtest</filename> policy is a special purpose policy package > which provides a set of rules to be allowed during the regression tests. > It should be built from the policy source file > <filename>sepgsql-regtest.te</filename>, which is done using > <command>make</command> with a Makefile supplied by SELinux. > You will need to locate the appropriate > Makefile on your system; the path shown below is only an example. > (This Makefile is usually supplied by the > <filename>selinux-policy-devel</filename> or > <filename>selinux-policy</filename> RPM.) > Once built, install this policy package using the > <command>semodule</command> command, which loads supplied policy packages > into the kernel. If the package is correctly installed, > <literal><command>semodule</command> -l</literal> should list <literal>sepgsql-regtest</literal> as an > available policy package: > </para> The paragraph talks about "policy package", so using just "package" to refer to a .rpm/.deb file would be confusing. Suggestions are welcome. - Heikki
Commits
-
doc: Remove more notes about compatibilities with past versions
- 8a17f44c1e7a 14.0 landed
-
Misc documentation fixes.
- 660376397e0e 9.5.24 landed
- 67a6af69870d 9.6.20 landed
- 463bef28d8f2 10.15 landed
- 1e17fb935719 11.10 landed
- 7e175c53d997 12.5 landed
- 33acc6bc8795 13.1 landed
- c5f42daa6077 14.0 landed
-
Fix TRUNCATE doc: ALTER SEQUENCE RESTART is now transactional.
- d348473b783c 10.15 landed
- 1800686383f7 11.10 landed
- c092b2ee235e 12.5 landed
- 3b5bf7b893fc 13.1 landed
- 2a972e0165c9 14.0 landed
-
Fix output of tsquery example in docs.
- 07d46e7e077f 9.6.20 landed
- 609fe21c0dbd 10.15 landed
- cf01ade424cf 11.10 landed
- 660cbe807596 12.5 landed
- f0b3d3bb89ae 13.1 landed
- c0bc4c682ee2 14.0 landed
-
Fix doc for full text search distance operator.
- 8ae447e2f7cd 9.6.20 landed
- 71cb2e43cde6 10.15 landed
- aa560d3a6b37 11.10 landed
- f0e92bc4b0d7 12.5 landed
- f2f03f9bb10b 13.1 landed
- 1a64c7636f24 14.0 landed
-
Phrase full text search.
- bb140506df60 9.6.0 cited