1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-28 18:48:04 +03:00
Files
postgres/src/backend/commands
Peter Eisentraut 60a0b2ec89 Adjust min/max values when changing sequence type
When changing the type of a sequence, adjust the min/max values of the
sequence if it looks like the previous values were the default values.
Previously, it would leave the old values in place, requiring manual
adjustments even in the usual/default cases.

Reviewed-by: Michael Paquier <michael.paquier@gmail.com>
Reviewed-by: Vitaly Burovoy <vitaly.burovoy@gmail.com>
2017-04-04 12:49:39 -04:00
..
2017-02-06 11:33:58 +02:00
2017-03-23 15:28:48 -04:00
2017-01-20 09:04:49 -05:00
2017-01-03 13:48:53 -05:00
2017-03-23 10:14:42 +01:00
2017-03-24 15:43:15 -03:00