Skip to content

Commit

Permalink
Drop procedure rather than function
Browse files Browse the repository at this point in the history
  • Loading branch information
mkindahl committed Nov 8, 2023
1 parent a31ed5c commit 4a907c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/updates/reverse-dev.sql
Original file line number Diff line number Diff line change
Expand Up @@ -192,5 +192,5 @@ CREATE FUNCTION @[email protected]_chunks(
) RETURNS SETOF REGCLASS AS '@MODULE_PATHNAME@', 'ts_chunk_show_chunks'
LANGUAGE C STABLE PARALLEL SAFE;

DROP FUNCTION IF EXISTS _timescaledb_functions.repair_relation_acls();
DROP PROCEDURE IF EXISTS _timescaledb_functions.repair_relation_acls();
DROP FUNCTION IF EXISTS _timescaledb_functions.makeaclitem(regrole, regrole, text, bool);

0 comments on commit 4a907c4

Please sign in to comment.