aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/catalogs.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/catalogs.sgml')
-rw-r--r--doc/src/sgml/catalogs.sgml14
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml
index 980c2155363..c3ed19e4b2a 100644
--- a/doc/src/sgml/catalogs.sgml
+++ b/doc/src/sgml/catalogs.sgml
@@ -1,6 +1,6 @@
<!--
Documentation of the system catalogs, directed toward PostgreSQL developers
- $Header: /cvsroot/pgsql/doc/src/sgml/catalogs.sgml,v 2.43 2002/04/21 00:26:42 tgl Exp $
+ $Header: /cvsroot/pgsql/doc/src/sgml/catalogs.sgml,v 2.44 2002/06/20 15:44:06 momjian Exp $
-->
<chapter id="catalogs">
@@ -1264,6 +1264,18 @@
</row>
<row>
+ <entry>lanvalidator</entry>
+ <entry><type>oid</type></entry>
+ <entry>pg_proc.oid</entry>
+ <entry>
+ This references a language validator function that is responsible
+ for checking the syntax and validity of new functions when they
+ are created. See under <command>CREATE LANGUAGE</command> for
+ further information about validators.
+ </entry>
+ </row>
+
+ <row>
<entry>lancompiler</entry>
<entry><type>text</type></entry>
<entry></entry>