44 words, 1 min read
⚠️ This post links to an external website. ⚠️
Internally, Postgres generates a sequence for both
serialand identity columns, using the convention<table_name>_<column_name>_seq. But the way it manages these sequences is where things get interesting. We'll uncover these differences as we explore the issues withserialand how identity columns solve them.
continue reading on www.naiyerasif.com
If this post was enjoyable or useful for you, please share it! If you have comments, questions, or feedback, you can email my personal email. To get new posts, subscribe use the RSS feed.