diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2002-08-13 17:22:08 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2002-08-13 17:22:08 +0000 |
commit | 1e4c4f9eb762089e3133af51d3f96d60b27f0c34 (patch) | |
tree | 1b05a194eadcb8ce60e5d0d04c2916ff79895089 /doc/src | |
parent | ccf15026e62bd4f146872a35db47a310fc47bd09 (diff) | |
download | postgresql-1e4c4f9eb762089e3133af51d3f96d60b27f0c34.tar.gz postgresql-1e4c4f9eb762089e3133af51d3f96d60b27f0c34.zip |
Remove obsolete uses of lanispl. Only used in pg_dump now, but can be
removed altogether if pg_dump doesn't need it anymore.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/catalogs.sgml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index 38dbe32aad7..e62493b5257 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.52 2002/08/05 02:30:46 tgl Exp $ + $Header: /cvsroot/pgsql/doc/src/sgml/catalogs.sgml,v 2.53 2002/08/13 17:22:08 petere Exp $ --> <chapter id="catalogs"> @@ -1991,8 +1991,10 @@ <entry></entry> <entry> This is false for internal languages (such as SQL) and true for - dynamically loaded language handler modules. It essentially - means that, if it is true, the language may be dropped. + user-defined languages. Currently, + <application>pg_dump</application> still uses this to determine + which languages need to be dumped, but this may be replaced by + a different mechanism sometime. </entry> </row> |