Re: replicating DROP commands across servers - Mailing list pgsql-hackers

From Tom Lane
Subject Re: replicating DROP commands across servers
Date
Msg-id 17284.1396017414@sss.pgh.pa.us
Whole thread Raw
In response to replicating DROP commands across servers  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Responses Re: replicating DROP commands across servers  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-hackers
Alvaro Herrera <alvherre@2ndquadrant.com> writes:
> My proposal therefore is to add some more columns to
> pg_event_trigger_dropped_objects(): more precisely, objname and objargs,
> which would carry exactly what get_object_address() would require to
> re-construct an ObjectAddress for the object being dropped at the remote
> end.

Those aren't strings or indeed flat objects at all, but structures, so it
seems like this is still rather underspecified.  How will you represent
something like a List of TypeName at the SQL level?
        regards, tom lane



pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: replicating DROP commands across servers
Next
From: Alexander Korotkov
Date:
Subject: Proposal: fix range queries in btree_gin