aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb
diff options
context:
space:
mode:
authorJoe Rafaniello <jrafanie@redhat.com>2013-01-10 19:56:30 +0000
committerAaron Patterson <aaron.patterson@gmail.com>2014-10-31 18:08:34 -0700
commit4f6fb19662331afd90539103cd0d2691e72c54b9 (patch)
tree3a044fa663e65706e720e9d4fd6f869cf99054f2 /activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb
parent45e8a4b6c9b0294c2fd7af1d6ddbde9c728321a9 (diff)
downloadrails-4f6fb19662331afd90539103cd0d2691e72c54b9.tar.gz
rails-4f6fb19662331afd90539103cd0d2691e72c54b9.tar.bz2
rails-4f6fb19662331afd90539103cd0d2691e72c54b9.zip
Added region sequencing of primary keys for Postgres.
Skip setting sequence on a table create if the value is 0 since it will start the first value at 1 anyway. This fixes the PG error 'setval: value 0 is out of bounds for sequence vms_id_seq...' encountered when migrating a new DB. BugzID: 15452,9772,13475,16850
Diffstat (limited to 'activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb')
0 files changed, 0 insertions, 0 deletions