my schema + sql function - Mailing list pgsql-bugs

From Marek "Wróbel
Subject my schema + sql function
Date
Msg-id 20030218084031.24027.qmail@icentrum.pl
Whole thread Raw
Responses Re: my schema + sql function  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
Hi,

In my schema : "my" I create sql function

CREATE OR REPLACE FUNCTION my.my_foo(int4) RETURNS varchar AS '
    select k.k_dupa ||coalesce( '' ['' || k.k_number || '']'' ,'''')
    from kont k
    where k_id = $1;
' LANGUAGE 'sql';

table kont is in schema public.

Everythink working ok, but when I try to restore backup system write :

pg_restore: [archiver (db)] could not execute query: ERROR:  Relation "kont" does not exist
pg_restore: *** aborted because of error


Marek Wróbel

pgsql-bugs by date:

Previous
From: "Regan, Kevin"
Date:
Subject: Problem with configure script in 7.3.2.
Next
From: Peter Eisentraut
Date:
Subject: Re: Windows binaries for 7.3.2?