Re: Unable to Increase the column which was part of Primary key

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: karthikeyan <karthi(at)relationalsolutions(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Unable to Increase the column which was part of Primary key
Date: 2011-12-29 05:15:39
Message-ID: 12967.1325135739@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

karthikeyan <karthi(at)relationalsolutions(dot)com> writes:
> I am trying to increase size of the column which was/is part of the Primary.
> ...
> Error message:
> ERROR: xdb-83016: cannot alter scatter column
> relation "test_dim_store" column "store_nbr"

There is no such error text in the postgresql source code. I am
guessing that you are using some proprietary derivative of Postgres,
so you would be best advised to consult the support people for that
derivative about what this message means and how to work around it.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Julian Mehnle 2011-12-29 06:41:11 Restoring default privileges on a table
Previous Message Ondrej Ivanič 2011-12-29 01:38:02 Re: checking for table bloat