From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Fix dbtoepub output file name |
Date: | 2019-02-21 14:56:26 |
Message-ID: | E1gwply-00054N-TY@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Fix dbtoepub output file name
In previous releases, the input file of dbtoepub was postgres.xml, and
dbtoepub knows to derive the output file name postgres.epub from that
automatically. But now the intput file is postgres.sgml (since
postgres.sgml is itself an XML file and we no longer need the
intermediate postgres.xml file), but dbtoepub doesn't know how to deal
with the .sgml suffix, so the automatically derived output file name
becomes postgres.sgml.epub. Fix by adding an explicit -o option.
Branch
------
REL_11_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/c08b65bc4371f0154566447a8cb4bc7691bf0815
Modified Files
--------------
doc/src/sgml/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2019-02-21 16:33:15 | pgsql: Delay lock acquisition for partitions until we route a tuple to |
Previous Message | Tom Lane | 2019-02-21 01:53:25 | pgsql: Speed up match_eclasses_to_foreign_key_col() when there are many |