avoid MERGE_ACTION keyword?

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема avoid MERGE_ACTION keyword?
Дата
Msg-id 0f25e4ad-05f8-4607-a4e9-1e07b9adef26@eisentraut.org
обсуждение исходный текст
Ответы Re: avoid MERGE_ACTION keyword?
Список pgsql-hackers
I wonder if we can avoid making MERGE_ACTION a keyword.

I think we could parse it initially as a function and then transform it 
to a more special node later.  In the attached patch, I'm doing this in 
parse analysis.  We could try to do it even later and actually execute 
it as a function, if we could get the proper context passed into it somehow.

I'm thinking about this with half an eye on future features.  For 
example, row pattern recognition might introduce similar magic functions 
match_number() and classifier() (somewhat the inspiration for the 
merge_action() syntax), which could use similar treatment.

Thoughts?
Вложения

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

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: Re: Direct SSL connection with ALPN and HBA rules
Следующее
От: Sriram RK
Дата:
Сообщение: Re: AIX support