Thread: Fix for RM3052: Alter column error

Fix for RM3052: Alter column error

From
Harshal Dhumal
Date:
Hi,.

Issue was caused due to we were considering internal datatype length (eg. smallint 2 bytes, int4 4 bytes, integer 8 bytes) as user configurable length.
However we cannot change internal datatype lengths of some primitive datatypes.

-- 
Harshal Dhumal
Sr. Software Engineer

EnterpriseDB India: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
Attachment

Re: Fix for RM3052: Alter column error

From
Dave Page
Date:
Thanks, applied.

On Thu, Feb 1, 2018 at 2:46 PM, Harshal Dhumal <harshal.dhumal@enterprisedb.com> wrote:
Hi,.

Issue was caused due to we were considering internal datatype length (eg. smallint 2 bytes, int4 4 bytes, integer 8 bytes) as user configurable length.
However we cannot change internal datatype lengths of some primitive datatypes.

-- 
Harshal Dhumal
Sr. Software Engineer

EnterpriseDB India: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company