Re: Add pg_get_publication_ddl function - Mailing list pgsql-hackers

From Jonathan Gonzalez V.
Subject Re: Add pg_get_publication_ddl function
Date
Msg-id 87o6hjy3we.fsf@gmail.com
Whole thread
In response to Add pg_get_publication_ddl function  ("Jonathan Gonzalez V." <jonathan.abdiel@gmail.com>)
Responses Re: Add pg_get_publication_ddl function
List pgsql-hackers
"Jonathan Gonzalez V." <jonathan.abdiel@gmail.com> writes:

Hi!

I'm attaching the v3 of this patch. I've added a new set of regress test
that execute the query generated by pg_get_publication_ddl(), this
helped to find a couple of issues with EXCEPT and WHERE.

I've also applied the reviews previously done and discussed early today.

Regards

-- 
Jonathan Gonzalez V.
EDB
https://www.enterprisedb.com

Attachment

pgsql-hackers by date:

Previous
From: Álvaro Herrera
Date:
Subject: Re: pg_upgrade fails when FK constraint with same name exists on partitioned table and its partition
Next
From: Zsolt Parragi
Date:
Subject: Re: [PATCH] Add pg_get_table_ddl() to reconstruct CREATE TABLE statements