Postgres auto increment primary key – Postgresql
I am trying to work out how an auto increment key is represented in Postgres, depending on whether you create it using the SERIAL type or using an IDENTITY. When I create a table with a SERIAL primary key using…