From: | Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com> |
---|---|
To: | Alban Hertroys <haramrae(at)gmail(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org, Daniel Migowski <dmigowski(at)ikoffice(dot)de> |
Subject: | Re: pg_restore should restore the schema comments and the database properties |
Date: | 2011-12-20 15:10:13 |
Message-ID: | 201112200710.14007.adrian.klaver@gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Tuesday, December 20, 2011 7:02:13 am Alban Hertroys wrote:
> On 20 December 2011 15:35, Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com> wrote:
> > To elaborate on my previous answer, search_path is in postgresql.conf
> > because it is tied to the database cluster not a particular database.
>
> Not necessarily, it can also be tied to a schema or a role or (I
> assume) a specific database in the cluster.
>
> ALTER ROLE x SET search_path TO ...
> ALTER SCHEMA x SET search_path TO ...
My mistake, I forgot about that.
For a database:
ALTER DATABASE name SET configuration_parameter { TO | = } { value | DEFAULT }
>
> I don't have a PG instance available here, so I can't verify whether
> those get dumped/restored. I assume they do though.
--
Adrian Klaver
adrian(dot)klaver(at)gmail(dot)com
From | Date | Subject | |
---|---|---|---|
Next Message | Carlos Mennens | 2011-12-20 15:50:57 | How To Handle Hung Connections |
Previous Message | Joe Miller | 2011-12-20 15:07:45 | Re: PostgreSQL DBA in SPAAAAAAAACE |