diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-05-04 12:29:31 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-05-13 09:07:51 +0200 |
| commit | 4c5236ef93db714b63eedcc5a162631a6ca1def9 (patch) | |
| tree | d82b7fc2f36909b2bf05b0aa45a5c30792d812ad /docs/ref/contrib/postgres | |
| parent | 3b94f12462d262a812930cf25efe8d8eb07c5c83 (diff) | |
Removed versionadded/changed annotations for 3.0.
Diffstat (limited to 'docs/ref/contrib/postgres')
| -rw-r--r-- | docs/ref/contrib/postgres/constraints.txt | 2 | ||||
| -rw-r--r-- | docs/ref/contrib/postgres/fields.txt | 4 | ||||
| -rw-r--r-- | docs/ref/contrib/postgres/operations.txt | 2 |
3 files changed, 0 insertions, 8 deletions
diff --git a/docs/ref/contrib/postgres/constraints.txt b/docs/ref/contrib/postgres/constraints.txt index 8b82221ebd..f90667c394 100644 --- a/docs/ref/contrib/postgres/constraints.txt +++ b/docs/ref/contrib/postgres/constraints.txt @@ -12,8 +12,6 @@ PostgreSQL supports additional data integrity constraints available from the ``ExclusionConstraint`` ======================= -.. versionadded:: 3.0 - .. class:: ExclusionConstraint(*, name, expressions, index_type=None, condition=None, deferrable=None) Creates an exclusion constraint in the database. Internally, PostgreSQL diff --git a/docs/ref/contrib/postgres/fields.txt b/docs/ref/contrib/postgres/fields.txt index aeacc72e7c..b5df103206 100644 --- a/docs/ref/contrib/postgres/fields.txt +++ b/docs/ref/contrib/postgres/fields.txt @@ -889,8 +889,6 @@ types. Range operators --------------- -.. versionadded:: 3.0 - .. class:: RangeOperators PostgreSQL provides a set of SQL operators that can be used together with the @@ -917,8 +915,6 @@ corresponding lookups. RangeBoundary() expressions --------------------------- -.. versionadded:: 3.0 - .. class:: RangeBoundary(inclusive_lower=True, inclusive_upper=False) .. attribute:: inclusive_lower diff --git a/docs/ref/contrib/postgres/operations.txt b/docs/ref/contrib/postgres/operations.txt index 620e5db8b7..b7dc0726e7 100644 --- a/docs/ref/contrib/postgres/operations.txt +++ b/docs/ref/contrib/postgres/operations.txt @@ -111,8 +111,6 @@ run the query ``CREATE EXTENSION IF NOT EXISTS hstore;``. Index concurrent operations =========================== -.. versionadded:: 3.0 - PostgreSQL supports the ``CONCURRENTLY`` option to ``CREATE INDEX`` and ``DROP INDEX`` statements to add and remove indexes without locking out writes. This option is useful for adding or removing an index in a live production |
