Re: Postgres Incompatibility
Avi Weinberg writes: > I noticed this problem when creating a backup on Postgres 13 and restoring it > on Postgres 15. > CREATE FUNCTION sync.show_pg_subscription1() RETURNS SETOF > pg_subscription > LANGUAGE sql > AS $$ > SELECT * from pg_subscri
Postgres Incompatibility
Hi Experts I noticed this problem when creating a backup on Postgres 13 and restoring it on Postgres 15. CREATE FUNCTION sync.show_pg_subscription1() RETURNS SETOF pg_subscription LANGUAGE sql AS $$ SELECT * from pg_subscription; $$;