pgsql: docs: Document --with-selinux/-Dselinux options centrally
docs: Document --with-selinux/-Dselinux options centrally
Previously --with-selinux was documented only in the in the sepgsql
documentation and there was no corresponding documentation for meson. There
are further improvements that could be made, but this change seems worthwhile
even on its own.
Reviewed-by: Peter Eisentraut <peter@eisentraut.org>
Reported-by: Christoph Berg <myon@debian.org>
Discussion: /messages/by-id/20231103163848.26egkh5qdgw3vmil@awork3.anarazel.de
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/06c70849fb26ac431a722b1d10cffe1c65e728a4
Modified Files
--------------
doc/src/sgml/installation.sgml | 21 +++++++++++++++++++++
doc/src/sgml/sepgsql.sgml | 11 ++++++++---
2 files changed, 29 insertions(+), 3 deletions(-)
Andres Freund <andres@anarazel.de> writes:
docs: Document --with-selinux/-Dselinux options centrally
This appears to have broken building the INSTALL file:
We have a mechanism for supplying alternate text for INSTALL, IIRC.
regards, tom lane
Hi,
On 2023-11-17 15:49:52 -0500, Tom Lane wrote:
Andres Freund <andres@anarazel.de> writes:
docs: Document --with-selinux/-Dselinux options centrally
This appears to have broken building the INSTALL file:
We have a mechanism for supplying alternate text for INSTALL, IIRC.
Gah, will look at it.
Greetings,
Andres Freund
Hi,
On 2023-11-17 13:23:54 -0800, Andres Freund wrote:
On 2023-11-17 15:49:52 -0500, Tom Lane wrote:
Andres Freund <andres@anarazel.de> writes:
docs: Document --with-selinux/-Dselinux options centrally
This appears to have broken building the INSTALL file:
We have a mechanism for supplying alternate text for INSTALL, IIRC.
Gah, will look at it.
Pushed the fix.
Greetings,
Andres Freund