mirror of
https://github.com/postgres/postgres.git
synced 2025-11-22 12:22:45 +03:00
Fix typo in documentation about application time
Author: Paul A. Jungwirth <pj@illuminatedcomputing.com>
This commit is contained in:
@@ -1610,7 +1610,7 @@ CREATE TABLE circles (
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
<firstterm>Application time</firstterm> refers to a history of the entity
|
<firstterm>Application time</firstterm> refers to a history of the entity
|
||||||
described by a table. In a typical non-temporal table, there is single
|
described by a table. In a typical non-temporal table, there is a single
|
||||||
row for each entity. In a temporal table, an entity may have multiple
|
row for each entity. In a temporal table, an entity may have multiple
|
||||||
rows, as long as those rows describe non-overlapping periods from its
|
rows, as long as those rows describe non-overlapping periods from its
|
||||||
history. Application time requires each row to have a start and end time,
|
history. Application time requires each row to have a start and end time,
|
||||||
@@ -1806,7 +1806,6 @@ CREATE TABLE variants (
|
|||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
In a table, these records would be:
|
In a table, these records would be:
|
||||||
<programlisting>
|
<programlisting>
|
||||||
id | product_no | name | valid_at
|
id | product_no | name | valid_at
|
||||||
|
|||||||
Reference in New Issue
Block a user