Re: Attach tabla con datos a partición nativa

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: Hellmuth Vargas <hivs77(at)gmail(dot)com>
Cc: Lista Postgres ES <pgsql-es-ayuda(at)postgresql(dot)org>
Subject: Re: Attach tabla con datos a partición nativa
Date: 2021-05-03 03:00:02
Message-ID: 20210503030002.GA8181@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

Hellmuth Vargas escribió:

> La instrucciones que ejecute básicamente fueron:
>
> CREATE TABLE llamadas (
> campos
> ) PARTITION BY RANGE (fecha);

¿hay índice o PK en estos campos? ¿qué versión de Postgres?

--
Álvaro Herrera Valdivia, Chile
"I must say, I am absolutely impressed with what pgsql's implementation of
VALUES allows me to do. It's kind of ridiculous how much "work" goes away in
my code. Too bad I can't do this at work (Oracle 8/9)." (Tom Allison)
http://archives.postgresql.org/pgsql-general/2007-06/msg00016.php

In response to

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Hellmuth Vargas 2021-05-03 03:06:55 Re: Attach tabla con datos a partición nativa
Previous Message Hellmuth Vargas 2021-05-03 02:46:28 Attach tabla con datos a partición nativa