Click here to Skip to main content
15,891,905 members
Articles / Database Development / PostgreSQL

Generated Columns in PostgreSQL

Rate me:
Please Sign up or sign in to vote.
4.00/5 (3 votes)
19 Sep 2019CPOL4 min read 38.9K  
This article describes different ways of setting up generated (computed) columns in different versions of PostgreSQL.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



Comments and Discussions