pgsql: docs: Fix standalone INSTALL, broken in 06c70849fb2

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: docs: Fix standalone INSTALL, broken in 06c70849fb2
Date: 2023-11-17 21:56:00
Message-ID: E1r46oi-005wiK-3b@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

docs: Fix standalone INSTALL, broken in 06c70849fb2

We should probably check that INSTALL can be generated in CI.

Reported-by: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Discussion: https://postgr.es/m/795075.1700254192@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a268a51de692c462e641a58ac842bbb0ac1e43ea

Modified Files
--------------
doc/src/sgml/standalone-profile.xsl | 4 ++++
1 file changed, 4 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2023-11-17 21:56:23 Re: pgsql: docs: Document --with-selinux/-Dselinux options centrally
Previous Message Bruce Momjian 2023-11-17 21:47:07 pgsql: doc: update query section to show LIMIT/OFFSET like SELECT