From 3bde1eae31212b5bc2c6652dca52f70fb79d5950 Mon Sep 17 00:00:00 2001 From: Federico Caselli Date: Fri, 17 Jun 2022 21:53:32 +0200 Subject: Normalize postgresql docs links to point to current Change-Id: Ib7d3ea7ff3356ff8a2f935892d904a69dbc25c3e --- test/dialect/postgresql/test_reflection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/dialect/postgresql/test_reflection.py') diff --git a/test/dialect/postgresql/test_reflection.py b/test/dialect/postgresql/test_reflection.py index cbb1809e4..3e0569d32 100644 --- a/test/dialect/postgresql/test_reflection.py +++ b/test/dialect/postgresql/test_reflection.py @@ -1091,7 +1091,7 @@ class ReflectionTest( # "ASC NULLS LAST" is implicit default for indexes, # and "NULLS FIRST" is implicit default for "DESC". - # (https://www.postgresql.org/docs/11/indexes-ordering.html) + # (https://www.postgresql.org/docs/current/indexes-ordering.html) def compile_exprs(exprs): return list(map(str, exprs)) -- cgit v1.2.1