Branch: refs/heads/master
  Home:   https://github.com/django/django
  Commit: 75ec1fdf16ac76b5c945aef1cdb9a1e104369c85
      
https://github.com/django/django/commit/75ec1fdf16ac76b5c945aef1cdb9a1e104369c85
  Author: Marti Raudsepp <ma...@juffo.org>
  Date:   2013-12-14 (Sat, 14 Dec 2013)

  Changed paths:
    M docs/topics/migrations.txt

  Log Message:
  -----------
  Clarifed table rewrites in migration docs.

Small nitpicks. All column-related ALTER TABLE commands take an
exclusive table lock in PostgreSQL. The difference is that adding a
column without default doesn't cause a table rewrite, so the lock is
held only for a short time.

The time taken is more accurately proportional to table size, not row
count.


-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/52ac9703af271_45b8a59d5848718%40hookshot-fe2-pe1-prd.aws.github.net.mail.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to