My PostgreSQL tables have id\'s of type bigserial, meaning they are generated at the time rows are inserted (and thus, the id column\'s value is not supplied in
bigserial
Tried following and it worked:
my_sequence_name