function restore order - Mailing list pgsql-general

From
Subject function restore order
Date
Msg-id 003c01c36bc6$342459c0$2766f30a@development.greatgulfhomes.com
Whole thread Raw
List pgsql-general
I am running 7.2.4

I have 2 functions:
get_deficiency_days_old()
and
get_deficiency_days_old_sub()

The former basically is just a wrapper for the latter.

The problem is that when I restored from a pg_dump script, the former was
recreated first, and so the function create command failed because the sub
was not created yet:
CREATE FUNCTION "get_deficiency_days_old" (integer) RETURNS integer
<snip...>
ERROR:  Function 'get_deficiency_days_old_sub(date, timestamp, bpchar)' does
not
 exist
    Unable to identify a function that satisfies the given argument types
    You may need to add explicit typecasts

Is there a way to set dependencies or order for the function backups when
using pg_dump?

Thanks


Terry Fielder
Manager Software Development and Deployment
Great Gulf Homes / Ashton Woods Homes
terry@greatgulfhomes.com
Fax: (416) 441-9085


pgsql-general by date:

Previous
From: Dennis Björklund
Date:
Subject: Re: Index usage
Next
From: Andreas Fromm
Date:
Subject: many columns with references to one table