Review the handling of @@IDENTITY when a column's default is nextval(a_sequence)...
authorHiroshi Inoue <h-inoue@dream.email.ne.jp>
Mon, 20 Nov 2017 10:11:14 +0000 (19:11 +0900)
committerHiroshi Inoue <h-inoue@dream.email.ne.jp>
Mon, 20 Nov 2017 10:13:57 +0000 (19:13 +0900)
commita59d6df6e3ab754e93d554f114da60696a3efe6f
tree38af9bcc3175c3e5bf09a2f24c54faddadebe96e
parent53a6acf0b1d9716da73bcd1fb0355a2dff77c517
Review the handling of @@IDENTITY when a column's default is nextval(a_sequence) but the column isn't a serial. Unfortunately the function pg_get_serial_sequence() doesn't work for sequences which aren't serial type.
convert.c