chatai/storage_v1.19.1/migrations/tenant/0024-operation-function.sql

6 lines
163 B
PL/PgSQL

CREATE OR REPLACE FUNCTION storage.operation()
RETURNS text AS $$
BEGIN
RETURN current_setting('storage.operation', true);
END;
$$ LANGUAGE plpgsql STABLE;