Re: [GENERAL] Where to set search_path

2013-04-26 Thread David Johnston
Jeff Janes wrote > I've have an application which uses the public schema for all of its > relations. > > I want to change the name of the schema (in preparation to merging the > database into that of another application, which also uses the public > schema for its tables). > > I could qualify all

[GENERAL] Where to set search_path

2013-04-26 Thread Jeff Janes
I've have an application which uses the public schema for all of its relations. I want to change the name of the schema (in preparation to merging the database into that of another application, which also uses the public schema for its tables). I could qualify all of the tables and sequence with