Re: Functions in CHECK constraint not getting dumped before - Mailing list pgsql-general

From Tom Lane
Subject Re: Functions in CHECK constraint not getting dumped before
Date
Msg-id 5602.1076008965@sss.pgh.pa.us
Whole thread Raw
In response to Re: Functions in CHECK constraint not getting dumped before  (Rajesh Kumar Mallah <mallah@trade-india.com>)
Responses Re: Functions in CHECK constraint not getting dumped before  (<mallah@trade-india.com>)
Re: Functions in CHECK constraint not getting dumped before  (<mallah@trade-india.com>)
List pgsql-general
Rajesh Kumar Mallah <mallah@trade-india.com> writes:
> The only issue that i noticed now with pg_dump version 7.5dev
> is that  create schemas are not dumped before user definations.
> which have their search_path set by ALTER USER command.

"dev" how far back?  I thought we fixed that a little while ago.
I get a notice not an error:

regression=# create user arvind;
CREATE USER
regression=# ALTER USER arvind SET search_path TO 'erp';
NOTICE:  schema "erp" does not exist
ALTER USER
regression=#

            regards, tom lane

pgsql-general by date:

Previous
From: "Jim C. Nasby"
Date:
Subject: Analyze not doing anything?
Next
From:
Date:
Subject: Re: Functions in CHECK constraint not getting dumped before