Re: Hi,Frirends, are there any commands in pgsql/bin/ corresponding "create tablespace"?

From: David Salisbury <salisbury(at)globe(dot)gov>
To: PostgreSQL general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Hi,Frirends, are there any commands in pgsql/bin/ corresponding "create tablespace"?
Date: 2012-08-06 17:47:25
Message-ID: 5020032D.8080002@globe.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 8/6/12 3:31 AM, Magnus Hagander wrote:
> On Mon, Aug 6, 2012 at 11:22 AM, sunpeng<bluevaley(at)gmail(dot)com> wrote:
>> Hi,Frirends,
>> Are there any commands in pgsql/bin/ corresponding "create tablespace"?
>> I know:
>> createuser<==> create role
>> createdb<==>create database
>
> Hi!
>
> No, but you can always use:
> psql -c "create tablespace foo..."
>
>

Wouldn't a tablespace in Pg simply be a directory.. ?

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jeff Davis 2012-08-06 17:51:48 Re: Range-Types in 9.2
Previous Message Ben Chobot 2012-08-06 17:26:28 Re: maximum number of databases and / or schemas in a single database instance