Re: replicating DROP commands across servers

Поиск
Список
Период
Сортировка
От Jim Nasby
Тема Re: replicating DROP commands across servers
Дата
Msg-id 54331FC5.9050606@BlueTreble.com
обсуждение исходный текст
Ответ на Re: replicating DROP commands across servers  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: replicating DROP commands across servers
Список pgsql-hackers
On 10/4/14, 8:12 PM, Robert Haas wrote:
>> >It's just not sane to try to parse such text strings.
> But this is a pretty ridiculous argument.  We have an existing parser
> that does it just fine, and a special-purpose parser that does just
> that (and not all of the other stuff that the main parser does) would
> be a great deal simpler.  Maybe there are examples other than the ones
> you listed here that demonstrate that this is actually a hard problem,
> but the fact that you might need to undo quote_literal() or search for
> and split on fixed strings does not.

FWIW, I've run into situations more than once in userspace where I need a way to properly separate schema and object
name.Generally I can make do using reg* casts and then hitting catalog tables, but it'd be nice if there was an easier
way.
-- 
Jim Nasby, Data Architect, Blue Treble Consulting
Data in Trouble? Get it in Treble! http://BlueTreble.com



В списке pgsql-hackers по дате отправления:

Предыдущее
От: David Fetter
Дата:
Сообщение: Re: [RFC] Incremental backup v2: add backup profile to base backup
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Add generate_series(numeric, numeric)