Changing a column constraint? - Mailing list pgsql-sql

From Henry Holland
Subject Changing a column constraint?
Date
Msg-id Pine.LNX.4.44.0202201019430.1326-100000@st12.stats.ru.ac.za
Whole thread Raw
List pgsql-sql
Hi,

If I have a column constraint:addr_type char( 10 ) default 'street'CHECK( addr_type = 'street' || addr_type = 'pobox'
),
in a table, how can I add another choice to the list after I've already
entered data into the table?

Henry





pgsql-sql by date:

Previous
From: "Andy Marden"
Date:
Subject: Dates and year 2000
Next
From: Richard Emberson
Date:
Subject: Matching columns in rows from two tables