|
my schema + sql function: msg#00080db.postgresql.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 ---------------------------(end of broadcast)--------------------------- TIP 1: subscribe and unsubscribe commands go to majordomo@xxxxxxxxxxxxxx |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Problem with configure script in 7.3.2.: 00080, Regan, Kevin |
|---|---|
| Next by Date: | Re: Windows binaries for 7.3.2?: 00080, Peter Eisentraut |
| Previous by Thread: | Windows binaries for 7.3.2?i: 00080, Brian Catlin |
| Next by Thread: | Re: my schema + sql function: 00080, Tom Lane |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |