Re: Support EXCEPT for TABLES IN SCHEMA publications - Mailing list pgsql-hackers

From Peter Smith
Subject Re: Support EXCEPT for TABLES IN SCHEMA publications
Date
Msg-id CAHut+PvCeJ6yDdRu3Qo7-M5fMzZnV1aEDPckW3oLmgY4xPw3HA@mail.gmail.com
Whole thread
In response to Re: Support EXCEPT for TABLES IN SCHEMA publications  (Peter Smith <smithpb2250@gmail.com>)
List pgsql-hackers
One more v21* review comment...

1.
@@ -6838,6 +6838,24 @@ describePublications(const char *pattern)
  if (!addFooterToPublicationDesc(&buf, _("Tables from schemas:"),
  true, &cont))
  goto error_return;
+
+ if (pset.sversion >= 190000)
+ {
+ /*
+ * Get tables in the EXCEPT clause for this schema
+ * publication.
+ */

The SCHEMA EXCEPT does not exist in PG19, so shouldn't that version
check be 200000?

======
Kind Regards,
Peter Smith.
Fujitsu Australia



pgsql-hackers by date:

Previous
From: David Steele
Date:
Subject: Re: Return pg_control from pg_backup_stop().
Next
From: Tom Lane
Date:
Subject: Re: Why clearing the VM doesn't require registering vm buffer in wal record