Re: Multiple databases

From: Rod Taylor <rbt(at)rbt(dot)ca>
To: Noah Silverman <noah(at)allresearch(dot)com>
Cc: Pgsql Performance <pgsql-performance(at)postgresql(dot)org>
Subject: Re: Multiple databases
Date: 2003-01-14 20:54:54
Message-ID: 1042577693.14661.73.camel@jester
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
--
Rod Taylor <rbt(at)rbt(dot)ca>

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

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Noah Silverman 2003-01-14 20:58:03 Re: Multiple databases
Previous Message Noah Silverman 2003-01-14 20:51:16 Multiple databases