In response to aymen marouani :
> Thanks for the help,
>
> In deed I found those lines in my script
>
> "--
> -- TOC entry 25 (class 1255 OID 16409)
> -- Dependencies: 6
> -- Name: bt_metap(text); Type: FUNCTION; Schema: public; Owner: postgres
> --
>
> CREATE FUNCTION bt_metap(relname text, OUT
Thanks for the help,
In deed I found those lines in my script
"--
-- TOC entry 25 (class 1255 OID 16409)
-- Dependencies: 6
-- Name: bt_metap(text); Type: FUNCTION; Schema: public; Owner: postgres
--
CREATE FUNCTION bt_metap(relname text, OUT magic integer, OUT version
integer, OUT root integer,
In response to aymen marouani :
> Hi,
>
> I have a database under Postgres v8.3 and I generated its backups script using
> PGAdmin III.
> I executed the same script under Postgres v8.2 in order to create the same
> database but I get the following error
>
> " ERROR: could not access file "$libdir
Hi,
I have a database under Postgres v8.3 and I generated its backups script
using PGAdmin III.
I executed the same script under Postgres v8.2 in order to create the same
database but I get the following error
" ERROR: could not access file "$libdir/pageinspect": No such file or
directory
SQL s