Changes between Initial Version and Version 1 of Ticket #27090
- Timestamp:
- Aug 19, 2016, 4:24:28 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27090 – Description
initial v1 11 11 * sequence_reset_sql 12 12 13 I use the function in the attached patchin a fork of the postgres-backend instead. It looks up the sequence name that is actually in use in the "information_schema.columns"-table. The SQL's been tested on postgres 9.3 and 9.5, which is what I currently have available.13 I use the function in the attached file in a fork of the postgres-backend instead. It looks up the sequence name that is actually in use in the "information_schema.columns"-table. The SQL's been tested on postgres 9.3 and 9.5, which is what I currently have available. 14 14 15 15 It would be nice if postgres would fix pg_get_serial_sequence() but we don't have to wait for that.