Re: Multiple databases

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема Re: Multiple databases
Дата
Msg-id 1042577693.14661.73.camel@jester
обсуждение исходный текст
Ответ на Multiple databases  (Noah Silverman <noah@allresearch.com>)
Ответы Re: Multiple databases  (Noah Silverman <noah@allresearch.com>)
Список pgsql-performance
> Do we need to configure something differently, or is this just how
> postgres works?

Thats just how it works.  Under 'base' there are a number of numbered
directories which represent various databases.

If you really want, take a look at the "WITH LOCATION" option for create
database.


Command:     CREATE DATABASE
Description: create a new database
Syntax:
CREATE DATABASE name
    [ [ WITH ] [ OWNER [=] dbowner ]
           [ LOCATION [=] 'dbpath' ]
           [ TEMPLATE [=] template ]
           [ ENCODING [=] encoding ] ]

> Thanks,
>
> -Noah
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo@postgresql.org so that your
> message can get through to the mailing list cleanly
--
Rod Taylor <rbt@rbt.ca>

PGP Key: http://www.rbt.ca/rbtpub.asc

Вложения

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

Предыдущее
От: Noah Silverman
Дата:
Сообщение: Multiple databases
Следующее
От: Noah Silverman
Дата:
Сообщение: Re: Multiple databases