Roast topics
Find topics
Roast it!
Roast topics
Find topics
Find it!
Login
From:
webapplog [tech blog]
(Uncensored)
subscribe
How to show all constraints on a Postgres table
https://webapplog.com/how-to-show-all-constraints-on-a-postgres-table/
links
backlinks
Tagged with:
postgres
node.js
advices
I recently needed to update the check constraint on a Postgres table column. This check does format validation similar to regex. This check was part of the CREATE TABLE statement meaning it was created with the table.