mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Ensure that all <sect1> and <refentry> tags have IDs. This is needed
to ensure that the resulting webpages have predictable URLs, instead of ever-changing numeric IDs. The new contrib docs were the biggest offender, but some old stuff had the problem too. Also, rename a couple of new contrib sgml files for consistency's sake.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/contrib.sgml,v 1.5 2007/12/02 21:13:34 tgl Exp $ -->
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/contrib.sgml,v 1.6 2007/12/02 22:33:20 tgl Exp $ -->
|
||||
|
||||
<appendix id="contrib">
|
||||
<title>Additional Supplied Modules</title>
|
||||
@@ -95,13 +95,13 @@ psql -d dbname -f <replaceable>SHAREDIR</>/contrib/<replaceable>module</>.sql
|
||||
&oid2name;
|
||||
&pageinspect;
|
||||
&pgbench;
|
||||
&buffercache;
|
||||
&pgbuffercache;
|
||||
&pgcrypto;
|
||||
&freespacemap;
|
||||
&pgfreespacemap;
|
||||
&pgrowlocks;
|
||||
&standby;
|
||||
&pgstandby;
|
||||
&pgstattuple;
|
||||
&trgm;
|
||||
&pgtrgm;
|
||||
&seg;
|
||||
&sslinfo;
|
||||
&tablefunc;
|
||||
|
Reference in New Issue
Block a user