Re: Postgres Incompatibility

2023-05-17 Thread Tom Lane
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

2023-05-16 Thread Avi Weinberg
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; $$;