Re: Asignar una Tabla a un TABLESPACE

From: "Jaime Casanova" <systemguards(at)gmail(dot)com>
To: Javier Bermúdez Tito <javier_bt(at)hotmail(dot)com>
Cc: pgsql-es-ayuda(at)postgresql(dot)org
Subject: Re: Asignar una Tabla a un TABLESPACE
Date: 2006-04-29 16:28:43
Message-ID: c2d9e70e0604290928v5a45b10bmac49c49cb49535e1@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

On 4/29/06, Javier Bermúdez Tito <javier_bt(at)hotmail(dot)com> wrote:
> Hola lista tengo un problema con la asigancion de una tabla a un table
> espace,
>
> mi tablespace creado esta en la siguiente ruta
>
> /tablespace01
>
> a ese directotorio quiero mandar la tabla
>
> Nombre Tabla
> sccdetas
>
> Nombre Tablespace
> Contable
>
> como lo asigno a ese espacio?????????????
>
> ayudaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
> gracias
>
>

Por Dios, ni siquiera es necesario saber ingles solo buscar esta
pagina en la documentacion:
http://www.postgresql.org/docs/8.1/static/sql-commands.html

elegir lo que queremos en tu caso "CREATE TABLE" o "ALTER TABLE" y ver
la sintaxis

http://www.postgresql.org/docs/8.1/static/sql-createtable.html
http://www.postgresql.org/docs/8.1/static/sql-altertable.html

--
Atentamente,
Jaime Casanova

"What they (MySQL) lose in usability, they gain back in benchmarks, and that's
all that matters: getting the wrong answer really fast."
Randal L. Schwartz

In response to

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Jaime Casanova 2006-04-29 17:33:59 Re: Sentencia Insert
Previous Message Javier Bermúdez Tito 2006-04-29 15:31:29 Asignar una Tabla a un TABLESPACE