Re: PostgreSQL 8.2beta1 w/ VALUES

Поиск
Список
Период
Сортировка
От Joshua D. Drake
Тема Re: PostgreSQL 8.2beta1 w/ VALUES
Дата
Msg-id 4515FC4B.90304@commandprompt.com
обсуждение исходный текст
Ответ на PostgreSQL 8.2beta1 w/ VALUES  (Stephen Frost <sfrost@snowman.net>)
Список pgsql-hackers
>   Anyhow, don't know if there's really a good solution but it'd be nice
>   to only get one warning, or one of a given type, or something, and to

Except that one warning would not be accurate, because the warning is 
per tuple. How is postgresql going to know that the warning applies to 
the same set of data but just a different tuple?


>   respond to cancel requests (if there was an issue there).  Sorry this
>   is more from a user's perspective, I havn't got time atm to go digging
>   through the code.  I'd be curious about implementing a possible
>   error-aggregation system for reporting on large sets like this but
>   that might be overkill anyway.

You could dial down client_min_messages, set it to ERROR, then you won't 
see warnings ;)

Sincerely,

Joshua D. Drake


> 
>       Thanks,
> 
>         Stephen



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

Предыдущее
От: "Jie Zhang"
Дата:
Сообщение: Re: Bitmap index status
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: PostgreSQL 8.2beta1 Now Available