diff options
author | Thomas G. Lockhart <lockhart@fourpalms.org> | 1998-04-04 16:26:05 +0000 |
---|---|---|
committer | Thomas G. Lockhart <lockhart@fourpalms.org> | 1998-04-04 16:26:05 +0000 |
commit | 7a070126e0615a1bea8962be575e741be46ce98e (patch) | |
tree | 2986f0c4129223c38892b2c55d63c7ef3dade992 /doc/src | |
parent | 675502693750e59619180baa027c76fcb15f3f7f (diff) |
Include the stub docs for the rules system. Omission in original versions.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/postgres.sgml | 1 | ||||
-rw-r--r-- | doc/src/sgml/programmer.sgml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/src/sgml/postgres.sgml b/doc/src/sgml/postgres.sgml index 897de1be1bd..22a74d95f61 100644 --- a/doc/src/sgml/postgres.sgml +++ b/doc/src/sgml/postgres.sgml @@ -188,6 +188,7 @@ Information for extending <ProductName>Postgres</ProductName>. &xtypes; &xoper; &xaggr; +&rules; &xindex; &gist; &dfunc; diff --git a/doc/src/sgml/programmer.sgml b/doc/src/sgml/programmer.sgml index 3c73484e077..f8e95c8dd11 100644 --- a/doc/src/sgml/programmer.sgml +++ b/doc/src/sgml/programmer.sgml @@ -134,6 +134,7 @@ It provides SQL92/SQL3 language support, &xtypes; &xoper; &xaggr; +&rules; &xindex; &gist; &dfunc; |