Re: secuencia automatica

From: Gilberto Castillo Martínez <gilberto(dot)castillo(at)etecsa(dot)cu>
To: Harold Alexander Onore Harold <onoreharold(at)gmail(dot)com>
Cc: Lista PostgreSQL en Español <pgsql-es-ayuda(at)postgresql(dot)org>
Subject: Re: secuencia automatica
Date: 2012-05-16 16:29:36
Message-ID: 1337185776.13809.43.camel@gilbertoc.mtcorp.etecsa.cu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

El mié, 16-05-2012 a las 11:54 -0430, Harold Alexander Onore Harold
escribió:
> Saludos lista estoy intentando crear una tabla y al intentar crear
> una secuencia automatica me genera el siguiente error
>
> NOTICE: CREATE TABLE will create implicit sequence
> "ppa_reports_report_id_seq" for serial column "ppa_reports.report_id"
>
>
> ERROR: permission denied to create
> "pg_catalog.ppa_reports_report_id_seq"
> DETALLE: System catalog modifications are currently disallowed.

Chequea que usuario que utiliza tenga permiso sobre los catálogos y
sobre la tabla.

--
Saludos,
Gilberto Castillo
ETECSA, La Habana.Cuba.

Attachment Content-Type Size
unknown_filename text/plain 179 bytes

In response to

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Aldo Amarilla 2012-05-16 16:39:30 Re: Backup en 64bits restore a 32bits
Previous Message Harold Alexander Onore Harold 2012-05-16 16:24:23 secuencia automatica