Re: plpgsql.extra_warnings='num_into_expressions'

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: plpgsql.extra_warnings='num_into_expressions'
Дата
Msg-id CAFj8pRAZsBAD4dSKH0ZrMf20JmGcKdc47UcykAmhYdR0fjeVRQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: plpgsql.extra_warnings='num_into_expressions'  (Marko Tiikkaja <marko@joh.to>)
Список pgsql-hackers



2014-07-22 8:52 GMT+02:00 Marko Tiikkaja <marko@joh.to>:
On 7/22/14, 7:06 AM, Pavel Stehule wrote:
I looked on this patch and I am thinking so it is not a good idea. It
introduce  early dependency between functions and pg_class based objects.

What dependency?  The patch only looks at the raw parser output, so it won't e.g. know whether  SELECT * INTO a, b FROM foo;  is problematic or not.

I am sorry, I was confused

There is dependencty in variable type, but this dependency is not new.

Regards

Pavel


 


.marko

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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Index-only scans for multicolumn GIST
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Production block comparison facility