Skip to content

Commit 4e23c9e

Browse files
committed
Split func.sgml into more manageable pieces
func.sgml has grown over the years to the point where it is very difficult to manage. This commit splits out each sect1 piece into its own file, which is then included in the main file, so that the built documentation should be identical to the pre-split documentation. All these new files are placed in a new "func" subdirectory, and the previous func.sgml is removed. Done using scripts developed by: Author: jian he <jian.universality@gmail.com> Discussion: https://postgr.es/m/CACJufxFgAh1--EMwOjMuANe=VTmjkNaZjH+AzSe04-8ZCGiESA@mail.gmail.com
1 parent 6ae268c commit 4e23c9e

35 files changed

+32109
-32076
lines changed

doc/src/sgml/filelist.sgml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@
1717
<!ENTITY datatype SYSTEM "datatype.sgml">
1818
<!ENTITY ddl SYSTEM "ddl.sgml">
1919
<!ENTITY dml SYSTEM "dml.sgml">
20-
<!ENTITY func SYSTEM "func.sgml">
20+
21+
<!ENTITY % allfiles_func SYSTEM "func/allfiles.sgml">
22+
%allfiles_func;
23+
2124
<!ENTITY indices SYSTEM "indices.sgml">
2225
<!ENTITY json SYSTEM "json.sgml">
2326
<!ENTITY mvcc SYSTEM "mvcc.sgml">

0 commit comments

Comments
 (0)