Schema - update search_path

From: Alvin <dartmissile(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Schema - update search_path
Date: 2006-10-11 08:13:02
Message-ID: 20061011081302.2646.qmail@web60220.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hey guys,

I would like to know a good way of updating or appending the schema names in the search path, Right now I do a show search_path, get the names of all the schemas, and then set search path; adding the new schema.

I'm in the process of integrating a few systems and will need to continuously add new schemas. The manual method above is pretty tiring and prone to errors and all that.

Looking through the mailing list I see that this question has been asked before but I don't see an answer.

Thanks.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Zdenek Kotala 2006-10-11 08:15:22 Re: Clarification needed
Previous Message pobox@verysmall.org 2006-10-11 08:12:59 Re: plpgsql handling a set of values