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

Split function and operator User Guide info

from datatype.sgml into separate files.
Add type conversion information.
Format historical release notes.
This commit is contained in:
Thomas G. Lockhart
1998-07-08 13:53:15 +00:00
parent febe53d813
commit ba3a99f193
8 changed files with 3436 additions and 833 deletions

View File

@ -18,6 +18,9 @@
<!entity environ SYSTEM "environ.sgml">
<!entity manage SYSTEM "manage.sgml">
<!entity datatype SYSTEM "datatype.sgml">
<!entity oper SYSTEM "oper.sgml">
<!entity func SYSTEM "func.sgml">
<!entity typeconv SYSTEM "typeconv.sgml">
<!entity array SYSTEM "array.sgml">
<!entity inherit SYSTEM "inherit.sgml">
<!entity query-ug SYSTEM "query-ug.sgml">
@ -162,6 +165,9 @@ Information for users.
&environ;
&manage;
&datatype;
&oper;
&func;
&typeconv;
&array;
&inherit;
&query-ug;