1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-29 10:41:53 +03:00

Move docs about index cost estimation functions and writing a procedural

language handler to the 'Internals' area, per my proposal of yesterday.
Clean up the trigger documentation a bit.  Push SPI chapter to the end
of its part, and reorder the Internals chapters into what seems a more
sensible order (at the moment anyway).
This commit is contained in:
Tom Lane
2003-10-22 22:28:10 +00:00
parent b8400c7f52
commit cdbf9b328e
7 changed files with 341 additions and 288 deletions

View File

@ -1,5 +1,5 @@
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/postgres.sgml,v 1.57 2003/10/17 18:57:01 tgl Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/postgres.sgml,v 1.58 2003/10/22 22:28:10 tgl Exp $
-->
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
@ -203,10 +203,8 @@ $Header: /cvsroot/pgsql/doc/src/sgml/postgres.sgml,v 1.57 2003/10/17 18:57:01 tg
</partintro>
&extend;
&indexcost;
&rules;
&trigger;
&spi;
&xplang;
&plsql;
@ -214,6 +212,8 @@ $Header: /cvsroot/pgsql/doc/src/sgml/postgres.sgml,v 1.57 2003/10/17 18:57:01 tg
&plperl;
&plpython;
&spi;
</part>
&reference;
@ -231,13 +231,15 @@ $Header: /cvsroot/pgsql/doc/src/sgml/postgres.sgml,v 1.57 2003/10/17 18:57:01 tg
&arch-dev;
&catalogs;
&protocol;
&page;
&geqo;
&gist;
&bki;
&sources;
&compiler;
&nls;
&plhandler;
&geqo;
&indexcost;
&gist;
&page;
&bki;
&compiler;
</part>