1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-21 05:21:08 +03:00

Fix obsolete references to old-style contrib installation methods.

This commit is contained in:
Tom Lane
2011-02-14 01:10:44 -05:00
parent 2ee69ff65d
commit f1fb4b0e63
11 changed files with 50 additions and 42 deletions

View File

@@ -17,8 +17,13 @@
below) while creating a trigger.
</para>
<para>
Each of the groups of functions described below is provided as a
separately-installable extension.
</para>
<sect2>
<title>refint.c &mdash; Functions for Implementing Referential Integrity</title>
<title>refint &mdash; Functions for Implementing Referential Integrity</title>
<para>
<function>check_primary_key()</> and
@@ -59,7 +64,7 @@
</sect2>
<sect2>
<title>timetravel.c &mdash; Functions for Implementing Time Travel</title>
<title>timetravel &mdash; Functions for Implementing Time Travel</title>
<para>
Long ago, <productname>PostgreSQL</> had a built-in time travel feature
@@ -152,7 +157,7 @@ CREATE TABLE mytab (
</sect2>
<sect2>
<title>autoinc.c &mdash; Functions for Autoincrementing Fields</title>
<title>autoinc &mdash; Functions for Autoincrementing Fields</title>
<para>
<function>autoinc()</> is a trigger that stores the next value of
@@ -179,7 +184,7 @@ CREATE TABLE mytab (
</sect2>
<sect2>
<title>insert_username.c &mdash; Functions for Tracking Who Changed a Table</title>
<title>insert_username &mdash; Functions for Tracking Who Changed a Table</title>
<para>
<function>insert_username()</> is a trigger that stores the current
@@ -200,7 +205,7 @@ CREATE TABLE mytab (
</sect2>
<sect2>
<title>moddatetime.c &mdash; Functions for Tracking Last Modification Time</title>
<title>moddatetime &mdash; Functions for Tracking Last Modification Time</title>
<para>
<function>moddatetime()</> is a trigger that stores the current