-
I am encountering the error stated in the title for the following query: select
public.create_parent(
p_parent_table := 'my_shema.my_parent',
p_control := 'timestamp',
p_interval := '1 month',
p_template_table := 'my_shema.my_parent_template',
p_type := 'native'
)
;
|
Beta Was this translation helpful? Give feedback.
Answered by
keithf4
Oct 23, 2024
Replies: 1 comment
-
The https://github.com/pgpartman/pg_partman/releases |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
keithf4
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
p_type
column has changed in version 5.x. Please review the release notes and current documentationhttps://github.com/pgpartman/pg_partman/releases
https://github.com/pgpartman/pg_partman/blob/master/doc/pg_partman.md#create_parent