Re: INSERT and parentheses

Поиск
Список
Период
Сортировка
От Marko Tiikkaja
Тема Re: INSERT and parentheses
Дата
Msg-id 4C7386C9.9030204@cs.helsinki.fi
обсуждение исходный текст
Ответ на INSERT and parentheses  (igor polishchuk <ora4dba@gmail.com>)
Ответы Re: INSERT and parentheses  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On 2010-08-24 8:25 AM +0300, igor polishchuk wrote:
> Marko et al,
> This is my first ever attempt of a patch review just for learning the
> procedure. I'm not a postgres developer, so the review is partial and mostly
> from the usability prospective.

That's all right.  I'm sure any help is appreciated.

> The patch provides a HINT for unclear error. This should clarify for a user
> what exactly is wrong with the sql.
> However, the actual HINT text provided with the patch is not very clear,
> too.
> The Stephen Frost's suggestion would add clarity:
>
> errhint("insert appears to be a single column with a record-type rather than
> multiple columns of non-composite type."),

This isn't entirely accurate, either; the columns are not necessarily of 
non-composite types.


Regards,
Marko Tiikkaja


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Interruptible sleeps (was Re: CommitFest 2009-07: Yay, Kevin! Thanks, reviewers!)
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: WIP: extensible enums