Update utils.sql

This commit is contained in:
dullbananas 2024-06-11 11:48:12 -07:00 committed by GitHub
parent a2dfb93de3
commit 8acf2f96ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -62,7 +62,7 @@ CREATE FUNCTION r.local_url (url_path text)
LANGUAGE sql
STABLE PARALLEL SAFE
RETURN (
current_setting ('lemmy.protocol_and_hostname') || url_path)
current_setting ('lemmy.protocol_and_hostname') || url_path);
-- This function creates statement-level triggers for all operation types. It's designed this way
-- because of these limitations: