diff options
author | Federico Caselli <cfederico87@gmail.com> | 2022-06-17 21:53:32 +0200 |
---|---|---|
committer | Federico Caselli <cfederico87@gmail.com> | 2022-06-17 21:53:32 +0200 |
commit | 3bde1eae31212b5bc2c6652dca52f70fb79d5950 (patch) | |
tree | bf5a20c7aa437200acccb029a1dd599099205e4a /lib/sqlalchemy/dialects/postgresql/ranges.py | |
parent | c3102b85c40ab4578a0f56ee1e8eee4a6e0aed55 (diff) | |
download | sqlalchemy-3bde1eae31212b5bc2c6652dca52f70fb79d5950.tar.gz |
Normalize postgresql docs links to point to current
Change-Id: Ib7d3ea7ff3356ff8a2f935892d904a69dbc25c3e
Diffstat (limited to 'lib/sqlalchemy/dialects/postgresql/ranges.py')
-rw-r--r-- | lib/sqlalchemy/dialects/postgresql/ranges.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/dialects/postgresql/ranges.py b/lib/sqlalchemy/dialects/postgresql/ranges.py index b4d44fa91..81431ad59 100644 --- a/lib/sqlalchemy/dialects/postgresql/ranges.py +++ b/lib/sqlalchemy/dialects/postgresql/ranges.py @@ -20,7 +20,7 @@ class RangeOperators: provided in the ``postgres`` dialect and can likely be used for any range types you create yourself. - __ https://www.postgresql.org/docs/devel/static/functions-range.html + __ https://www.postgresql.org/docs/current/static/functions-range.html No extra support is provided for the Range Functions listed in the Range Functions table of the PostgreSQL documentation. For these, the normal |