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=ekmcVFFawkLAE0vqKWMCbxeMCSSb5Yqrs4zMVV7AzfYg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Push down time-related SQLValue functions to foreign server  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Push down time-related SQLValue functions to foreign server  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
The implementation of converting now() to CURRENT_TIMESTAMP
seems like an underdocumented kluge, too.
 
I'm very late to the party, but it seems to me that this effort is describing a small subset of what "routine mapping" seems to be for: defining function calls that can be pushed down to the foreign server, and the analogous function on the foreign side. We may want to consider implementing just enough of CREATE ROUTINE MAPPING and DROP ROUTINE MAPPING to support these specific fixed functions.

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

Предыдущее
От: Kyotaro Horiguchi
Дата:
Сообщение: Re: TAP test to cover "EndOfLogTLI != replayTLI" case
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: Removing more vacuumlazy.c special cases, relfrozenxid optimizations