Re: PGOPTIONS and default_tablespace

Поиск
Список
Период
Сортировка
От Jan-Peter.Seifert@gmx.de
Тема Re: PGOPTIONS and default_tablespace
Дата
Msg-id 20090114104440.310500@gmx.net
обсуждение исходный текст
Ответ на Re: PGOPTIONS and default_tablespace  ("Scott Marlowe" <scott.marlowe@gmail.com>)
Список pgsql-admin
Hello Scott,

> Date: Mon, 12 Jan 2009 13:09:19 -0700
> From: "Scott Marlowe" <scott.marlowe@gmail.com>

> > without success I tried to set the default tablespace via the
> environment variable PGOPTIONS.
> >
> > My tries:
> > set PGOPTIONS="default_tablespace='pgdata'"
...

> I do this one of two ways usually.  Either I set the user / database
> to have a default tablespace permanently via alter user / database, or
> I put it at the top of my script I'm running.  PGOPTIONS isn't really
> the place I think of setting it myself.

The ALTER USER way works perfectly. Thanks a lot!

There's just one detail I'm not happy with.:
http://www.postgresql.org/docs/8.3/interactive/manage-ag-tablespaces.html

"If a database is created without specifying a tablespace for it, it uses the same tablespace as the template database
itis copied from." 

It would be really nice if the create db commands would follow the default_tablespace setting as well.

Thank you very much,

Peter Seifert

--
Sensationsangebot verlängert: GMX FreeDSL - Telefonanschluss + DSL
für nur 16,37 Euro/mtl.!* http://dsl.gmx.de/?ac=OM.AD.PD003K1308T4569a

В списке pgsql-admin по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: initdb
Следующее
От: Kevin Kempter
Дата:
Сообщение: query to find out # of buffer hits vs. # of disk reads ?