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:
@@ -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 — Functions for Implementing Referential Integrity</title>
|
||||
<title>refint — Functions for Implementing Referential Integrity</title>
|
||||
|
||||
<para>
|
||||
<function>check_primary_key()</> and
|
||||
@@ -59,7 +64,7 @@
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>timetravel.c — Functions for Implementing Time Travel</title>
|
||||
<title>timetravel — 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 — Functions for Autoincrementing Fields</title>
|
||||
<title>autoinc — 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 — Functions for Tracking Who Changed a Table</title>
|
||||
<title>insert_username — 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 — Functions for Tracking Last Modification Time</title>
|
||||
<title>moddatetime — Functions for Tracking Last Modification Time</title>
|
||||
|
||||
<para>
|
||||
<function>moddatetime()</> is a trigger that stores the current
|
||||
|
||||
Reference in New Issue
Block a user