Re: INSERT and parentheses

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Re: INSERT and parentheses
Дата
Msg-id 20100426131354.GA21875@tamriel.snowman.net
обсуждение исходный текст
Ответ на Re: INSERT and parentheses  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: INSERT and parentheses
Список pgsql-hackers
* Robert Haas (robertmhaas@gmail.com) wrote:
> > The first version is a lot more common and as it turns out, is sometimes
> > very hard to spot.  This patch attaches a HINT message to these two
> > cases.  The message itself could probably be a lot better, but I can't
> > think of anything.
> >
> > Thoughts?
>
> I suggest adding it to the next CommitFest.  Since I've never been
> bitten by this, I can't get excited about the change, but I'm also not
> arrogant enough to believe that everyone else's experiences are the
> same as my own.

Not to be a pain, but the hint really is kind of terrible..  It'd
probably be better if you included somewhere that the insert appears to
be a single column with a record-type rather than multiple columns of
non-composite type..
Thanks,
    Stephen

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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: INSERT and parentheses
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Re: [COMMITTERS] pgsql: Make CheckRequiredParameterValues() depend upon correct