Обсуждение: pg_get_view unknow ...

Поиск
Список
Период
Сортировка

pg_get_view unknow ...

От
manu manu
Дата:
I install pgaccess0.96 with Postgres 6.3.2 under Redat 5.1
Every thing go rigth, but when I want to create a view, I have this
message error:"Error: ERROR: functionpg_get_viewdef(unknown�) does not
exist"
Why ?
How to make it well please ???
Thanks
Manu.
bonnard_manu@yahoo.fr
_________________________________________________________
�TES-VOUS YAHOO!?
Votre e-mail @yahoo.fr gratuit sur http://courrier.yahoo.fr


Re: [INTERFACES] pg_get_view unknow ...

От
Constantin Teodorescu
Дата:
manu manu wrote:
>
> I install pgaccess0.96 with Postgres 6.3.2 under Redat 5.1
> Every thing go rigth, but when I want to create a view, I have this
> message error:"Error: ERROR: functionpg_get_viewdef(unknownà) does not
> exist"
> Why ?
> How to make it well please ???

In 0.96 I used a function get_viewdef that exists only in 6.4.2 !
Everything else is working but that code that checks a previously
defined view still exists!

So you have 2 choices :

a. upgrade to 6.4.2 (the best)
b. change the PgAccess program and comments thos parts where viewdef is
needed (when creating a view, there is a check if there is already a
view defined. Comment that part. You will get a PostgreSQl error message
when trying to define a view with a name that already exists)

Constantin Teodorescu
FLEX Consulting Braila

Re: [INTERFACES] pg_get_view unknow ...

От
José Soares
Дата:

manu manu ha scritto:

> I install pgaccess0.96 with Postgres 6.3.2 under Redat 5.1
> Every thing go rigth, but when I want to create a view, I have this
> message error:"Error: ERROR: functionpg_get_viewdef(unknownà) does not
> exist"
> Why ?

v6.3.2 doesn't have this function, pg_get_viewdef() was introduced with
v6.4.

>
> How to make it well please ???

install v6.4.2 or wait for v6.5.

José