Re: pgAdmin III: the debugger does not pre-populate default values for arguments

Поиск
Список
Период
Сортировка
От Nikhil S
Тема Re: pgAdmin III: the debugger does not pre-populate default values for arguments
Дата
Msg-id AANLkTikF4-+gwBWV0PVCwHrHSBxttw3JaQ5L3d5y1NWQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pgAdmin III: the debugger does not pre-populate default values for arguments  (Dave Page <dpage@pgadmin.org>)
Ответы Re: pgAdmin III: the debugger does not pre-populate default values for arguments  (Dave Page <dpage@pgadmin.org>)
Список pgadmin-hackers
Hi,

> But I guess you mean, we should find a solution more on the pgadmin side
> instead of tinkering with the backend?

Yes.


Ok. One way that I can think of is that since we have the typeoids handily available, we can check the same and see if it is of stringlike type (PGOID_TYPE_CHAR, PGOID_TYPE_NAME, PGOID_TYPE_TEXT, etc..). If yes, then we retain the "", else we ignore it. Sounds reasonable?

Regards,
Nikhils

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

Предыдущее
От: Nikhil S
Дата:
Сообщение: Re: Re: pgAdmin III: Error on clicking "Display Objects" while doing a restore
Следующее
От: Dave Page
Дата:
Сообщение: Re: pgAdmin III: the debugger does not pre-populate default values for arguments