We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2df1056 commit 9b809d1Copy full SHA for 9b809d1
psqlextra/expressions.py
@@ -212,7 +212,7 @@ class ExcludedCol(expressions.Expression):
212
"""References a column in PostgreSQL's special EXCLUDED column, which is
213
used in upserts to refer to the data about to be inserted/updated.
214
215
- 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
216
"""
217
218
def __init__(self, name: str):
0 commit comments