Re: SQL state 58P01 triggered by a database script execution

From: "A(dot) Kretschmer" <andreas(dot)kretschmer(at)schollglas(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: SQL state 58P01 triggered by a database script execution
Date: 2009-12-09 13:46:23
Message-ID: 20091209134623.GE5519@a-kretschmer.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

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 magic integer, OUT version integer,
> OUT root integer, OUT level integer, OUT fastroot integer, OUT fastlevel
> integer) RETURNS record
>     AS '$libdir/pageinspect', 'bt_metap'
>     LANGUAGE c STRICT;
> "
>
> Can I comment those lines to remove the error ?

Sure. But that don't solve your problem if you call that function
later...

Regards, Andreas
--
Andreas Kretschmer
Kontakt: Heynitz: 035242/47150, D1: 0160/7141639 (mehr: -> Header)
GnuPG: 0x31720C99, 1006 CCB4 A326 1D42 6431 2EB0 389D 1DC2 3172 0C99

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Harald Fuchs 2009-12-10 17:00:08 Window function trouble
Previous Message aymen marouani 2009-12-09 13:33:47 Re: SQL state 58P01 triggered by a database script execution