pg_format

pull/4797/head
Dull Bananas 2024-06-25 18:57:09 +00:00
parent 28e04b42d3
commit 7f435cf657
2 changed files with 6 additions and 6 deletions

View File

@ -60,9 +60,9 @@ $$;
CREATE FUNCTION r.local_url (url_path text)
RETURNS text
LANGUAGE sql
STABLE PARALLEL SAFE
RETURN (
current_setting ('lemmy.protocol_and_hostname') || url_path);
STABLE PARALLEL SAFE RETURN (
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: