1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-24 01:29:19 +03:00

Add Y2K statement for intros.

Make sure notation section is included in most intros.
This commit is contained in:
Thomas G. Lockhart
1998-10-25 00:24:36 +00:00
parent 29317100ae
commit 450b47e7ef
8 changed files with 144 additions and 28 deletions

View File

@@ -16,6 +16,7 @@ $log$
<!entity info SYSTEM "info.sgml">
<!entity legal SYSTEM "legal.sgml">
<!entity notation SYSTEM "notation.sgml">
<!entity y2k SYSTEM "y2k.sgml">
<!entity arch SYSTEM "arch.sgml">
<!entity start SYSTEM "start.sgml">
@@ -152,6 +153,7 @@ It provides SQL92/SQL3 language support,
&xaggr;
&rules;
&xindex;
&xplang;
&gist;
&dfunc;
@@ -167,11 +169,19 @@ It provides SQL92/SQL3 language support,
&ecpg;
&odbc;
&jdbc;
&xplang;
<!-- development -->
&arch-dev;
<!--
The arch-dev chapter is current almost identical
to the arch-pg chapter appearing earlier in the
Programmer's Guide. If the Developer's Guide is
split into a separate document the start using this
again.
- thomas 1998-10-23
&arch-dev;
-->
&geqo;
&protocol;
&signals;