We can't find the internet
Attempting to reconnect
Something went wrong!
Hang in there while we get back on track
Internally, Postgres generates a sequence for both
serial
and 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 withserial
and how identity columns solve them.
continue reading on www.naiyerasif.com
⚠️ This post links to an external website. ⚠️
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.