Re: [pgScript patch] Output + bug fix

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: [pgScript patch] Output + bug fix
Дата
Msg-id 937d27e10903090312gf5310fdv62ef53f9b49d33ff@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [pgScript patch] Output + bug fix  (Mickael Deloison <mdeloison@gmail.com>)
Список pgadmin-hackers
On Sat, Mar 7, 2009 at 11:31 AM, Mickael Deloison <mdeloison@gmail.com> wrote:
> 2009/3/7 Dave Page <dpage@pgadmin.org>:
>> I meant 'code written in pgScript' that would exercise that c++
>> codepath, but i think i can work something out from your description
>> :)
>>
>
> Ok, you can put anything that returns something else than
> PGRES_COMMAND_OK or PGRES_TUPLES_OK.
> For example:
> SELECT 1 FROM Table_that_does_not_exist;

Yeah, that's what I figured :-).

I've reverted the change for now - it doesn't really affect the work
I'd done, except to show some messages twice (which always used to be
the case). We really need to re-design the error handling here to make
things more consistent and less chaotic....

--
Dave Page
EnterpriseDB UK:   http://www.enterprisedb.com

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

Предыдущее
От: svn@pgadmin.org
Дата:
Сообщение: SVN Commit by dpage: r7650 - trunk/pgadmin3/pgadmin/db
Следующее
От: Levente Torok
Дата:
Сообщение: Re: help for "quick search" / bug ? / ODBC plugin?