Skip to content

Commit

Permalink
chore: Update postgresql.org URLs to current version
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed May 25, 2023
1 parent 96c053c commit 468442e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocdskingfishercolab/__init__.py
Expand Up @@ -476,7 +476,7 @@ def get_table_and_pointer(tables, pointer):

return table, "/".join(parts)

# https://www.postgresql.org/docs/11/functions-json.html
# https://www.postgresql.org/docs/current/functions-json.html
def get_condition(table, pointer, mode):
# Test for the presence of the field in any object.
if mode == "any":
Expand Down

0 comments on commit 468442e

Please sign in to comment.