postgrest-docs icon indicating copy to clipboard operation
postgrest-docs copied to clipboard

Replace serial by generated as identity

Open steve-chavez opened this issue 4 years ago • 0 comments

Tutorial 0 and tutorial 1 make use of serial and grant usage on sequence.

We should update this to identity columns since users keep hitting on this issue: https://github.com/PostgREST/postgrest/issues/251.

This also follows pg guidelines: https://wiki.postgresql.org/wiki/Don%27t_Do_This#Don.27t_use_serial

steve-chavez avatar Mar 17 '20 17:03 steve-chavez