Skip to content

Commit f52920a

Browse files
committed
migration script: drop function create_or_replace_sequence(TEXT, TEXT)
1 parent 581a695 commit f52920a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: pg_pathman--1.1--1.2.sql

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ DROP FUNCTION @[email protected]_schema_qualified_name(REGCLASS, TEXT, TEXT);
2020
DROP FUNCTION @[email protected]_rel_tablespace_name(REGCLASS);
2121
DROP FUNCTION @[email protected]_on_partition_created_callback(REGPROC);
2222
DROP FUNCTION @[email protected]_sequence_name(TEXT, TEXT);
23+
DROP FUNCTION @[email protected]_or_replace_sequence(TEXT, TEXT);
2324
DROP FUNCTION @[email protected]_single_range_partition(REGCLASS, ANYELEMENT, ANYELEMENT, TEXT, TEXT);
2425
DROP FUNCTION @[email protected]_overlap(REGCLASS, ANYELEMENT, ANYELEMENT);
2526
DROP FUNCTION @[email protected]_range_partition(REGCLASS, ANYELEMENT, TEXT, OUT ANYARRAY);

0 commit comments

Comments
 (0)