Re: replicating DROP commands across servers
| От | Alvaro Herrera |
|---|---|
| Тема | Re: replicating DROP commands across servers |
| Дата | |
| Msg-id | 20141003205836.GJ7043@eldon.alvh.no-ip.org обсуждение |
| Ответ на | Re: replicating DROP commands across servers (Robert Haas <robertmhaas@gmail.com>) |
| Ответы |
Re: replicating DROP commands across servers
|
| Список | pgsql-hackers |
Robert Haas wrote: > I'm not really very convinced that it's a good idea to expose this > instead of just figuring out a way to parse the object identity. That's the first thing I tried. But it's not pretty: you have to extract schema names by splitting at a period (and what if a schema name contains a period?), split out on ON for certain object types, figure out parens and argument types and names for functions and aggregates, etc. It's just not sane to try to parse such text strings. > But I expect to lose that argument. Good :-) -- Álvaro Herrera http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services
В списке pgsql-hackers по дате отправления: