pgsql: Fix dbtoepub output file name

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Fix dbtoepub output file name
Дата
Msg-id E1gwply-00054M-TP@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7aa00d2464b4e14d553e8a64adacfe9741939e14

Modified Files
--------------
doc/src/sgml/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Speed up match_eclasses_to_foreign_key_col() when there aremany
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Delay lock acquisition for partitions until we route a tupleto