@planetpostgres
Planet PostgreSQL
9 days
Gülçin Yıldırım Jelínek: What you should know about constraints in PostgreSQL
1
2
31

Replies

@the_yamiteru
Yamiteru ☯︎
9 days
@planetpostgres I would be interested in knowing how much constraints are used to inform the storage layer. What I mean is if I define constraints on a numeric column where value >= 0 and value <= 255 does the engine choose uint8 as the datatype for storage of this column?
0
0
0