diff options
author | Thomas G. Lockhart | 1998-10-25 00:24:36 +0000 |
---|---|---|
committer | Thomas G. Lockhart | 1998-10-25 00:24:36 +0000 |
commit | 450b47e7ef9452d60c239d0a218c09ea68cf8043 (patch) | |
tree | 56473f74519e19ce97e243f257c82fcfa75bee16 /doc/src/sgml/programmer.sgml | |
parent | 29317100ae0f68cc32a008bc9009bc0d888d633f (diff) |
Add Y2K statement for intros.
Make sure notation section is included in most intros.
Diffstat (limited to 'doc/src/sgml/programmer.sgml')
-rw-r--r-- | doc/src/sgml/programmer.sgml | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/doc/src/sgml/programmer.sgml b/doc/src/sgml/programmer.sgml index 7f62767ef5f..060066dc3bc 100644 --- a/doc/src/sgml/programmer.sgml +++ b/doc/src/sgml/programmer.sgml @@ -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; |