Skip to content

Commit 9b809d1

Browse files
committed
Don't point Postgres documentation links to a specific version
1 parent 2df1056 commit 9b809d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

psqlextra/expressions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ class ExcludedCol(expressions.Expression):
212212
"""References a column in PostgreSQL's special EXCLUDED column, which is
213213
used in upserts to refer to the data about to be inserted/updated.
214214
215-
See: https://www.postgresql.org/docs/9.5/sql-insert.html#SQL-ON-CONFLICT
215+
See: https://www.postgresql.org/docs/current/sql-insert.html#SQL-ON-CONFLICT
216216
"""
217217

218218
def __init__(self, name: str):

0 commit comments

Comments
 (0)