Re: Unable to Increase the column which was part of Primary key - Mailing list pgsql-general

From Tom Lane
Subject Re: Unable to Increase the column which was part of Primary key
Date
Msg-id 12967.1325135739@sss.pgh.pa.us
Whole thread Raw
In response to Unable to Increase the column which was part of Primary key  (karthikeyan <karthi@relationalsolutions.com>)
List pgsql-general
karthikeyan <karthi@relationalsolutions.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

pgsql-general by date:

Previous
From: karthikeyan
Date:
Subject: Unable to Increase the column which was part of Primary key
Next
From: Julian Mehnle
Date:
Subject: Restoring default privileges on a table