Rajesh Kumar Mallah <mallah(at)trade-india(dot)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