Skip to content

Commit

Permalink
Don't point Postgres documentation links to a specific version
Browse files Browse the repository at this point in the history
  • Loading branch information
Photonios committed Apr 4, 2023
1 parent 2df1056 commit 9b809d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psqlextra/expressions.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ class ExcludedCol(expressions.Expression):
"""References a column in PostgreSQL's special EXCLUDED column, which is
used in upserts to refer to the data about to be inserted/updated.
See: https://www.postgresql.org/docs/9.5/sql-insert.html#SQL-ON-CONFLICT
See: https://www.postgresql.org/docs/current/sql-insert.html#SQL-ON-CONFLICT
"""

def __init__(self, name: str):
Expand Down

0 comments on commit 9b809d1

Please sign in to comment.