Because I always forget this function name:
pg_get_serial_sequence(table_name, column_name)
Normally it should be: 'table_name' . '__' . 'column_name' . '_' . 'seq'
.
Categories:
[Postgresql]
Because I always forget this function name:
pg_get_serial_sequence(table_name, column_name)
Normally it should be: 'table_name' . '__' . 'column_name' . '_' . 'seq'
.