Changing the Datatype from Bit to Boolean.

From: Gambhir Singh <gambhir(dot)singh05(at)gmail(dot)com>
To: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Changing the Datatype from Bit to Boolean.
Date: 2025-02-23 05:56:10
Message-ID: CAHOGQfV58qmC5SR2wj5r4bmP8yzaJtajtNPTeHFFq4c+NZreUw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi,

Aurora PostgreSQL DB has a table in which one column has the datatype
BIT(1). Now the requirement is that I have to change the datatype of that
column from BIT to BOOLEAN. There are only a few rows in the table.

--
Thanks & Regards
Gambhir Singh

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message hellen jiang 2025-02-23 14:13:05 Re: Changing the Datatype from Bit to Boolean.
Previous Message Ron Johnson 2025-02-22 00:03:06 Re: Feature Request: multithreaded reindexdb --concurrently of a single table