Use pg_get_serial_sequence() to get serial sequence of identity columns or serial...
authorHiroshi Inoue <h-inoue@dream.email.ne.jp>
Fri, 22 Sep 2017 03:46:43 +0000 (12:46 +0900)
committerHiroshi Inoue <h-inoue@dream.email.ne.jp>
Fri, 22 Sep 2017 05:05:26 +0000 (14:05 +0900)
commit569746f496665bd70628836dde3173a8fae1f102
tree2a7ff3fc208ed00b9ec9888567d09082edc6d50b
parent1dcce67e687548f4ba3eaea4b9b3e3efdd2d558c
Use pg_get_serial_sequence() to get serial sequence of identity columns or serial columns. pg_get_serial_sequence() for identity columns became available in PG 10 rc1.
convert.c