1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-29 10:41:53 +03:00

Add short chapter in developer's guide on formatting source code.

This commit is contained in:
Thomas G. Lockhart
2000-02-02 16:25:04 +00:00
parent 6454ae37a5
commit 83fd594a3d
3 changed files with 86 additions and 3 deletions

View File

@ -91,6 +91,7 @@
<!entity page SYSTEM "page.sgml">
<!entity protocol SYSTEM "protocol.sgml">
<!entity signals SYSTEM "signals.sgml">
<!entity sources SYSTEM "sources.sgml">
]>
<!-- entity manpages SYSTEM "man/manpages.sgml" subdoc -->
<Book Id="postgres">
@ -268,6 +269,7 @@ Your name here...
suggestions for future development.
</Para>
</PartIntro>
&sources;
&arch-dev;
&options;
&geqo;