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:
@ -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;
|
||||
|
Reference in New Issue
Block a user