Re: Push down time-related SQLValue functions to foreign server

Поиск
Список
Период
Сортировка
От Corey Huinker
Тема Re: Push down time-related SQLValue functions to foreign server
Дата
Msg-id CADkLM=fYKsBRkr3h6rQGzbRmhRPPu7wrstewXNO-rfB+M2m1Ng@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Push down time-related SQLValue functions to foreign server  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hmm ... not really, because for these particular functions, the
point is exactly that we *don't* translate them to some function
call on the remote end.  We evaluate them locally and push the
resulting constant to the far side, thus avoiding issues like
clock skew.

Ah, my pattern matching brain was so excited to see a use for routine mapping that I didn't notice that important detail.

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

Предыдущее
От: Ronan Dunklau
Дата:
Сообщение: Re: Proposal: More structured logging
Следующее
От: Masahiko Sawada
Дата:
Сообщение: Re: Skipping logical replication transactions on subscriber side