Re: Ayuda con query recursivos

From: "Jaime Casanova" <jcasanov(at)systemguards(dot)com(dot)ec>
To: silvana_iovino(at)yahoo(dot)com(dot)ar
Cc: pgsql-es-ayuda(at)postgresql(dot)org
Subject: Re: Ayuda con query recursivos
Date: 2008-10-07 17:38:11
Message-ID: 3073cc9b0810071038t7d3f23c0jfc0839d98f8ae2ac@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

2008/10/7 SILVANA IOVINO <silvana_iovino(at)yahoo(dot)com(dot)ar>:
> Hola, mi consulta es sobre los query recursivos

no entendi que tenia que ver tu problema con queries recursivos...

> Probe correr el siguiente query en la siguiente version de servidor
> PostgreSQL 8.2.5 on i386-redhat-linux-gnu, compiled by GCC gcc (GCC) 4.1.2
> 20070821 (Red Hat 4.1.2-25):
>
> CREATE OR REPLACE FUNCTION "public"."connectby" (text, text, text, text,
> integer) RETURNS SETOF record AS
> '$libdir/tablefunc', 'connectby_text'
> LANGUAGE 'c' STABLE RETURNS NULL ON NULL INPUT SECURITY INVOKER;
>
> y el error que me dio fue el siguiente:
>
> ERROR: could not access file "$libdir/tablefunc": No such file or directory
>

eso es porque no encuentra la ruta al archivo de libreria tablefunc.
- esta definido $libdir?
- esta instalado el contrib tablefunc?

--
Atentamente,
Jaime Casanova
Soporte y capacitación de PostgreSQL
Asesoría y desarrollo de sistemas
Guayaquil - Ecuador
Cel. +59387171157

In response to

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Jaime Casanova 2008-10-07 17:42:06 Re: ERROR: out of memory
Previous Message Javier Chávez B. 2008-10-07 17:36:01 Re: ERROR: out of memory