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

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: sunpeng <bluevaley(at)gmail(dot)com>
Cc: 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 09:31:39
Message-ID: CABUevEybkf-AJhEwOS1dgYXtfJ1DhUcF-qbfsiaDVqFVgUHOGQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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..."

--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Magnus Hagander 2012-08-06 09:53:19 Re: postgres 9 bind address for replication
Previous Message Magnus Hagander 2012-08-06 09:26:46 Re: Where is diskchecker.pl ?