Re: [INTERFACES] I can't use pgaccess !!

Поиск
Список
Период
Сортировка
От Constantin Teodorescu
Тема Re: [INTERFACES] I can't use pgaccess !!
Дата
Msg-id 36E40AD6.517310D3@flex.ro
обсуждение исходный текст
Ответ на I can't use pgaccess !!  (Laurent TASTET <laurent@internet-montblanc.fr>)
Список pgsql-interfaces
Laurent TASTET wrote:
>
> Hi,
>
> I've dowloaded pgaccess 0.95, and I'm working with postgresql 6.3.2
> I applied the patch, as described on the web site , but when I launch
> pgaccess (wish -f pgaccess.tcl, I get an error message :
>
> " Error : function Pg_get_viewdef(name) does not exist !" and I can't
> use anything !

0.95 uses a mechanism of detecting tables from views that doesn't work
in 6.3.x
A better sollution is to upgrade your PostgreSQL to 6.4.2

If not , you should make a change in PgAccess in the procedure that
loads tables.

search "proc {cmd_Views}"

and replace code in loop wpg_select with :


wpg_select $dbc "select relname from pg_class where (relname !~ '^pg_')
and (relkind='r') and (rel
hasrules) order by relname" rec {
  .dw.lb insert end $rec(relname)
}

Keep in touch,
--
Constantin Teodorescu
FLEX Consulting Braila, ROMANIA

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

Предыдущее
От: Laurent TASTET
Дата:
Сообщение: I can't use pgaccess !!
Следующее
От: "John Frailey"
Дата:
Сообщение: multiple db connections