aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/postgres.sgml
diff options
context:
space:
mode:
authorThomas G. Lockhart <lockhart@fourpalms.org>1998-07-08 13:53:15 +0000
committerThomas G. Lockhart <lockhart@fourpalms.org>1998-07-08 13:53:15 +0000
commitba3a99f193441407f37c762bb8850488f61fe6de (patch)
tree385712f1e9060a972b3248f7aac6ca02a900d3be /doc/src/sgml/postgres.sgml
parentfebe53d813ba435a8d58c90d64abfc5006bb55ba (diff)
downloadpostgresql-ba3a99f193441407f37c762bb8850488f61fe6de.tar.gz
postgresql-ba3a99f193441407f37c762bb8850488f61fe6de.zip
Split function and operator User Guide info
from datatype.sgml into separate files. Add type conversion information. Format historical release notes.
Diffstat (limited to 'doc/src/sgml/postgres.sgml')
-rw-r--r--doc/src/sgml/postgres.sgml6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/src/sgml/postgres.sgml b/doc/src/sgml/postgres.sgml
index 67adad9e21d..820b39cfddf 100644
--- a/doc/src/sgml/postgres.sgml
+++ b/doc/src/sgml/postgres.sgml
@@ -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;