mirror of
https://github.com/postgres/postgres.git
synced 2025-12-22 17:42:17 +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:
@@ -11,6 +11,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">
|
||||
@@ -92,6 +95,9 @@ It provides SQL92/SQL3 language support,
|
||||
&environ;
|
||||
&manage;
|
||||
&datatype;
|
||||
&oper;
|
||||
&func;
|
||||
&typeconv;
|
||||
&array;
|
||||
&inherit;
|
||||
&query-ug;
|
||||
|
||||
Reference in New Issue
Block a user