PostgreSQL identity column
Topic history | v2 (current) | updated by jjones
Details
PostgreSQL identity column
see v2 | updated by jjones | Edit topic "PostgreSQL identity column"
- Title
- PostgreSQL identity column
- Description
- PostgreSQL version 10 introduced a new feature called GENERATED AS IDENTITY constraint that allows you to automatically assign a unique value to a column. The GENERATED AS IDENTITY constraint is the SQL standard-conforming variant of the PostgreSQL’s SERIAL column.
- Link
- https://www.postgresqltutorial.com/postgresql-identity-column/
PostgreSQL identity column
see v1 | created by jjones | Add topic "PostgreSQL"
- Title
- PostgreSQL identity column
- Description
- PostgreSQL version 10 introduced a new feature called GENERATED AS IDENTITY constraint that allows you to automatically assign a unique value to a column. The GENERATED AS IDENTITY constraint is the SQL standard-conforming variant of the PostgreSQL’s SERIAL column.
- Link
- https://www.postgresqltutorial.com/postgresql-identity-column/
resources
has official PostgreSQL: Documentation: 10: CREATE TABLE
treated in PostgreSQL Identity Column
treated in PostgreSQL 10 identity columns explained
authors
This topic has no history of related authors.