Changes between Initial Version and Version 1 of Ticket #27090


Ignore:
Timestamp:
Aug 19, 2016, 4:24:28 AM (8 years ago)
Author:
Hanne Moa
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27090 – Description

    initial v1  
    1111* sequence_reset_sql
    1212
    13 I use the function in the attached patch 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.
     13I 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.
    1414
    1515It would be nice if postgres would fix pg_get_serial_sequence() but we don't have to wait for that.
Back to Top