Re: [HACKERS] New CORRESPONDING clause design

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: [HACKERS] New CORRESPONDING clause design
Дата
Msg-id CAHyXU0x=mKS2q6t5XzR+v8+OAmx5gEWM+tH_Vj1JJnhSBdqH6Q@mail.gmail.com
обсуждение исходный текст
Ответ на [HACKERS] New CORRESPONDING clause design  (Surafel Temsgen <surafel3000@gmail.com>)
Ответы Re: [HACKERS] New CORRESPONDING clause design  (David Fetter <david@fetter.org>)
Список pgsql-hackers
On Tue, Jan 17, 2017 at 12:37 AM, Surafel Temsgen <surafel3000@gmail.com> wrote:
> I am new here and I really want to contribute, I have read same resource
> that help understanding database system and postgresql. I would like to
> start implementing sql syntax corresponding by clause because I believe
> implementing sql syntax gives an opportunity to familiarize  many part of
> postgresql source code. Previous implementation is here and have an issue on
> explain query and break cases on unlabeled NULLs
> To repeat what a corresponding by clause means
> Corresponding clause either contains a BY(...) clause or not. If it
> doesn't have a BY(...) clause the usage is as follows.

This is great stuff. Does the syntax only apply to UNION?  I would
imagine it would also apply to INTERSECT/EXCEPT?  What about UNION
ALL?

merlin



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

Предыдущее
От: "Karl O. Pinc"
Дата:
Сообщение: Re: [HACKERS] Patch to implement pg_current_logfile() function
Следующее
От: Fujii Masao
Дата:
Сообщение: Re: [HACKERS] Re: [COMMITTERS] pgsql: Fix an assertion failurerelated to an exclusive backup.